pierce.jason
Seems this PCI-ID should be supported by a driver project called "IWLWIFI"
From
http://intellinuxwireless.org/Note: The iwlwifi driver has been merged into mainline kernel since 2.6.24. If you are using kernels after this release, please use the intree (drivers/net/wireless/iwlwifi) driver directly.
Since Vec7.0 is using the 3.0.4 kernel iwlwifi must be in this kernel.
What does it mean to use the intree driver directly?
roarde
But first, as root do rm /var/run/wicd/wicd.pid then reboot and try wicd again.
While booting, look for "Starting wicd . . . OK". If you don't see it, enable wicd in vasm
Did not see "Starting wicd".
EDIT: I tried the hibernate feature and when I restarted I did indeed see "starting wicd"
Neither do I see an option in Vasm to start it. I assumed it would be under
Service>>SRVSET>>Graphical user interface Desktop>>Wicd:Wicd daemon
like in Vec6.0.
It is not there. It must therefore not be running?
I did get an XP driver and attempted ndiswrapper. However it appears that the "Wireless How To" which was written for Vec5.8 is now out of date.
From within the folder containing drivername.inf and drivername.sys
ndiswrapper -i drivername.inf
then
ndiswrapper -l
shows the driver installed but does not show "hardware present"
The "How To" says to make sure that you create "alias wlan0 ndiswrapper" in /etc/modprobe.conf then
ndiswrapper -m
This gives
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
module configuration already contains directive.
So I continue with
depmod -aq
which seems to complete, but
modprobe ndiswrapper
fails
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
module configuration already contains directive.
FATAL: Module ndiswrapper not found.
This happens even if /etc/modprobe.conf is an empty file.
End of attempt at using ndiswrapper