Am Montag, 20. Februar 2006 21:56 schrieb Jari Aalto:
> I'm having trouble setting up the wireless interface. The Arch is not
> near my Email program, so I cannot easily copy/paste the configuration
> I've done.
>
> 1. I've loaded kernel modules
>
> modprobe pcmcia
> modprobe orinoco
>
> 2. I've edited /etc/rc.conf
>
> 3. I've edited /etc/rc.conf/wireless
>
> The network card is PCMCIA on laptop recognized as eth1 in
> other Linux versions. The call to
>
> /etc/rc.d/network restart
>
> says:
>
> eth1 no such device
> SIO* <errors>
>
> The leds are not blinking in the card. It looks like it's not
> recognized at all. How do I get the pcmia subsystem / cardmgr to work
> first (I assume that is the problem)
>
> Jari
>
Well, I am just guessing here, but you could try the following:
1) modprobe orinoco_cs
orinoco.ko is just the shared common code of all orinoco cards, for my PCI
based card I have to load orinoco_pci before the device actually shows up.
2) If you use module auto loading, blacklist hostap and hostap_cs.
For some reason one of the last udev/hotplug/whatever releases started to
autoload hostap for my card, which didn't work at all. You can check for that
with
lsmod | grep hostap
If it still doesn't work after that, you really should try to provide some
more info.
- Askadar
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch