View previous topic :: View next topic |
Author |
Message |
loisl Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8728771204390423a906d7.jpg)
Joined: 18 Apr 2004 Posts: 167 Location: Egelsbach
|
Posted: Sat Aug 12, 2006 12:43 pm Post subject: baselayout-1.12.4-r2 breaks wireless |
|
|
Hai all,
after upgrading to baselayout-1.12.4-r2 my wireless is broken on systems utilizing PCMCIA/Cardbus wireless cards driven by ndiswrapper (with build-in cards like ipw2100 everything is ok).
It does not matter if the card is plugged during boot-up or if it is plugged in sometimes later.
I am using a wpa_supplicant configuration wich worked perfectly with several previous versions of baselayout.
iwconfig shows that the card is perfectly associated with my access point, ifconfig shows, that it has no ip-address.
Running /etc/init.d/net.wlan0 (re)start manually does not work. The script complains that wpa_supplicant is allready running ...
After just running dhcpcd manually everything is ok.
I tried to play with the coldplug options in /etc/conf.d/rc, but this did not help at all.
Any suggestions and help is welcome.
Thanks,
Loisl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dalek Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/128633758940d097137892b.jpg)
Joined: 19 Sep 2003 Posts: 1353 Location: Mississippi USA
|
Posted: Sat Aug 12, 2006 1:14 pm Post subject: |
|
|
Might look here.
https://forums.gentoo.org/viewtopic-t-488578-highlight-baselayout.html
May not be the same thing though.
![Very Happy :D](images/smiles/icon_biggrin.gif) _________________ My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
loisl Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8728771204390423a906d7.jpg)
Joined: 18 Apr 2004 Posts: 167 Location: Egelsbach
|
Posted: Sat Aug 12, 2006 6:34 pm Post subject: |
|
|
Many thanks for the replay, but as i allready mentioned, playing with the hot/coldplug options in /etc/conf.d/rc does not work.
It is simply dhcpcd which is not called by the init script.
Loisl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kmarasco n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Jul 2003 Posts: 65 Location: Fernandina Beach, FL
|
Posted: Sat Aug 12, 2006 8:29 pm Post subject: |
|
|
Similar problem. My previously working ndiswrapper configuration fails after upgrading baselayout yesterday. What's strange is that everything seems to be correct (valid ip address, iwlist wlan0 scanning seems fine, lease is assigned by router) but no connection. My hardwired eth0 works fine. _________________ Just as choice in software is critical, so is choice in education. Power to the people. Kill the monopoly by privatizing U.S. K-12 schools. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kmarasco n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Jul 2003 Posts: 65 Location: Fernandina Beach, FL
|
Posted: Sat Aug 12, 2006 8:39 pm Post subject: |
|
|
Well, wlan0 is working, but not as expected. If I stop my hardwired eth0 ( /etc/init.d/net.eth0 stop) then wlan0 works fine. Unfortunately they are not working simultaneously, meaning that if I unplug my ethernet cable while both interfaces are running, wlan0 does not function. I'm wondering if the baselayout change fixed a security issue that has revealed errors in my network setup. _________________ Just as choice in software is critical, so is choice in education. Power to the people. Kill the monopoly by privatizing U.S. K-12 schools. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
loisl Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8728771204390423a906d7.jpg)
Joined: 18 Apr 2004 Posts: 167 Location: Egelsbach
|
Posted: Tue Aug 15, 2006 7:23 pm Post subject: |
|
|
No change of behaviour with baselayout-1.12.4-r2 and net-misc/dhcpcd-2.0.5-r1 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Teiresias n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Jun 2005 Posts: 6
|
Posted: Wed Aug 16, 2006 7:30 am Post subject: |
|
|
Hi I had some problems with my net.eth0 after upgrading to the newest baselayout. Found out that there were some changes to the /etc/conf.d/net file. Maybe you are having the same problems ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Narciso n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/5504215504017f75b567bf.jpg)
Joined: 22 Aug 2003 Posts: 11
|
Posted: Wed Aug 16, 2006 8:07 am Post subject: |
|
|
I'm having the same problem; the interface starts, wpa supplicant authenticates successfully to my access point but dhcpcd does not run. I think I've tracked down the problem to the script /lib/rcscripts/net/wpa_supplicant.sh
It seems that the function wpa_supplicant_associated() does not work correctly, it fails to recognize that wpa_supplicant did its job successfully; I noticed that if I set associate_timeout_eth1=10 the startup script says:
# /etc/init.d/net.eth1 start
[...]
* Starting wpa_supplicant on eth1 ... [ ok ]
* Starting wpa_cli on eth1 ... [ ok ]
* Waiting for association [ ok ]
* Failed to configure eth1 in the background [ !! ]
* WARNING: net.eth1 has started but is inactive
If I do not define associate_timeout_eth1=10 all I get is:
* Starting wpa_supplicant on eth1 ... [ ok ]
* Starting wpa_cli on eth1 ... [ ok ]
* Waiting for association [ ok ]
* Backgrounding ...
* WARNING: net.eth1 has started but is inactive
wpa_cli -i eth1 status says that eth1 is correctly associated and issuing dhcpcd eth1 gets me an IPv4 address; the interface also automatically learns and IPv6 address from my router.
Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UberLord Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/16007251014200867ea775c.gif)
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Narciso n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/5504215504017f75b567bf.jpg)
Joined: 22 Aug 2003 Posts: 11
|
Posted: Wed Aug 16, 2006 9:51 am Post subject: |
|
|
That was it, UberLord, thanks a lot!
-Biker |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|