Tiny Core Base > TCB Q&A Forum

usbcore module

(1/2) > >>

Kurvivor:
Hello
I need following modules on my system:
usbcore, usbserial
While usbserial was successfully installed with tce-ab, i did not find usbcore there.
I have been checking it with `lsmod | grep usbcore`.

The system i am working on is (uname output):

--- Quote ---Linux box 3.16.6-tinycore #777 SMP (...) i686 GNU/Linux
--- End quote ---

P.S. I need those modules to build a driver for usb-rs232/422/485 conversion device (moxa uport 1150).
In general, what do i need besides build toolss and kernel sources?

bmarkus:
You did not specify TC version nor architecture :( Expect answer quality matching quality of the question.

Kurvivor:
Understood. I have added that information to question.
P.S. linux-kernel-sources-env.sh fails to execute correctly, sadly. tar fails to unpack sources archive

coreplayer2:

--- Quote from: Kurvivor on September 03, 2015, 01:39:37 AM ---P.S. linux-kernel-sources-env.sh fails to execute correctly, sadly. tar fails to unpack sources archive

--- End quote ---
while I see this is an extra problem you've run into, let me check see why the script is no longer working as it used too..


--- Code: ---+ wget -s -T 20 http://tinycorelinux.net/index.html
+ busybox wget -s -T 20 http://tinycorelinux.net/index.html
Connecting to tinycorelinux.net (89.22.99.37:80)
+ echo connection ok
connection ok
+ echo downloading linux-3.16.6-patched.txz
downloading linux-3.16.6-patched.txz
+ wget http://www.tinycorelinux.net/5.x/x86/release/src/kernel/linux-3.16.6-patched.txz
+ busybox wget http://www.tinycorelinux.net/5.x/x86/release/src/kernel/linux-3.16.6-patched.txz
Connecting to www.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
+ [ ! -f /tmp/linux-3.16.6-patched.txz ]
+ echo download error
download error
+ sleep 3


--- End code ---

maybe I need to update my copy..?  because the installed version I just checked has wrong or old address..

Juanito:
I'm wondering if usbcore isn't compiled into the kernel rather than as a separate module (there are so many usb kernel config entries that it is difficult to tell)?

Note that you can prepare the kernel sources manually rather than use linux-kernel-sources-env.sh

Navigation

[0] Message Index

[#] Next page

Go to full version