Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I've tried to use a DLP-RFID1 RFID reader/writer, on my SuSe linux distro, and I need to mount it I would assume in order to be able to use RFIDIOt with this reader. My problem is, I'm a newbie and I'm not sure where the device is in order to map it to a mount point. I know that the ftdi modules/drivers for this device are included in 2.4+ kernel and I'm using 2.6.27.7.
Here is my dmesg regarding the device:
usb 1-1: new full speed USB device using uhci_hcd and address 4
usb 1-1: configuration #1 chosen from 1 choice
usb 1-1: New USB device found, idVendor=0403, idProduct=fbfc
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: DLP-RFID1
usb 1-1: Manufacturer: DLP Design
usb 1-1: SerialNumber: 12345678
Here is lsusb: (Excluding other entries, just DLP device)
Bus 001 Device 004: ID 04033 : fbfc Future Technology Devices International, ltd
(This uses an FTDI chip, so I know it's what Im looking for.)
Okay, so I know that the device is on BUS 001 and it's at 004 address, but how do I use that information in order to mount the device or map the device? I've been looking for solutions before posting and I'll continue to do so, but any help would be appreciated greatly.
Edit: I've found the device @ /dev/bus/usb/001/004 would I just mount this using the mount command?
Thanks alot.
Edit: I've still had no success with this RFID reader. I may be foobar :S In either case. I appreciate your help and your info on the modprobe.conf and /etc/modules will be very helpful towards my future endeavors.
The mount command is for block devices. This is most likely a character device so mount would probably not work.
You should be looking for a driver module. It would probably reside in /lib/modules and it would probably have a file name extention of ko as in driver.ko .
The system file to tell Linux to load the driver when the system starts is /etc/modprobe.conf or /etc/modules. One of these two is deprecated but still used while the other is the newer replacement for the other. I forget which is which.
Last edited by stress_junkie; 04-01-2009 at 02:45 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.