Thanks for the helping hand Trickykid. My first attempt at Linux was about five years ago and was very short-lived due to the hardware setup at that time.
I actually have two wireless devices that I'd like to set up eventually. The first is an on-board 802.11b by Actiontek. I don't know a whole lot about it other than it apparently uses the Prism 2.5 chipset. Here is the best info I could find in the INF file:
VER_VENDOR_STR = "Actiontec"
VER_VENDOR_NAME_STR = "Actiontec Electronics, Inc"
PRISM_USB1 = "Actiontec PRISM Wireless LAN USB Card"
It's my understanding that this card can be run either with the wireless-ng package or with Ndiswrapper/Driverwrapper.
The other card is a Linksys WPC-54Gv2 PCMCIA. Everything i've found about it says Ndiswrapper/Driverwrapper is the only way to go. Although this is a better / faster card, for what I'm doing with this laptop the "B" onboard would work just fine and I wouldn't have to worry as much about forgetting or damaging it.
dmesg
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
dldrengine: module license 'see LICENSE file; Copyright (c)2003-2004 Linuxant inc.' taints kernel.
dldrengine: stack=4096/72/0 REGPARM SMP
usbcore: registered new interface driver driverloader
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
The detailed report after Driverloader failed showed a stack overflow on both devices (I tried the drives for both wireless cards.
lspci & lsusb
[andy@localhost ~]$ lspci -v
bash: lspci: command not found
[andy@localhost ~]$ lspci -v
bash: lspci: command not found
[andy@localhost ~]$ su
Password:
[root@localhost andy]# lspci -v
bash: lspci: command not found
[root@localhost andy]# lsusb
bash: lsusb: command not found
[root@localhost andy]#
This ^^^ is part of the frustration I have had. General commands will work . . .and then not work.
For instance, this
http://fedoraproject.org/wiki/Docs/CustomKernel is one of the guides I tried to follow, word-for-word, until I got to this point:
cp -rv ~/rpmbuild/BUILD/kernel-2.6.$ver/linux-2.6.$ver.$arch ~/rpmbuild/BUILD/kernel-2.6.$ver.orig
cp -alv ~/rpmbuild/BUILD/kernel-2.6.$ver.orig ~/rpmbuild/BUILD/kernel-2.6.$ver.new
I plugged the numbers in and was told the directory didn't exist. I manually went to the directory and tried to copy the files, but was told I didn't have permission (even as root).
Ideas?