Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-24-2004, 06:55 PM
|
#1
|
|
Member
Registered: Sep 2003
Posts: 40
Rep:
|
Installing zipdrive on RHEL 3
I have a zip 100(parallel port) drive which I want to install on redhat enterprise linux 3 system. I have never done this and have no clue how to go about this.
can someone let me know how to accomplish this?
what drivers to install, installation instructions, mounting instructions etc.
adetailed document if available would be of great help.
Thanks
|
|
|
|
09-24-2004, 08:02 PM
|
#2
|
|
Member
Registered: Sep 2004
Location: CA, USA
Distribution: Slackware 10.2
Posts: 132
Rep:
|
ppa
The module you want is ppa
Just add 'modprobe ppa' to your startup scripts. I'm not quite sure how redhat does it, since I haven't used redhat for quite a while. If you don't want to see some crazy error messages when you reboot, leave a disk in the drive as well, when you have the drive connected and powered up.
After you do that, insert your zipdisk, then do a 'mount /dev/sda4 <mountpoint>'
Don't ask me why it's sda4, it's an Iomega thing. That's just the default location for a DOS formatted Zip disk.
Add some entries to your 'fstab' file as well. Something like:
/dev/sda4 /mnt/zipdrive vfat noauto,users 0 0
would work pretty good.
|
|
|
|
09-24-2004, 08:57 PM
|
#3
|
|
Member
Registered: Sep 2003
Posts: 40
Original Poster
Rep:
|
what startup script are you talking about?
|
|
|
|
09-24-2004, 09:24 PM
|
#4
|
|
Member
Registered: Sep 2004
Location: CA, USA
Distribution: Slackware 10.2
Posts: 132
Rep:
|
rc.modules
I'm not sure about redhat, but in Slackware, the startup scripts are located in /etc/rc.d There might be something similar in redhat, perhaps /etc/rc.d/init.d/.. blah blah. I'm sure there's some GUI in redhat that does system configuration for you.
To check if it works, open a shell with root privileges. Connect the drive up, power it on, stick in a disk. At the shell prompt, type in, 'modprobe ppa' Some messages should go scrolling up. If that works, you can try mounting the disk. Make a temporary directory, say /mnt/zipdrive Then, to mount it, type 'mount -t vfat /dev/sda4 /mnt/zipdrive' If something is on the disk, you should be able to see it now with 'ls /mnt/zipdrive'
If that doesn't work, then you'll have to compile a kernel with generic scsi support and the ppa module (another topic far far far beyond getting a zip drive up and running), but I'm fairly certain redhat has it precompiled in to the default kernel. Good luck!
|
|
|
|
04-16-2006, 04:34 PM
|
#5
|
|
LQ Newbie
Registered: Apr 2006
Posts: 3
Rep:
|
apparently, ppa shipped with redhat 6.1. (i know this from googling)
i'm completely new to red hat so I don't know about all the other versions and distros. and all the other links for finding it at
cyberelk-dot-net/tim/parport/parport-dot-html
are dead.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:46 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.
|
Latest Threads
LQ News
|
|