You are not logged in.
Pages: 1
I am a newbie to linux - the only experience I had was with Ubuntu and even there not too technical, so pardon me if I make any stupid assumptions/errors.
I installed Slitaz 4.0 stable from a liveCD onto the harddrive yesterday on a Dell inspiron 1420, and haven´t been able to get wifi or stable ethernet (not enough to surf the web, but there are a few kb sent and received).
Here´s what I get after input lspci | grep -i network
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
I tried to download packages recommended by threads on the net, but with tazpkg get-install I get the error message: wget : bad address; even after changing the mirror to different urls that are said to work.
After checking, though, all of the packages I tried to download were all in >my packages< already, except the broadcom-wl. I am not sure about whether or not firmware is already in my system, and not sure how to check, either.
My wifi network is WPA.
Also the Network device type is ethernet whether I set Connection to wlan0 or eth0, if that indicates anything?
I would really appreciate any help, thank you!
Offline
Slitaz-4.0
Download on computer with internet access:
http://mirror.slitaz.org/packages/4.0/broadcom-wl-5.60.246.2_2.6.37.tazpkg
Copy the file to root of a flash drive,insert flash drive into booted Slitaz
Double click My Documents icon on desktop to open PCMan file manager
Click the flash drive in left pane of file manager, tazpkg appears in right pane.
Tool/Open terminal
In terminal:
su, password: root
tazpkg install broadcom-wl-5.60.246.2_2.6.37.tazpkg
lsmod
IF b44 b43 ssb modules are listed we remove them
[c]modprobe -r b44[/c]
[c]modprobe -r b43[/c]
[c]modprobe -r ssb[/c]
[c]modprobe wl[/c]
[c]ifconfig[/c] => eth1 alias is assigned to BCM4311 wireless adapter in my Dell laptop
Applications/System Tools/Wifi configuration
root click ok button
Dbl click router to either connect or enter password click ok to connect.
Offline
mojo,
I followed the directions and had
ifconfig eth1
ifconfig: eth1: error fetching interface information: Device not found
Offline
Verify wl is loaded:
[c]lsmod[/c]
Restart networking:
[c]/etc/init.d/network.sh restart[/c]
Applications/System Tools/Wifi configuration
root click ok button
Dbl click router to either connect or enter password click ok to connect.
Post the output from these commands if you need more help:
[c]lsmod[/c]
[c]ifconfig -a[/c]
[c]lspci -nn[/c]
Offline
I did that. In wifi configurations I had
essid Name | quality | encryption | status
any N/A none -
connection properties: eth1
status: idle
sent/received: 0 packets
signal strength 36%
Network Device Type: Ethernet
lsmod
Module Size Used by Tainted: P
lib80211_crypt_tkip 6319 0
wl 1937352 0
lib80211 2676 2 lib80211_crypt_tkip,wl
tg3 97545 0
libphy 11777 1 tg3
snd_hda_codec_idt 36872 1
snd_hda_intel 15886 1
snd_hda_codec 45027 2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep 3808 1 snd_hda_codec
snd_pcm 43737 2 snd_hda_intel,snd_hda_codec
snd_timer 12515 1 snd_pcm
snd 33394 8 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 3357 1 snd
snd_page_alloc 4853 2 snd_hda_intel,snd_pcm
i915 254040 2
drm_kms_helper 18798 1 i915
drm 111992 3 i915,drm_kms_helper
i2c_algo_bit 3479 1 i915
button 3602 1 i915
i2c_core 12192 4 i915,drm_kms_helper,drm,i2c_algo_bit
video 9783 1 i915
output 1144 1 video
intel_agp 7908 1 i915
intel_gtt 9214 3 i915,intel_agp
agpgart 18221 3 drm,intel_agp,intel_gtt
ifconfig -a
dummy0 Link encap:Ethernet HWaddr 1A:61:95:3E:45:E6
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr 00:1C:23:FC:C0:B3
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17
eth1 Link encap:Ethernet HWaddr 00:16:44:7B:5E:3D
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:800 errors:0 dropped:0 overruns:0 frame:0
TX packets:800 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:175615 (171.4 KiB) TX bytes:175615 (171.4 KiB)
lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 0c)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) [8086:2a03] (rev 0c)
00:1a.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 02)
00:1a.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 02)
00:1a.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 02)
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 02)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 02)
00:1c.5 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 [8086:2849] (rev 02)
00:1d.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 02)
00:1d.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 02)
00:1d.2 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 02)
00:1d.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller [8086:2815] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 02)
03:01.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 05)
03:01.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 22)
03:01.2 System peripheral [0880]: Ricoh Co Ltd R5C843 MMC Host Controller [1180:0843] (rev 12)
03:01.3 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 12)
03:01.4 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 12)
09:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
thank you again..
PS. Also, after I restart the computer, default reverts back to wlan0, b43 appears again, and wl disappears from lsmod.
Offline
Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
Requires b44 module which conflicts with wl module.
Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
You have to use b43 module for wireless which requires installing firmware.
Download: http://people.slitaz.org/~mojo/stuff/b43-firmware-4.150.10.5.tazpkg
Copy to flash drive move to SliTaz 4.0
Open terminal,su ,password: root
[c]tazpkg install b43-firmware-4.150.10.5.tazpkg[/c]
[c]modprobe -r b43 ; modprobe b43[/c]
Applications/System Tools/Wifi configuration
Password: root , click OK button
Dbl click WAP to connect, or enter WPA Password: click OK if secure to connect.
Offline
Thanks a lot for your help... maybe I'll get back to it when my computer skills are a tad better.
Offline
Hello mojo,
I followed your advice installed broadcom-wl-5.60.246.2_2.6.37.tazpkg then
installed the firmware b43-firmware-4.150.10.5.tazpkg
tryed to configurate the connexion :
name of the network (EESID): ********* ok
pass word (wifi key): **************ok
type of chiffrement: WPA ok
but in the configuration file WIFI_CHANNEL and WIFI_IWCONFIG_ARGS are empty.
In "IWCONFIG result" i had :
wlan0 IEEE 802.11bg ESSID:off/any
Mode: Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS ths:off Fragment thr:off
Encryption key:off
Power Management:off
wifi stil shut down.
i did /etc/init.d/network.sh restart
and i had
Stopping all interfaces
killing all daemons
shutting down wifi cards
configuring wlan0... ok
Starting wpa_supplicant for WPA-PSK...
Could not st interface wlan0 flags:Operation not possible due to to RF-kill
Failed ti initialize driver interface
Starting udhcpc client on: wlan0...
udhcpc (v1.18.4) started
ifconfig: SIOCSIFFFLAGS:Operation not possible due to RF-kill
Sending discover...
udhcpc: sendto: Network is down
Read error:Network is down, reopening socket
sending discover...
udhcpc: sendto: Network is down
Read error:Network is down, reopening socket
No lease, forking to background
i tryed rfkill unblock wifi
but: rfkill: not found
please help !!!
Offline
@Pholidote
Post the output from each of these commands:
[c]uname -a[/c]
[c]lspci -nn[/c]
[c]ls /sys/class/net[/c]
[c]cat /etc/network.conf[/c]
[c]lsmod[/c]
Install rfkill-0.4.tazpkg for rfkill utility on slitaz-4.0
Offline
Thanks a lot lot mojo,
i've got better news
wifi run but not on the good essid
it run on sfr wifi fon but the good one its essid: NEUF_0AG5
i think, but i'm not sure there is a conflict between wpa-supplicant and Networkmanager
because after running the wpa driver:
# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
i've got:
ioctl [SIOCSIWSCAN]: Device or ressource busy
Failed to initiate AP scan.
ioctl [SIOCSIWSCAN]: Device or ressource busy
Failed to initiate AP scan.
Trying to associate with 92:25:15:4f:0e:d9 (SSID= 'SFR WIFI FON' freq=2412 MHz)
Associate with 92:25:15:4f:0e:d9
CTRL-EVENT-CONNECTED - Connection to 92:25:15:4f:0e:d9 completed (reauth) [id=0 id_str=]
Offline
@mojo
Acer Aspire One ZA3
i'm under slitaz 2.6.37
http://paste.slitaz.org/?67bd14e6d0b652fb#upvjWbLTY6fXLk6Xnqg5lGQGRN7UwVSgh3xsn6O/DAw=
thanks for your help
Offline
Is your Wifi modem configured to use WPA encryption?
Are you sure the ESSID is NEUF_0AG5 and not NEUF_OAG5 ?
Offline
Pages: 1
[ Generated in 0.024 seconds, 7 queries executed - Memory usage: 1.58 MiB (Peak: 1.77 MiB) ]