How to use RTL8188CUS Wireless USB in Precise 5.6.1?

Post Reply
Message
Author
zarg
Posts: 15
Joined: Fri 21 Jun 2013, 12:33

How to use RTL8188CUS Wireless USB in Precise 5.6.1?

#1 Post by zarg »

Newbie here and I need help in compiling a driver for my RTL8188CUS Wireless USB in Precise 5.6.1. (uses 8192CU driver). I think this is what i need to do:

get correct devx sfs
get kernel source
unzip driver

with all the above unpacked into a directory, cd to that dir in terminal and:

./configure --prefix+usr

run make

then

make install

is this right?

then what? do i need to modprobe or anything to get the new driver to work?



also if i want to try to make a pet of this at the configure step shoul i use
./configur --build=i486-pc-linux-gnu --prefix+usr CFLAGS="-mtune+generic -02 -fomit-frame-pointer" CXXFLAGS=$CFLAGS

sorry for the long post and thanks in advance for any help.

User avatar
6502coder
Posts: 677
Joined: Mon 23 Mar 2009, 18:07
Location: Western United States

compiling driver

#2 Post by 6502coder »

I recently solved the same problem with much the same kind of dongle. Have a look at this:

http://www.murga-linux.com/puppy/viewtopic.php?t=85220

Hope that helps!

zarg
Posts: 15
Joined: Fri 21 Jun 2013, 12:33

RTL8188CUS wireless USB precise puppy

#3 Post by zarg »

I recently solved the same problem with much the same kind of dongle. Have a look at this:

http://www.murga-linux.com/puppy/viewtopic.php?t=85220
Thanks, I have temorarily got it working by using ndaiswrapper and blacklisting the 8192cu driver that puppy was trying to use; I will try your soulution when i get a chance.

Post Reply