SliTaz SliTaz Forum

You are not logged in.

#1 2012-04-12 19:14:09

philipborg
Member
Registered: 2012-04-12
Posts: 3

Installation of Ethernet drivers needs Ethernet

Hi!

I have just installed slitaz on a computer of mine and I need to install the network drivers but there is a problem. I first need to compile the network drivers from source but to do that I need network connection... I must have network connection to install the drivers but can't compile the network drivers without internet... It is pretty annoying. Since I am new to Linux I was wondering if anyone here could help me?

Link to:

README: http://www.broadcom.com/docs/linux_sta/README.txt

64bits drivers(what I need): http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_112.tar.gz

If anyone could compile it and then upload it or tell me how to do it I would be really grateful!

Offline

#2 2012-04-12 19:38:45

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Installation of Ethernet drivers needs Ethernet

Boot into slitaz livecd

Applications/Utilities/Sakura Terminal

Type this:

lspci -nn | grep -i net

Hit the Enter key

Post the complete output for internal network adapters connected to pci bus.

Type this:

ls /sys/class/net

Hit the Enter key

Post the output which are the network device alias names the kernel recognizes.

For USB network adapters

Type this:

cat /proc/bus/usb/devices > usb.devices.txt

Hit the Enter key

Upload usb.devices.txt as an attachment to your reply.

Identify which slitaz iso you are using.

Offline

#3 2012-04-12 20:48:46

philipborg
Member
Registered: 2012-04-12
Posts: 3

Re: Installation of Ethernet drivers needs Ethernet

lspci -nn | grep -i net

=

00:06.0 Ethernet controller [0200]: nVidia Corporation MCP65 Ethernet [10de:0450] (rev a3)

03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312] (rev 02)

ls /sys/class/net

=

dummy0  eth0    lo      wlan0

//I want to be able to use both wlan and cable

The version I use is 4.0

Offline

#4 2012-04-12 20:53:47

philipborg
Member
Registered: 2012-04-12
Posts: 3

Re: Installation of Ethernet drivers needs Ethernet

And usb.devices.txt: http://dl.dropbox.com/u/10636836/usb.devices.txt for some reason I can't upload

BUT I DON'T USE EXTERNAL USB NETWORK!!!

Offline

#5 2012-04-13 04:32:45

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Installation of Ethernet drivers needs Ethernet

Slitaz has in-kernel forcedeth driver for the nvidia ethernet (eth0) and b43 kernel module for

BCM4311 wireless(wlan0). Slitaz network script only supports one active network interface at a time.

eth0(set as default in /etc/network.conf) :

connect ethernet cable to internet connected router with dhcp server

open terminal,login root:

#/etc/init.d/network.sh restart

Slitaz should get i.p. address and route to internet

wlan0 :

Download firmware : http://dl.dropbox.com/u/5197027/slitaz/b43-firmware-4.150.10.5.tazpkg

Install firmware :

#tazpkg install b43-firmware-4.150.10.5.tazpkg

lsmod

If b43 module is listed unload otherwise just load.

b43 module must be loaded after installing firmware:

#modprobe -r b43

#modprobe b43

Set the wireless router to broadcast ESSID slitaz won't connect if it's hidden.

Applications/System Tools/Wifi configuration

Enter root password in subox click ok

Your router should show under essid Name after a few seconds.

Double click the essid of router,enter your WPA password in box,click OK button to connect.

To set default network interface,static ip,other network configurations :

#leafpad /etc/network.conf

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]