On Wed, 11 Oct 2006, Damien Bergamini wrote:
| Here are the appropriate dmesg lines:
| ral0 at pci1 dev 9 function 0 "Ralink RT2561S" rev 0x00: irq 12, address
| 00:16:b6:98:85:1f
| ral0: MAC/BBP RT2661B, RF RT2527
Another appropriate dmesg line would have been the OS version and
the architecture it runs on ;)
3.9
cpu0: Intel(R) Celeron(R) CPU 1.70GHz ("GenuineIntel" 686-class) 1.70 GHzB
| If I use /etc/hostname.ral0 (up mediaopt hostap nwid seenothing.org chan
| 11 nwkey foobarfoobarf) to configure at boot or /sbin/ifconfig (using
| the same as above) to configure at runtime the kernel panics with this
| message:
| uvm_fault(0xd6e45dc4, 0x0, 0, 1) -> e
| kernel: page fault trap, code=0
| Stopped at ieeee80211_release_node +0x16 movl 0x 01(%esi), %ebx
|
| Is this a bad card? Is this a memory issue with the card itself? Is this
| card not supported in hostap mode (although everything I've read says that
| it is)? Am I configuring it incorrectly? Any help would be appreciated.
More likely a problem in the ral(4) driver itself.
Can you try to modify your /etc/hostname.ral0 like this:
mediaopt hostap nwid seenothing.org chan 11 nwkey foobarfoobarf up
Nope, same thing. Kernel panics and drops to the debugger.
(ie put the "up" at the end).
Otherwise, the card will be reset about 4 times.
Thanks,
Damien