Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: cURIOUSgEORGE on April 30, 2012, 12:25:46 AM
-
I'm trying to set up a usb wireless antenna on my "desktop". The driver is RTL8188SU. What tools do I need from the repo? I downloaded the driver from realtek but, I don't know how to install it. I untar it in my home directory but, when I type make in the terminal, I get an error saying
root@box:/home/tc/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401# make
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.0.3-tinycore/build M=/home/tc/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401 modules
make: *** /lib/modules/3.0.3-tinycore/build: No such file or directory. Stop.
make: *** [modules] Error
before this I got the wireless to work from using ndiswrapper and the realtek exe driver, but after a reboot it no longer works and when I type in the terminal wlan0 up - I get no device found.
-
I've compiled drivers for this device under 3.0.21 however have not submitted them yet sorry..
Will get on that right away, then you'll see if that will help..
Also see wiki http://wiki.tinycorelinux.net/wiki:list_of_supported_wifi_devices (http://wiki.tinycorelinux.net/wiki:list_of_supported_wifi_devices)
-
That would be very much appreciated. Thanks.
-
Did you ever get the chance to add the driver to the repo, I don't see it anywhere......... :-\
Thanks George
-
yes
though this was compiled specifically for the usb wireless adapter
You will need
firmware.tcz
and
wl-rtl8712u-3.0.21-tinycore.tcz
Hope it works for you
-
YOU'RE AWESOME! It's works!!! Thanks a lot! 8)
-
Thanks, am glad it works for you.
BTW, so that we can update the wiki http://wiki.tinycorelinux.net/wiki:list_of_supported_wifi_devices (http://wiki.tinycorelinux.net/wiki:list_of_supported_wifi_devices) with your spec's, we'd be gratefull if you add your wireless card details here please
http://forum.tinycorelinux.net/index.php/topic,12910.0.html (http://forum.tinycorelinux.net/index.php/topic,12910.0.html)
then we can add it to the list.
Thanks
-
Hello my friends. I have been working hard to create extensions.
I am facing the same problem that the author of this thread faces.
The subject says "solved", but I am not sure from reading the thread how to overcome the issue.
My own research shows that I should install "kernel-devel" or kernel sources, but I am not finding extensions called that.
I tried installing extension module-init-tools.tcz, this did not help.
My error is this: "make: *** /lib/modules/3.0.21-tinycore/build: No such file or directory. Stop."
If someone would kindly help me understand how to overcome this error, I would be grateful.
-
Hi med458
First of all, I suspect you should have probably started your own thread for this.
Did you install compiletc.tcz
I believe the error message means you need to install linux-headers-3.0.21-tinycore.tcz
-
:)
Was just wondering if you have the same adapter because Post #4 states to install these extensions for this adapter, there is no mention of compiling a driver,
firmware.tcz
and
wl-rtl8712u-3.0.21-tinycore.tcz
which will be needed if the issue is the same as the OP's
-
Rich:
Installing the headers worked like a charm my friend, thank you very much for your fast help. (I did previously install compiletc).
I was thinking about starting my own thread. Next time I have a question I will do that, thank you again!
Core:
Thank you, I did not notice that. I will try those solutions if I run into more problems. But for now, installing the headers extension worked.