Results 11 to 20 of 24
Thanks reed9 the 'modprobe ndiswrapper' will be my next step. I should manage to get it loaded on boot.
Thanks waterhead!
I'm not sure what ath_pci is. Could it have ...
- 07-29-2009 #11Just Joined!
- Join Date
- May 2009
- Posts
- 66
Thanks reed9 the 'modprobe ndiswrapper' will be my next step. I should manage to get it loaded on boot.
Thanks waterhead!
I'm not sure what ath_pci is. Could it have something to do with Atheros cards? I'm just guessing but I know that I installed everything that had to do with wireless when I did my iMedia install.
I didn't include lsusb because I thought it was irrelevant in this case. I don't have another wireless card installed. The only other thing there is is an onboard ethernet card.
I think I also got my hand on that driver source you mentionned and as I said I wasn't able to run make on neither my iMedia or CentOS installs. iMedia didn't have make and something in the Makefile was pointing to something that wasn't there on my CentOS install.
If the modprobe ndiswrapper doesn't work I'll probably try to do as you said and get the necessary things installed on my iMedia system to compile the driver. Unfortunatly I can't do any work on it at the moment but I'll try to post back before end of day.
Thanks again.
Olivier.
- 07-29-2009 #12Just Joined!
- Join Date
- May 2009
- Posts
- 66
Seems like modprobe didn't help. lspci still says
Am I making a mistake by relying on this message to see if the card is working?Code:00:0c.0 Network controller [0280]: VIA Technologies, Inc. Unknown device [1106:3253]
It also seemed like the ndiswrapper module was already loading on boot because I could see it when I did a 'modprobe -l'.
I guess I'll move on to try and compile the driver on linux again.
- 07-29-2009 #13
You are mistaken in relying on that message to see if the card is working.
You should probably rely on whether you get an ip address and can ping a host on the web.
As Waterhead mentioned, and I missed, in your lsmod output, you did show ndiswrapper as loading. You also had the ath_pci and ath_hal modules loading, which is a little weird if you don't have an Atheros card. I would remove those modules and blacklist them. It's possible they're conflicting with ndiswrapper.
Also, I would try out, after making sure the module is loaded with ndiswrapper (ndiswrapper -l), I would throw in aCode:/sbin/depmod -a /sbin/ndiswrapper -m
- 07-29-2009 #14
There are some other ndiswrapper options that you should run, as they could be helpful. To see a list of options, use the --help option:
You would then get this output:Code:ndiswrapper --help
I suggest also running the -ma and -mi options too.Code:paul@eeepc:~$ ndiswrapper --help install/manage Windows drivers for ndiswrapper usage: ndiswrapper OPTION -i inffile install driver described by 'inffile' -a devid driver use installed 'driver' for 'devid' (dangerous) -r driver remove 'driver' -l list installed drivers -m write configuration for modprobe -ma write module alias configuration for all devices -mi write module install configuration for all devices -v report version information where 'devid' is either PCIID or USBID of the form XXXX:XXXX, as reported by 'lspci -n' or 'lsusb' for the card
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-30-2009 #15Just Joined!
- Join Date
- May 2009
- Posts
- 66
Ok I did what you said here are the results:
Now I need to configure the card to work with my network here which is also going to be a new challenge for me!Code:rmmod ath_pci rmmod ath_hal ndiswrapper -l vnwl : driver installed device (1106:3253) present /sbin/depmod -a --> no output generated /sbin/ndiswrapper -m adding "alias wlan0 ndiswrapper" to /etc/modprobe.d/ndiswrapper ... ndiswrapper -ma module configuration information is stored in /etc/modprobe.d/ndiswrapper ndiswrapper -mi same output as previous command
Can I remove ath_pci permanently? It comes back after I reboot. I guess I could include 'rmmod ath_pci' to one of the startup scripts.
Thanks again
- 07-30-2009 #16
Wait, I couldn't quite tell. You got it working with ndiswrapper?
Look in the directory /etc/modprobe.d/, and you will likely already find a file named blacklist.conf, or something along those lines. Add the linesCan I remove ath_pci permanently? It comes back after I reboot. I guess I could include 'rmmod ath_pci' to one of the startup scripts.If there is no such file, you can create one.Code:blacklist ath_pci blacklist ath_hal
- 07-30-2009 #17Just Joined!
- Join Date
- May 2009
- Posts
- 66
No I didn't mean I got it working. Unless I can connect to my access point I guess I will not know.
The blacklist file was there, I added the 2 lines as you wrote at the end of the file but they still showed up after reboot.
- 07-31-2009 #18Just Joined!
- Join Date
- May 2009
- Posts
- 66
I need to configure my pc to use a WPA2 network. There's already an access point ready for it. Assuming my wireless card is physically working, where shoud I start?
- 07-31-2009 #19
The easiest way is to use some sort of network connection manager. I don't know if your distro has anything to offer, but I recommend using Wicd.
wicd - homePaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-31-2009 #20Just Joined!
- Join Date
- May 2009
- Posts
- 66
Unfortunatly the iMedia distro really doesn't have a lot of graphic tools, and I didn't find anything that looked like a network manager.
On the other hand a collegue and I have been playing with ifconfig, iwconfig and wpa_supplicant and we can see from the access point log that an attempt to connect is happening but fails during authentication. When I have more details I'll post back. I'll also have a look at Wicd see what it can do for me.


Reply With Quote
