MEPIS This forum is for the discussion of MEPIS 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.
|
|
05-22-2005, 01:25 AM
|
#1
|
Member
Registered: Oct 2002
Location: Houston, Texas
Posts: 97
Rep:
|
missing usb_storage, sd_mod
I've installed MEPIS to hard disk and have done a few apt-get update / apt-get upgrade thereafter. Kernel is 2.6.10.
When I plug in a USB memory stick, /var/log/messages shows that the kernel recognizes the SCSI device but scsi.agent can't fload the module sd_mod.
kernel: Vendor: Lexar Model: JUMPDRIVE SPORT ...
kernel: Type: Direct-Access ..
kernel: SCSI device sda: 24928 512-byte hdwr sectors (127 MB)
kernel: sda: assuming Write Enabled
kernel: sda: sda1
kernel: Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
scsi.agent: sd_mod: can't be loaded (for disk)
Where can i get sd_mod? I've searched in Synaptic for it but can't find it.
Do I need usb_storage as well? where can I get that?
TIA,
- TSloth
|
|
|
05-22-2005, 01:30 AM
|
#2
|
Senior Member
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555
Rep:
|
You'll have to compile it as a module in your kernel.
cd /usr/src/linux-{your kernel version}
make menuconfig
Scroll to Device Drivers
Scroll to SCSI
select SCSI Disk as a module
exit the screen a couple times and save the changes
make modules
make modules_install
modprobe sd_mod
That should do it
|
|
|
05-22-2005, 02:10 AM
|
#3
|
LQ Newbie
Registered: Jul 2004
Posts: 25
Rep:
|
vi /boot/grub/menu.lst
append doscsi in the kernel line for both kernels then reboot
kernel (hd0,0) blah blah blah vga=788 doscsi
now turn on your ext firewire drive and fdisk -l will show it.
|
|
|
05-22-2005, 04:44 AM
|
#4
|
Senior Member
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555
Rep:
|
Quote:
Originally posted by mrbass
now turn on your ext firewire drive and fdisk -l will show it.
|
Where did firewire come into play. He stated that be has a USB drive.
|
|
|
05-23-2005, 04:00 AM
|
#5
|
LQ Newbie
Registered: Jul 2004
Posts: 25
Rep:
|
alright forgot the last line I wrote....anyway 6 months ago or so I went crazy loading sd_mod and other modules. Appending the doscsi to the kernel like it says in the gentoo installation guide did the trick.
|
|
|
All times are GMT -5. The time now is 05:56 AM.
|
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
|
|