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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-15-2003, 09:39 AM
|
#1
|
LQ Newbie
Registered: Jan 2003
Location: Norway
Distribution: SuSE
Posts: 5
Rep:
|
Loading driver for ata100 card at boot-time
Just installed SuSE 8.1 which works great except that I can't seem too get my ata100 (Highpoint Rocket133) card to load when I boot my machine.
I compiled the driver and it works. When I run insmod or modprobe manually I can mount my disks. But I don't want to do that everytime I restart my machine.
I've even run the install command to install the driver in the system:
install -d /lib/modules/.../scsi
install -c hpt302.o /lib/modules/.../scsi
Got any ideas?
In SuSE 7.x and 8.0 this worked just fine, and now in SuSE 8.1 I can't access FAT disks unless I'm root. This I find a bit odd.
All help or ideas openly accepted!
|
|
|
01-15-2003, 02:14 PM
|
#2
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Add '/sbin/modprobe modulename options' to the /etc/init.d/boot.local script.
SuSE 8.1 added this to my /etc/fstab as the options to mount the windows poartition users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0
I prefer to use the 'noauto,users' instead. It won;t get mounted on boot but users can mount it.
|
|
|
01-15-2003, 03:04 PM
|
#3
|
LQ Newbie
Registered: Jan 2003
Location: Norway
Distribution: SuSE
Posts: 5
Original Poster
Rep:
|
Well to load the module via boot.local seemed to work ok, but when the drives in fstab was supposed to be loaded the reply from system is that fschk was not run properly last time, and the system panics.
It also says that it can't load module "block-major-8" which is an option I have to set in /etc/modules.conf
Any idea how to solve this?
|
|
|
01-15-2003, 03:17 PM
|
#4
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
What else did you mess with in fstab??? 
|
|
|
01-16-2003, 04:59 AM
|
#5
|
LQ Newbie
Registered: Jan 2003
Location: Norway
Distribution: SuSE
Posts: 5
Original Poster
Rep:
|
It's not that I've been messing with fstab that is my problem. I know what is supposed to be in there. My problem is that I had to compile the driver for my ata100 card from teh vendor's scource code. This means that I have to find out which settings I have to put where for my card to be properly integrated with my system.
In SuSE 7.x and 8.0 This was done by putting these lines in /etc/modules.conf:
- probeall block-major-8 scsi_mod sd_mod hpt302
- options -k hpt302
But now in version 8.1 I think there has been some changes, cos for every other module that is mentioned in "modules.conf" there is an alias infront of "probeall". So perhaps I have to modify more than one file now, but I have no idea which ones.
Or am I way off here?
|
|
|
All times are GMT -5. The time now is 03:40 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
|
|