LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Hawking Wireless USB Mini (https://www.linuxquestions.org/questions/linux-wireless-networking-41/hawking-wireless-usb-mini-356711/)

Keen48 08-24-2005 10:38 PM

Hawking Wireless USB Mini
 
Hi, I run SuSE Linux 9.2 Professional, and I do not know much about installing drivers and such on Linux (I have only used Linux for a month or so).

I have a HWU54G USB WLAN Network Bus, and I do not know how to make it work on Linux (3.3 Kernel).

Linux detects it as a Zydas or something but I cannot configure it.

Any suggestions?

Thanks

dub.wav 08-25-2005 04:07 AM

There's a Linux driver at: http://sourceforge.net/projects/zd1211

Unfortunately you'll have to build it yourself. I don't know SUSE very well, so someone else will have to help you with that.

Keen48 08-25-2005 07:19 AM

I downloaded that and tried "make" and "make install" but when I did "make", it came up with a ton of errors and when I did "make install" it didn't even know what I was trying to do.

Any suggestions once again?

dub.wav 08-25-2005 10:35 AM

Go into YaST, and install the kernel-source and kernel-syms packages.
Now you should be able to compile the driver.

If there was no kernel-syms package, open Konsole and type these commands.
Code:

su
cd /usr/src/linux
make cloneconfig
make modules_prepare



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