On Sat, 2005-04-16 at 19:11 -0700, Don Russell wrote: > Brian Truter wrote: > > > ATrpms currently has madwifi kernel modules in its repo. They work > > great.I use a Linksys A/G PCMCIA adapter > > Can I configure yum somehow so it points to ATrpms, and then just do > "yum install madwifi"? > > I tried d/l madwifi rpms and kept getting depency issues when trying to > install. Including.. it wanted kernel-smp stuff evven though I only have > a UP machine. > > I couldn;t find any instruction on configuing yum for ATrpms... :-( I would suggest using the livna src.rpm You build it on your system against your kernel. IE - rpmbuild -bb kernel-madwifi.spec --target="i686" --define 'kernel `uname -r`' Is your wifi card an atheros card though? IE - [testing@fc4t2 ~]$ /sbin/lspci |grep -i "atheros" 01:07.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01) [testing@fc4t2 ~]$ That lets me know it is atheros, so I know madwifi will probably work. I'd check first if I were, as madwifi won't work if it isn't atheros.