Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
I'm setting up a mini-pc with iMedia Linux as my OS (embedded linux) and I can't get my wireless network card to work. I followed waterhead's "Sticky: Wireless Setup - Start Here" instructions and here's the result of the commands suggested.
Googling 1106:3253 reveals that the module you're looking for is likely VT6655. VIA released the driver under an open source license fairly recently. I'm not sure if it's included with the 2.6.30 kernel or not, yet, but you're using a very old kernel.
Since the device isn't recognized, you might want to try updating your pci ids. In many distros this is done just by running (as root)
Code:
update-pciids
I don't know much of anything about iMedia or embedded linux deployments, however.
Not having any luck with the driver from the viaarena (see links above). The instructions aren't to clear and my iMedia system doesn't even have 'make' on it. I tried compiling the driver on my CentOS machine but that didn't work either. Neither OS is said to be supported anyway in the driver's instructions.
I didn't know much about ndiswrapper but after reading about it it seems to be fairly straightforward, I'll try going that route now and post my results back.
Then I read that I needed the driver's inf file and sys file for ndiswrapper to work.
I extracted VNWL.inf, VNWL5A.sys and VNWL5B.sys from the exe file downloaded, created a temp folder an copied them there.
On the first attempt to run
Code:
ndiswrapper -i VNWL.inf
I got the following message:
Code:
bash: /usr/sbin/ndiswrapper: /usr/bin/perl: bad interpreter: No such file or directory.
That was because perl wasn't installed.
After installing perl, i reran ndiswrapper and it said "installing vnwl ..." and came back to the command prompt so I assume it worked.
I reran lspci to see if anything changed but nothing did. I rebooted and ran lspci again and nothing changed.
When I run
I notice in your original post that you already had two wireless modules loading. One is NDISwrapper, and the other is ath_pci.
You didn't list the lsusb output. Do you have another wireless card installed, maybe USB? Otherwise, if the ath_pci module is meant for the VIA wireless, it will compete with ndiswrapper, and the wireless won't work.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
I was able to compile it on my Ubuntu 9.04 install, with the regular make and make install commands. The module is called viawget (what an odd name), and I was able to load it without error.
The instructions say that it is compatible with these distros:
Code:
Kernel & Linux Supported
========================
This driver supports linux kernel version 2.6.x and have been tested under
FC serial:
1. Fedora core 2
2. Fedora core 3
3. Fedora core 4
4. Fedora core 5
5. Fedora core 6
6. Fedora core 7
Ubuntu serial:
1. Ubuntu 6.06
2. Ubuntu 7.04
3. Ubuntu 7.10
4. Ubuntu 8.04
Debian serial:
1. Debian 3.0
2. Debian 4.0
SUSE serial:
1.suse 10.1
2.suse 10.3
XANDROS serial:
1.xandros 4.2
You should be able to install it, if you install your kernel sources, gcc and make, first.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe