Autor |
Nachricht |
|
Titel: bcm4306 (Broadcom driver) not working after reboot -
Verfasst am: 25.06.2006, 01:21 Uhr
|
|
Anmeldung: 06. Jun 2005
Beiträge: 77
Wohnort: Sydney Australia
|
|
Hello,
Just did a dist-upgrade and all ok , notice now my Broadcom wireless is using a native driver not ndiswrapper , however I have to set up wireless properties everytime I reboot using the Kanotix Network GUI, then ok.
Why doesn't it start everytime and why am I losing my wireless settings ie : WPA channel etc...
thanks for any help , I am running Kanotix on a DELL 9100 Laptop by the way. |
|
|
|
|
|
|
Titel: RE: bcm4306 (Broadcom driver) not working after reboot -
Verfasst am: 25.06.2006, 03:15 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 16790
|
|
check /etc/network/interfaces. |
|
|
|
|
|
|
Titel: Re: RE: bcm4306 (Broadcom driver) not working after reboot -
Verfasst am: 26.06.2006, 03:38 Uhr
|
|
Anmeldung: 06. Jun 2005
Beiträge: 77
Wohnort: Sydney Australia
|
|
Kano hat folgendes geschrieben::
check /etc/network/interfaces.
Thanks Kano,
This is what is there:
auto lo wlan0
iface lo inet loopback
iface wlan0 inet static
address 192.168.1.15
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
wireless-mode Managed
wireless-channel 1
wireless-essid trueblue
pre-up wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B |
|
|
|
|
|
|
Titel: Re: RE: bcm4306 (Broadcom driver) not working after reboot -
Verfasst am: 26.06.2006, 07:46 Uhr
|
|
Anmeldung: 31. Jul 2004
Beiträge: 249
|
|
wpa_supplicant's config has changed and netcardconfig can't handle it yet.
try changing the eesid-line to
wpa-ssid trueblue
and change the last line to:
wpa-psk "yourpassphrase" or wpa-psk 00000000000000000000 (where the 0s are replaced by the key generated with "wpa_passphrase [passphrase]"). |
_________________ http://kanotix.wordpress.com/ inoffizielles Kanotix-Blog
|
|
|
|
|
|
Titel: RE: Re: RE: bcm4306 (Broadcom driver) not working after rebo
Verfasst am: 26.06.2006, 12:05 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 16790
|
|
I think /etc/resolv.conf is always overwritten. Thats why i prefer DHCP. |
|
|
|
|
|
|
Titel:
Verfasst am: 26.06.2006, 23:55 Uhr
|
|
Anmeldung: 06. Jun 2005
Beiträge: 77
Wohnort: Sydney Australia
|
|
Thanks for both replies will try it out. |
|
|
|
|
|
|