Mika,
Yes, I used make modules_install
modprobe returns an error:
modprobe: chdir(2.6.24.4): No such file or directory
So, I uses insmod with the .ko files.
I was able to get the modules loaded.
I had to load usbserial.ko first.
Anyway now lsmod shows this:
ftdi_sio 20168 0 - Live 0xbf03c000
usbserial 19056 1 ftdi_sio, Live 0xbf036000
usb_storage 23072 0 - Live 0xbf02f000
ehci_hcd 22028 0 - Live 0xbf028000
usbcore 74268 4 ftdi_sio,usbserial,usb_storage,ehci_hcd, Live 0xbf014000
sd_mod 15504 0 - Live 0xbf00f000
scsi_mod 55372 2 usb_storage,sd_mod, Live 0xbf000000
I am still having difficulty getting the FTDI device to be recognized. I'm not
sure what to do next.
-Rocko
--- In Mika Westerberg <> wrote:
>
> On Tue, Dec 15, 2009 at 05:11:36PM -0000, nightz13 wrote:
> > Hello,
> >
> > I'm trying to use an FTDI USB to Serial device.
> > I've added the driver:
> > "make menuconfig"
> > Device Drivers --->
> > USB Support -->
> > USB Serial Converter support --->
> > USB FTDI Single Port ...(EXPERIMENTAL)
> >
> > I made it modular.
> > Compiled the kernel.
> > Booted.
>
> Did you install the modules with 'make modules_install'?
>
> > Now, how do I insert the module?
> > "insmod ftdi_sio.o" returns invalid module format.
>
> You should use ftdi_sio.ko with insmod (notice the suffix, .ko instead of .o).
> Better is to use /sbin/modprobe, it handles dependencies etc. correctly. Like
> this:
>
> # /sbin/modprobe ftdi_sio
>
> should do the job, after you have installed all the compiled modules.
>
> Hope this helps,
> MW
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|