On Fri, 2006-05-19 at 17:37 +0100, Julian Hall wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ken Hughes wrote: > > Looks to me like setpci isn't working: you should see > > Bus: primary=00, secondary=02, subordinate=0a, sec-latency=128 > > > > What happens if you execute your init.d script by hand? > > > > Ken > Thanks Ken, you were right. As soon as I ran the setpci, then > unloaded and reloaded the card I ran lspci -v and it identified my > Cardbus Wifi card with Atheros chip. > > So now I just have to work out why it doesn't load automatically on boot.
It looks to me as though you have your link in /etc/rc5.d transposed. You showed: ln -s /etc/init.d/cardbus /etc/rc5.d/S20pcmcia-cardbus I think it should be: ln -s /etc/rc5.d/S20pcmcia-cardbus /etc/init.d/cardbus > _______________________________________________ > LinuxR3000 mailing list > [email protected] > http://lists.pcxperience.com/cgi-bin/mailman/listinfo/linuxr3000 > Wiki at http://prinsig.se/weekee/ HTH -- Registered Linux User #: 222896 Larry W. Hatcher [EMAIL PROTECTED] _______________________________________________ LinuxR3000 mailing list [email protected] http://lists.pcxperience.com/cgi-bin/mailman/listinfo/linuxr3000 Wiki at http://prinsig.se/weekee/
