Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Native Airport Extreme Drivers
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 12, 13, 14 ... 40, 41, 42  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
Jimmers
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 145

PostPosted: Thu Jan 26, 2006 1:15 am    Post subject: Reply with quote

Havin_It

Yeah, I have a similar problem. I can get stuff over the ad-hoc network sometimes, but then I get AP_DEAUTH from the AP. I think my problem is an incompetent sys-ad though; We have 4 networks with the same SSID, on different channels. It makes writing an automatic script hard.
Back to top
View user's profile Send private message
javichunow
n00b
n00b


Joined: 13 Sep 2004
Posts: 10
Location: Seville (Spain)

PostPosted: Thu Jan 26, 2006 7:29 am    Post subject: Reply with quote

Hi!

I've followed the new guide on top and before
Code:

cp -r * /usr/src/linux

I had to remove Makefile inside softmac dir, as this file overwrites the original one on linux tree.

After that, I was able to compile kernel sources as usual.


I'll test the driver as soon as I finish doing it :roll:


Sorry about my English.

Thanks to project from Spain.

Edit: Some spelling mistakes..
_________________
Gentoo/Linux AMD64
HP Pavilion ze2397ea
Back to top
View user's profile Send private message
Akaihiryuu
l33t
l33t


Joined: 08 May 2003
Posts: 794
Location: Columbus, OH

PostPosted: Thu Jan 26, 2006 7:31 am    Post subject: Reply with quote

I just got done installing vanilla-sources-2.6.15.1, softmac, and bcm43xx (using a Compaq Athlon XP-M laptop). It detects my wireless, it shows up as eth1, but sadly it's not in a state where I can use it yet (as least not at home), for 2 reasons. 1) the driver doesn't yet support scanning, which is annoying, but I could deal with it except for 2) it doesn't seem to work with WEP yet. Since my home network is WEP-encrypted, I'm still stuck with ndiswrapper for the time being. I hope these issues are resolved soon.
Back to top
View user's profile Send private message
ndansmith
n00b
n00b


Joined: 01 Aug 2005
Posts: 60

PostPosted: Thu Jan 26, 2006 4:33 pm    Post subject: Everything installed but Reply with quote

I successfully used the ebuild method to build and install both the ieee80211softmac and the bcm43xx drivers. When I try to bring the interface up, I get an error.

Code:
ndansmith / # ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:0D:93:54:CF:42
          inet addr:192.168.44.112  Bcast:192.168.44.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2332 errors:0 dropped:0 overruns:0 frame:0
          TX packets:398 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:500781 (489.0 Kb)  TX bytes:56287 (54.9 Kb)
          Interrupt:41 Base address:0x1000

eth1      Link encap:Ethernet  HWaddr 00:0D:93:EF:B9:16
          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:52 Base address:0x8000

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:66 errors:0 dropped:0 overruns:0 frame:0
          TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3300 (3.2 Kb)  TX bytes:3300 (3.2 Kb)

ndansmith / # ifconfig eth1 up
SIOCSIFFLAGS: No such file or directory


JoseJX speculated that it could be a kernel configuration issue, dealing with hotplug support for firmware loading. I compiled that into my kernel and installed the new version, but got the same error. Here is a link to my kernel .config http://ndansmith.net/config
Back to top
View user's profile Send private message
blue.sca
l33t
l33t


Joined: 28 Aug 2003
Posts: 680
Location: Mainz, Germany

PostPosted: Thu Jan 26, 2006 4:39 pm    Post subject: Reply with quote

ndansmith: have you tried this as root?
_________________
geek by nature, linux by choice
i want my avatar back... thank you
:wq
Back to top
View user's profile Send private message
ndansmith
n00b
n00b


Joined: 01 Aug 2005
Posts: 60

PostPosted: Thu Jan 26, 2006 4:47 pm    Post subject: Reply with quote

blue.sca: Yes I was running as root for the entire process.
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Thu Jan 26, 2006 6:51 pm    Post subject: Reply with quote

ndansmith:
Make sure that you have hotplug installed and that the firmware is installed to the place that hotplug expects it.

javichunow:
Thanks for pointing that out, it's fixed now. :)

Akaihiryuu:
Scanning and WEP are already supported.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
ndansmith
n00b
n00b


Joined: 01 Aug 2005
Posts: 60

PostPosted: Thu Jan 26, 2006 8:44 pm    Post subject: Reply with quote

JoseJX: Haha, hotplug was it. Thanks!

EDIT: BTW, it may be helpful to add hotplug to the list of deps for the bcm43xx ebuild. I know it seems like a no-brainer, but it would have saved me a step. Thanks.
Back to top
View user's profile Send private message
Akaihiryuu
l33t
l33t


Joined: 08 May 2003
Posts: 794
Location: Columbus, OH

PostPosted: Fri Jan 27, 2006 12:20 am    Post subject: Reply with quote

Strange...I must be doing something wrong then. I'm using 0.0.1-20060105, last sync was Tuesday morning. Do I just need a newer version or something? I tried iwconfig eth1 scan and it said that it doesn't support scanning.
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Fri Jan 27, 2006 12:24 am    Post subject: Reply with quote

Akaihiryuu:
You probably didn't bring up the device first, do ifconfig eth1 up first, so the firmware loads.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
Akaihiryuu
l33t
l33t


Joined: 08 May 2003
Posts: 794
Location: Columbus, OH

PostPosted: Fri Jan 27, 2006 12:48 am    Post subject: Reply with quote

Boy I feel stupid! I assumed my wireless was eth1. I didn't pay attention to the fact that my wireless comes up as eth0. Anyway, I changed the necessary things in my config file. I had forgotten to install the firmware also (eth0 would not go up), but I corrected this also. Now I can bring the interface up and scan. It connects to my access point, but DHCP does not work. Any ideas?

Here's my access point:
Code:
          Cell 02 - Address: 00:13:46:1C:CA:CD
                    ESSID:"althena"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:9
                    Encryption key:on
                    Bit Rate:54 Mb/s
                    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
                    Quality=100/100  Signal level=-54 dBm
                    Extra: Last beacon: 19ms ago


Code:
samus akai # /etc/init.d/net.eth0 start
 * Starting eth0
 *   Configuring wireless network for eth0
 *     eth0 connected to "althena" at 00:13:46:1C:CA:CD
 *     in managed mode (WEP enabled - open)
 *   Bringing up eth0
 *     dhcp
 *       Running dhcpcd ...                                               [ !! ]
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Fri Jan 27, 2006 12:56 am    Post subject: Reply with quote

You'll have to try with a newer driver, but dhcp has been problematic for a number of people. Try it with a static connection for now.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
Akaihiryuu
l33t
l33t


Joined: 08 May 2003
Posts: 794
Location: Columbus, OH

PostPosted: Fri Jan 27, 2006 1:07 am    Post subject: Reply with quote

I checked my kernel logs and see some errors, probably why DHCP isn't working. Static connection is not a possibility...so if DHCP won't work I'll have to go back to ndiswrapper for a bit.

Code:
an 26 19:45:05 samus bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
Jan 26 19:45:36 samus agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jan 26 19:45:36 samus agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
Jan 26 19:45:36 samus agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode
Jan 26 19:45:45 samus su(pam_unix)[11545]: session opened for user root by (uid=1000)
Jan 26 19:45:59 samus bcm43xx: Error: Microcode "bcm43xx_microcode4.fw" not available or load failed.
Jan 26 19:46:11 samus agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jan 26 19:46:11 samus agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
Jan 26 19:46:11 samus agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode
Jan 26 19:46:49 samus agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jan 26 19:46:49 samus agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
Jan 26 19:46:49 samus agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode
Jan 26 19:46:56 samus bcm43xx: InitVals written
Jan 26 19:46:56 samus bcm43xx: Radio turned on
Jan 26 19:46:56 samus bcm43xx: Chip initialized
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:46:56 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:46:56 samus bcm43xx: DMA initialized
Jan 26 19:46:56 samus bcm43xx: 80211 cores initialized
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:46:56 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:46:56 samus bcm43xx: Keys cleared
Jan 26 19:47:05 samus SoftMAC: Start scanning with channel: 1
Jan 26 19:47:05 samus SoftMAC: Scanning 11 channels
Jan 26 19:47:05 samus SoftMAC: Scanning finished
Jan 26 19:47:07 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
Jan 26 19:47:07 samus SoftMAC: Authentication response received from 00:13:46:1c:ca:cd but no queue item exists.
Jan 26 19:47:11 samus DEAUTH from AP
Jan 26 19:47:11 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:323:ieee80211softmac_deauth_resp()
Jan 26 19:47:11 samus SoftMAC: Recieved deauthentication packet from 00:13:46:1c:ca:cd, but that network is unknown.
Jan 26 19:47:14 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
Jan 26 19:47:14 samus SoftMAC: Authentication response received from 00:13:46:1c:ca:cd but no queue item exists.
Jan 26 19:47:37 samus bcm43xx: Radio turned off
Jan 26 19:47:37 samus bcm43xx: DMA 0x0260 (RX) max used slots: 0/64
Jan 26 19:47:37 samus bcm43xx: DMA 0x0200 (RX) max used slots: 3/64
Jan 26 19:47:37 samus bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
Jan 26 19:47:37 samus bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
Jan 26 19:47:37 samus bcm43xx: DMA 0x0220 (TX) max used slots: 0/512
Jan 26 19:47:37 samus bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
Jan 26 19:47:42 samus bcm43xx: InitVals written
Jan 26 19:47:42 samus bcm43xx: Radio turned on
Jan 26 19:47:42 samus bcm43xx: Chip initialized
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:47:42 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:47:42 samus bcm43xx: DMA initialized
Jan 26 19:47:42 samus bcm43xx: 80211 cores initialized
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:42 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:42 samus bcm43xx: Keys cleared
Jan 26 19:47:42 samus bcm43xx: set security called
Jan 26 19:47:42 samus bcm43xx:    .level = 0
Jan 26 19:47:42 samus bcm43xx:    .enabled = 0
Jan 26 19:47:42 samus bcm43xx:    .encrypt = 0
Jan 26 19:47:42 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:47:42 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
Jan 26 19:47:42 samus SoftMAC: Queueing Authentication Request to 00:13:10:24:0c:f4
Jan 26 19:47:42 samus SoftMAC: cannot associate without being authenticated, requested authentication
Jan 26 19:47:42 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:47:42 samus SoftMAC: Sent Authentication Request to 00:13:10:24:0c:f4.
Jan 26 19:47:42 samus SoftMAC: Start scanning with channel: 1
Jan 26 19:47:42 samus SoftMAC: Scanning 11 channels
Jan 26 19:47:42 samus SoftMAC: Scanning finished
Jan 26 19:47:42 samus bcm43xx: Radio turned off
Jan 26 19:47:42 samus bcm43xx: DMA 0x0260 (RX) max used slots: 0/64
Jan 26 19:47:42 samus bcm43xx: DMA 0x0200 (RX) max used slots: 1/64
Jan 26 19:47:42 samus bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
Jan 26 19:47:42 samus bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
Jan 26 19:47:42 samus bcm43xx: DMA 0x0220 (TX) max used slots: 1/512
Jan 26 19:47:42 samus bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
Jan 26 19:47:42 samus bcm43xx: Card IRQ register not responding. Giving up.
Jan 26 19:47:43 samus bcm43xx: set security called
Jan 26 19:47:43 samus bcm43xx:    .active_key = 0
Jan 26 19:47:43 samus bcm43xx:    .level = 1
Jan 26 19:47:43 samus bcm43xx:    .enabled = 1
Jan 26 19:47:43 samus bcm43xx:    .encrypt = 1
Jan 26 19:47:43 samus bcm43xx: set security called
Jan 26 19:47:43 samus bcm43xx:    .level = 1
Jan 26 19:47:43 samus bcm43xx:    .enabled = 1
Jan 26 19:47:43 samus bcm43xx:    .encrypt = 1
Jan 26 19:47:43 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:47:43 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
Jan 26 19:47:43 samus SoftMAC: Queueing Authentication Request to 00:13:46:1c:ca:cd
Jan 26 19:47:43 samus SoftMAC: cannot associate without being authenticated, requested authentication
Jan 26 19:47:43 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:47:43 samus SoftMAC: Sent Authentication Request to 00:13:46:1c:ca:cd.
Jan 26 19:47:43 samus bcm43xx: InitVals written
Jan 26 19:47:43 samus bcm43xx: Radio turned on
Jan 26 19:47:43 samus bcm43xx: Chip initialized
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:47:43 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:47:43 samus bcm43xx: DMA initialized
Jan 26 19:47:43 samus bcm43xx: 80211 cores initialized
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:43 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:47:43 samus bcm43xx: Keys cleared
Jan 26 19:47:46 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
Jan 26 19:47:46 samus SoftMAC: Open Authentication completed with 00:13:46:1c:ca:cd
Jan 26 19:47:46 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:47:46 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
Jan 26 19:47:46 samus SoftMAC: sent association request!
Jan 26 19:47:50 samus DEAUTH from AP
Jan 26 19:47:50 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:323:ieee80211softmac_deauth_resp()
Jan 26 19:47:50 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:254:ieee80211softmac_deauth_from_net()
Jan 26 19:47:50 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:47:50 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
Jan 26 19:47:50 samus SoftMAC: Queueing Authentication Request to 00:13:46:1c:ca:cd
Jan 26 19:47:50 samus SoftMAC: cannot associate without being authenticated, requested authentication
Jan 26 19:47:50 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:47:50 samus SoftMAC: Sent Authentication Request to 00:13:46:1c:ca:cd.
Jan 26 19:47:51 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
Jan 26 19:47:51 samus SoftMAC: Authentication response received from 00:90:4b:5e:ae:35 but no queue item exists.
Jan 26 19:47:51 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
Jan 26 19:47:51 samus SoftMAC: Open Authentication completed with 00:13:46:1c:ca:cd
Jan 26 19:47:51 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:47:51 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
Jan 26 19:47:51 samus SoftMAC: sent association request!
Jan 26 19:47:51 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:41:ieee80211softmac_assoc_timeout()
Jan 26 19:47:51 samus SoftMAC: assoc request timed out!
Jan 26 19:47:53 samus bcm43xx: Radio turned off
Jan 26 19:47:53 samus bcm43xx: DMA 0x0260 (RX) max used slots: 0/64
Jan 26 19:47:53 samus bcm43xx: DMA 0x0200 (RX) max used slots: 3/64
Jan 26 19:47:53 samus bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
Jan 26 19:47:53 samus bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
Jan 26 19:47:53 samus bcm43xx: DMA 0x0220 (TX) max used slots: 5/512
Jan 26 19:47:53 samus bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
Jan 26 19:47:53 samus dhcpcd[12581]: terminating on signal 2
Jan 26 19:51:17 samus agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jan 26 19:51:17 samus agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
Jan 26 19:51:17 samus agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode
Jan 26 19:54:10 samus agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jan 26 19:54:10 samus agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
Jan 26 19:54:10 samus agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode
Jan 26 19:54:20 samus bcm43xx: InitVals written
Jan 26 19:54:20 samus bcm43xx: Radio turned on
Jan 26 19:54:20 samus bcm43xx: Chip initialized
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:54:20 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:54:20 samus bcm43xx: DMA initialized
Jan 26 19:54:20 samus bcm43xx: 80211 cores initialized
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:20 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:20 samus bcm43xx: Keys cleared
Jan 26 19:54:20 samus bcm43xx: set security called
Jan 26 19:54:20 samus bcm43xx:    .level = 0
Jan 26 19:54:20 samus bcm43xx:    .enabled = 0
Jan 26 19:54:20 samus bcm43xx:    .encrypt = 0
Jan 26 19:54:20 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:54:20 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
Jan 26 19:54:20 samus SoftMAC: Queueing Authentication Request to 00:13:10:24:0c:f4
Jan 26 19:54:20 samus SoftMAC: cannot associate without being authenticated, requested authentication
Jan 26 19:54:20 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:54:20 samus SoftMAC: Sent Authentication Request to 00:13:10:24:0c:f4.
Jan 26 19:54:20 samus SoftMAC: Start scanning with channel: 1
Jan 26 19:54:20 samus SoftMAC: Scanning 11 channels
Jan 26 19:54:20 samus SoftMAC: Scanning finished
Jan 26 19:54:20 samus bcm43xx: Radio turned off
Jan 26 19:54:20 samus bcm43xx: DMA 0x0260 (RX) max used slots: 0/64
Jan 26 19:54:20 samus bcm43xx: DMA 0x0200 (RX) max used slots: 1/64
Jan 26 19:54:20 samus bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
Jan 26 19:54:20 samus bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
Jan 26 19:54:20 samus bcm43xx: DMA 0x0220 (TX) max used slots: 1/512
Jan 26 19:54:20 samus bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
Jan 26 19:54:20 samus bcm43xx: Card IRQ register not responding. Giving up.
Jan 26 19:54:21 samus bcm43xx: set security called
Jan 26 19:54:21 samus bcm43xx:    .active_key = 0
Jan 26 19:54:21 samus bcm43xx:    .level = 1
Jan 26 19:54:21 samus bcm43xx:    .enabled = 1
Jan 26 19:54:21 samus bcm43xx:    .encrypt = 1
Jan 26 19:54:21 samus bcm43xx: set security called
Jan 26 19:54:21 samus bcm43xx:    .level = 1
Jan 26 19:54:21 samus bcm43xx:    .enabled = 1
Jan 26 19:54:21 samus bcm43xx:    .encrypt = 1
Jan 26 19:54:21 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:54:21 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
Jan 26 19:54:21 samus SoftMAC: Queueing Authentication Request to 00:13:46:1c:ca:cd
Jan 26 19:54:21 samus SoftMAC: cannot associate without being authenticated, requested authentication
Jan 26 19:54:21 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:54:21 samus SoftMAC: Sent Authentication Request to 00:13:46:1c:ca:cd.
Jan 26 19:54:21 samus bcm43xx: InitVals written
Jan 26 19:54:21 samus bcm43xx: Radio turned on
Jan 26 19:54:21 samus bcm43xx: Chip initialized
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=934b9000 newval=934b9000
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=90008f2a newval=90008f2a
Jan 26 19:54:21 samus bcm43xx: bcm43xx_ram_write val=8f2a934b newval=8f2a934b
Jan 26 19:54:21 samus bcm43xx: DMA initialized
Jan 26 19:54:21 samus bcm43xx: 80211 cores initialized
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1444
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:21 samus bcm43xx: TODO: Incomplete code in keymac_write() at /var/tmp/portage/bcm43xx-0.0.1-r20060105/work/bcm43xx-0.0.1/bcm43xx_main.c:1446
Jan 26 19:54:21 samus bcm43xx: Keys cleared
Jan 26 19:54:31 samus DEAUTH from AP
Jan 26 19:54:31 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:323:ieee80211softmac_deauth_resp()
Jan 26 19:54:31 samus SoftMAC: Can't perform deauthentication, network is not authenticated.
Jan 26 19:54:33 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:54:33 samus SoftMAC: Sent Authentication Request to 00:13:46:1c:ca:cd.
Jan 26 19:54:40 samus DEAUTH from AP
Jan 26 19:54:40 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:323:ieee80211softmac_deauth_resp()
Jan 26 19:54:40 samus SoftMAC: Can't perform deauthentication, network is not authenticated.
Jan 26 19:54:40 samus ieee80211: eth0: Unknown management packet: 32
Jan 26 19:54:45 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:54:45 samus SoftMAC: Sent Authentication Request to 00:13:46:1c:ca:cd.
Jan 26 19:54:57 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:54:57 samus bcm43xx: Failed to suspend mac!
Jan 26 19:54:57 samus SoftMAC: Sent Authentication Request to 00:13:46:1c:ca:cd.
Jan 26 19:55:05 samus login(pam_unix)[8650]: session closed for user root
Jan 26 19:55:06 samus agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jan 26 19:55:06 samus agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
Jan 26 19:55:06 samus agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode
Jan 26 19:55:09 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:55:09 samus bcm43xx: Failed to suspend mac!
Jan 26 19:55:09 samus SoftMAC: Sent Authentication Request to 00:13:46:1c:ca:cd.
Jan 26 19:55:14 samus su(pam_unix)[13862]: session opened for user root by (uid=1000)
Jan 26 19:55:21 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
Jan 26 19:55:21 samus SoftMAC: Authentication timed out with 00:13:46:1c:ca:cd
Jan 26 19:55:21 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
Jan 26 19:55:21 samus SoftMAC: /var/tmp/portage/ieee80211softmac-0.1-r20060105/work/ieee80211softmac-0.1/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
Jan 26 19:55:21 samus SoftMAC: cannot associate without being authenticated, requested authentication
Jan 26 19:55:21 samus dhcpcd[13748]: timed out waiting for a valid DHCP server response
Jan 26 19:55:21 samus bcm43xx: Radio turned off
Jan 26 19:55:21 samus bcm43xx: DMA 0x0260 (RX) max used slots: 0/64
Jan 26 19:55:21 samus bcm43xx: DMA 0x0200 (RX) max used slots: 2/64
Jan 26 19:55:21 samus bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
Jan 26 19:55:21 samus bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
Jan 26 19:55:21 samus bcm43xx: DMA 0x0220 (TX) max used slots: 12/512
Jan 26 19:55:21 samus bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Fri Jan 27, 2006 2:09 am    Post subject: Reply with quote

It never authenticated, DHCP won't work unless you authenticate.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
Akaihiryuu
l33t
l33t


Joined: 08 May 2003
Posts: 794
Location: Columbus, OH

PostPosted: Fri Jan 27, 2006 2:55 am    Post subject: Reply with quote

Strange...it did tell me I connected to the access point. The WEP key and everything is right, because ndiswrapper can connect with it. I have everything in the /etc/conf.d/wireless file. The WEP key, preferred access points, etc, are not listed with any specific interface, so that's not it. Any idea what I can do to get it to authenticate properly?
Back to top
View user's profile Send private message
Akaihiryuu
l33t
l33t


Joined: 08 May 2003
Posts: 794
Location: Columbus, OH

PostPosted: Fri Jan 27, 2006 9:25 am    Post subject: Reply with quote

New note: It's definitely not a WEP issue...my neighbors have an unsecured network, and I can't connect to it either. Both networks (mine and theirs) work fine with ndiswrapper. I'm not sure what else I can do, it doesn't seem to be associating with any access points properly.
Back to top
View user's profile Send private message
Havin_it
Veteran
Veteran


Joined: 17 Jul 2005
Posts: 1247
Location: Edinburgh, UK

PostPosted: Fri Jan 27, 2006 12:25 pm    Post subject: Reply with quote

@Akaihiryuu: I have been getting a lot of this myself. Iwconfig will show all the information as though you are connected, but the association is not made. Right now I'm usually having to repeat the whole process several times to get a reliable connection. For this reason I'm not using the normal initscript, but instead made a script to run through the ifconfig/iwlist/iwconfig commands. (You can find this a couple of pages back.*) I run it on the command-line followed by a ping to check success, like so:

./wlan-starter.sh; ping -c4 192.168.0.1
(I'm just pinging my router's address but you could use any host on LAN or Internet if connected.)

Usually for the first few attempts (sometimes a dozen times), 50%-75% of the pings will fail. When 0% fail, I'm connected and don't have any further connection problems.

This might be relevant to some folks if you are giving up too early. Do something like this to hammer the interface, do it a good couple dozen times in a row if necessary, in case it is just being 'reluctant'.

*Disclaimer: my script doesn't handle DHCP (could add it but I don't use it and I'm lazy!), but if you see how the other sections work, I guess you could add it easily enough. Why can you not use static IP addressing? I'd really recommend it at least for the testing phase, because it'll allow you to see if the TCP/IP connectivity works at all (if it doesn't, you'll never get your connection up). If you've not done it before there isn't much to it, but do ask if you need any help.
Back to top
View user's profile Send private message
thedopefishlives
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2005
Posts: 84

PostPosted: Fri Jan 27, 2006 4:15 pm    Post subject: Reply with quote

I have a problem with this driver and the ACPI interface on my laptop. See, my CPU frequency scaler uses the ACPI battery and ac modules to determine what state the system is in. If these are not found, it locks the CPU into max-performance mode no matter what. However, loading the ACPI battery module and the bcm43xx module causes a kernel panic. 1) Does anyone else experience anything even remotely similar? 2) Is there any kind of workaround? I'm sick of ndiswrapper and I desperately want this driver to work. Oh yeah, I'm using the softmac driver and have been trying daily snapshots since the beginning of the year, without any success in solving the problem.
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Fri Jan 27, 2006 4:20 pm    Post subject: Reply with quote

Post the panic to the bcm43xx-dev mailing list, or look at the specs wiki and join the irc channel so we can look into it.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
Akaihiryuu
l33t
l33t


Joined: 08 May 2003
Posts: 794
Location: Columbus, OH

PostPosted: Fri Jan 27, 2006 8:59 pm    Post subject: Reply with quote

Damn...any idea what's causing the association failures and if it's something that will be corrected soon? I'm SO close to being able to drop ndiswrapper and Windows drivers for good. I do want to wait until I am able to reliably connect before I drop ndiswrapper though. I really don't want to have to use custom scripts to connect, when the /etc/init.d/net.xxx has always worked with ndiswrapper.
Back to top
View user's profile Send private message
thedopefishlives
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2005
Posts: 84

PostPosted: Sat Jan 28, 2006 12:55 am    Post subject: Reply with quote

My kernel panic has something to do with the Ethernet driver needing to be loaded before any of the ieee80211 modules. With that done, now the only trouble is some stupid stuff having to do with the ATI IXP driver "disabling IRQ #10" when it is loaded without an active network interface. But I digress. :)
Back to top
View user's profile Send private message
Havin_it
Veteran
Veteran


Joined: 17 Jul 2005
Posts: 1247
Location: Edinburgh, UK

PostPosted: Sat Jan 28, 2006 10:41 am    Post subject: Reply with quote

@JoseJX, any plans to make more recent softmac/bcm43xx ebuilds available in Portage? Or is the progress since 20060105 not significant to warrant this?
Back to top
View user's profile Send private message
sul3n3t
n00b
n00b


Joined: 11 Jun 2003
Posts: 10

PostPosted: Sat Jan 28, 2006 11:11 am    Post subject: Reply with quote

I have a Compaq V2424NR amd64 laptop with integrated broadcom BCM4318. I haven't been able to get the driver to work after spending some time on it. I get the common error of "SIOCSIFFLAGS: No such file or directory" and "...Microcode 'bcm43xx_microcode5.fw' not available..." from dmesg. From following this thread, the common fix given is to make sure hotplug or udev is setup properly.

I have then following packages installed with default configuration:
sys-apps/hotplug-20040923-r1
sys-apps/coldplug-20040920
sys-fs/udev-081-r1

The file "/etc/hotplug/firmware.agent" contains the line "FIRMWARE_DIR=/lib/firmware", which is where my firmware, extracted using fwcutter, is located.

So far, I haven't found any docs explaining how to test hotplug configuration. My question is how to I find out if hotplug is configured properly and are there any good resources for this.
Back to top
View user's profile Send private message
atomik
n00b
n00b


Joined: 08 Jun 2003
Posts: 54
Location: Catania - Italy

PostPosted: Sat Jan 28, 2006 7:05 pm    Post subject: Reply with quote

I'm trying wpa_supplicant, i'm installed it from portage.
This is the configuration file:

Quote:

# WPA AES encryption
ctrl_interface=/var/run/wpa_supplicant
#eapol_version=1
network={
ssid="AP_ssid"
scan_ssid=1
key_mgmt=WPA-PSK
proto=WPA
pairwise=CCMP TKIP
group=CCMP TKIP
psk="My_WPA_password"
priority=3
}


This is the /etc/conf.d/net:

Quote:

config_eth0=("10.0.0.201 netmask 255.255.255.0")
routes_eth0=("default gw 10.0.0.1")

modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dwext"
wpa_timeout_eth1=60


when i try to do:
wpa_supplicant -Dwext -ieth1 -c/etc/wpa_supplicant.conf -d

This is the log of Wpa_Supplicant:
Quote:

Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
eapol_version=1
Priority group 3
id=0 ssid='atomiko'
Initializing interface (2) 'eth1'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
SIOCGIWRANGE: WE(compiled)=19 WE(source)=16 enc_capa=0x0
capabilities: key_mgmt 0x0 enc 0x3
Own MAC address: 00:11:11:11:11:11 (modified)
wpa_driver_wext_set_wpa
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_countermeasures
wpa_driver_wext_set_drop_unencrypted
Setting scan request: 0 sec 100000 usec
Added interface eth1
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
State: DISCONNECTED -> SCANNING
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=7):
61 74 74 74 74 74 74 AP_ssid ---->modified
Wireless event: cmd=0x8c02 len=21
Custom wireless event: 'scan finished'
Scan timeout - try to get results
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 3
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (broadcast SSID)
Wireless event: cmd=0x8c02 len=21
Custom wireless event: 'scan finished'
Scan timeout - try to get results
Received 256 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 3
0: 00:0f:0f:0f:0f:0f ssid='AP_ssid' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
selected based on WPA IE
Trying to associate with 00:0f:0f:0f:0f:0f (SSID='AP_ssid' freq=0 MHz) ---->modified
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 ---->modified
WPA: clearing AP RSN IE
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=24): dd 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 ---->modified
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: SCANNING -> ASSOCIATING
wpa_driver_wext_associate
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
Wireless event: cmd=0x8b06 len=8
Wireless event: cmd=0x8b1a len=16
Wireless event: cmd=0x8c02 len=21
Custom wireless event: 'scan finished'
Wireless event: cmd=0x8c02 len=21
Custom wireless event: 'authenticated'
Wireless event: cmd=0x8c02 len=18
Custom wireless event: 'associated'
RX EAPOL from 00:0f:b5:d4:b7:50
Setting authentication timeout: 10 sec 0 usec
IEEE 802.1X RX: version=1 type=3 length=95
EAPOL-Key type=254
State: ASSOCIATING -> 4WAY_HANDSHAKE
WPA: RX message 1 of 4-Way Handshake from 00:0f:0f:0f:0f:0f (ver=1) ---->modified
WPA: WPA IE for msg 2/4 - hexdump(len=24): dd 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 ---->modified
WPA: Renewed SNonce - hexdump(len=32): cut.. ---->modified

WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=64): [REMOVED]
WPA: Sending EAPOL-Key 2/4
RX EAPOL from 00:0f:0f:0f:0f:0f ---->modified
IEEE 802.1X RX: version=1 type=3 length=119
EAPOL-Key type=254
State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
WPA: RX message 3 of 4-Way Handshake from 00:0f:0f:0f:0f:0f (ver=1) ---->modified
WPA: IE KeyData - hexdump(len=24): dd 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 ---->modified
WPA: Sending EAPOL-Key 4/4
WPA: Installing PTK to the driver.
WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
ioctl[SIOCSIWENCODEEXT]: Invalid argument
Driver did not support SIOCSIWENCODEEXT
WPA: Failed to set PTK to the driver.
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
Wireless event: cmd=0x8c02 len=21
Custom wireless event: 'authenticated'
Wireless event: cmd=0x8c02 len=18
Custom wireless event: 'associated'
RX EAPOL from 00:0f:b5:d4:b7:50
IEEE 802.1X RX: version=1 type=3 length=95
EAPOL-Key type=254
WPA: EAPOL-Key Replay Counter did not increase - dropping packet
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
Authentication with 00:00:00:00:00:00 timed out.
Added BSSID 00:00:00:00:00:00 into blacklist
State: GROUP_HANDSHAKE -> DISCONNECTED
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Setting scan request: 0 sec 0 usec

_________________
At0m|K
Back to top
View user's profile Send private message
sul3n3t
n00b
n00b


Joined: 11 Jun 2003
Posts: 10

PostPosted: Sun Jan 29, 2006 8:45 am    Post subject: Reply with quote

sul3n3t wrote:
I have a Compaq V2424NR amd64 laptop with integrated broadcom BCM4318. I haven't been able to get the driver to work after spending some time on it. I get the common error of "SIOCSIFFLAGS: No such file or directory" and "...Microcode 'bcm43xx_microcode5.fw' not available..." from dmesg. From following this thread, the common fix given is to make sure hotplug or udev is setup properly.

I have then following packages installed with default configuration:
sys-apps/hotplug-20040923-r1
sys-apps/coldplug-20040920
sys-fs/udev-081-r1

The file "/etc/hotplug/firmware.agent" contains the line "FIRMWARE_DIR=/lib/firmware", which is where my firmware, extracted using fwcutter, is located.

So far, I haven't found any docs explaining how to test hotplug configuration. My question is how to I find out if hotplug is configured properly and are there any good resources for this.


Also, coldplug starts in boot runlevel.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Goto page Previous  1, 2, 3 ... 12, 13, 14 ... 40, 41, 42  Next
Page 13 of 42

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum