LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install drivers for a Wi-Fi USB adapter. (https://www.linuxquestions.org/questions/linux-newbie-8/install-drivers-for-a-wi-fi-usb-adapter-4175562898/)

jrizer 01-01-2016 04:23 PM

Install drivers for a Wi-Fi USB adapter.
 
I am brand new to linux. I have a Dell desktop running Linux 2.6.33.2 (i686). I am trying to install the drivers from a cd for a Coredy AC600 Wi-Fi USB adapter. I mounted the disk and tried to use Set run action from the File menu but, I keep getting an error message that the Setup.exe file is not an executable program. What am I doing wrong or at least how do I get it to work?

NGIB 01-01-2016 05:08 PM

Setup.exe is a Windows file. What distro are you running on what hardware?

rokytnji 01-01-2016 08:12 PM

Install and run ndiswrapper and use the .inf file inside the windows .exe.

You will need to extract the windows .exe 1st. A reboot is required after driver install.

https://wiki.debian.org/NdisWrapper

https://packages.debian.org/squeeze/ndisgtk

The above is to answer

Quote:

at least how do I get it to work?
To see if a native linux driver is available. With the usb plugged in. Reboot. Post output of

Code:

lsusb
and also

Code:

dmesg | tail
@NGIB. I think the OP is running Debian Squeeze (oldoldstable) going by their kernel posted.

To know for sure

Code:

cat /etc/issue
Code:

cat /etc/debian_version
Code:

lsb_release -da
If it throws out a lsb command not installed. do a

Code:

sudo apt-get update && sudo apt-get install lsb-release

jrizer 01-06-2016 09:13 AM

OK, I'm learning, slowly... I'm using Linux Puppy; Linux 2.6.33.2 [i686 arch]. Also, I have Wine 1.1.43. I'm not sure of the version of Puppy. I'm trying to get updates etc. I mapped the cd/dvd drive on Wine but it still will not run the Setup.exe on disk. The setup will start up on my laptop using Windows 7... There is supposed to be an option when the setup starts for Linux compatibility. Still trying to get it to open with wine. Any suggestions?

Just checked out the Ndis Wrapper site. My device is not available at this time...

suicidaleggroll 01-06-2016 10:09 AM

That adapter has a native Linux driver, you can grab it from here:
http://www.coredytech.com/d-76-Cored...i+Adapter.html


All times are GMT -5. The time now is 03:05 PM.