Re: usb_serial howto?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Morgan Read wrote:
Hello Folks

I need usb_serial module loaded, but it doesn't seem to be available?

[root@morgansmachine ~]# insmod usb_serial
insmod: can't read 'usb_serial': No such file or directory
[root@morgansmachine ~]# lsmod | grep usb
usb_storage            73601  0
scsi_mod              120013  5 usb_storage,sg,sr_mod,libata,sd_mod
[root@morgansmachine ~]# rmmod usb_storage
[root@morgansmachine ~]# lsmod | grep usb
[root@morgansmachine ~]# insmod usb_storage
insmod: can't read 'usb_storage': No such file or directory
[root@morgansmachine ~]#

Hmm, so I can remove usb_storage but can't insert it again - perhaps the same is true for usb_serial? What should I use to load usb_storage and usb_serial? Am I missing something obvious?

Thanks,
Morgan.
The problem is that insmod need the path and the file name, or needs to be run in the directory containing the module, and the full file name. (usb_serial.ko) In most cases, you are better off using modprobe instead - it only needs the module name, and will take care of loading any other modules the module you are trying to load needs.

It is like the difference between using rpm to install a package, or using yum to install it.

Mikkel
--

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux