grumit21, in respose to your thread...

Yes, Core 2 has built in USB detection, but it's simple to get Core 1 doing the same thing. Here's a good on getting Core 1 to see USB devices. .

Linux Software 434 This topic was started by ,


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Yes, Core 2 has built in USB detection, but it's simple to get Core 1 doing the same thing. Here's a good How To on getting Core 1 to see USB devices.
 
 

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
OP
If you try it, be aware that if you do it as SU, and not signed in as root, you'll have to put a /sbin in front of some of what's here. Fore instance, if you are su, and you have to go...
 
 

data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
OP
modprobe usb-storage [enter]
 
You'll get.."command not found." So you'll have to do:
 
/sbin/modprobe usb-storage [enter]
 
...instead.
 
It'll be like that with a couple of commands here.
 
From beginning to end, this will take about 10 to 15 minutes. I hope this helps.

data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
OP
Sorry for putting it in three parts, but I was determined I was going to discover why it wouldn't let me post.
 
Origonally I used:
 
lsmod (pipe) more [enter]
 
to...
 
/sbin/lsmod (pipe) more [enter]
 
The same as you would type it in a terminal.
 
For a reason I cannot fathom, it wouldn't let me post it with the pipe in there! Go figure...