Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No USB
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
degras
Guru
Guru


Joined: 05 Jan 2006
Posts: 460

PostPosted: Fri Feb 03, 2006 11:12 pm    Post subject: No USB Reply with quote

I can startx, but the mouse does not move (/dev/input/mice )
It is USB, as is the modem and a smartmedia card none of which I can get working.
How to get USB working ?
Back to top
View user's profile Send private message
GoofballJM1
Guru
Guru


Joined: 22 Mar 2004
Posts: 392
Location: Denver, CO USA

PostPosted: Fri Feb 03, 2006 11:28 pm    Post subject: Reply with quote

Search the forums a little more, you'll find it. here it is.
_________________
"Great spirits have often encountered violent opposition from weak minds." - Albert Einstein
Back to top
View user's profile Send private message
degras
Guru
Guru


Joined: 05 Jan 2006
Posts: 460

PostPosted: Sun Feb 05, 2006 12:20 am    Post subject: Reply with quote

oh, dear that article must apply to a different version or it is out of date, where it says scroll down to input core support, I don't have that option. I am running gentoo 2005.0.
Back to top
View user's profile Send private message
jomen
Guru
Guru


Joined: 04 Jan 2006
Posts: 536
Location: Leipzig, Germany

PostPosted: Sun Feb 05, 2006 1:21 am    Post subject: Reply with quote

Quote:
I am running gentoo 2005.0

does not depend on this - rather on the kernel-version you are running
In 2.6.x (2.6.15 on my system) it should be:
-> Device Drivers -> Input device support -> Mouse
and additionally -> Device Drivers -> USB support -> USB Human Interface Device (full HID) support + HID input layer support
Back to top
View user's profile Send private message
degras
Guru
Guru


Joined: 05 Jan 2006
Posts: 460

PostPosted: Wed Feb 08, 2006 1:15 am    Post subject: Reply with quote

I did not see
UHCI (Intel PIIX4, VIA, ...)
in my version.

Devices -> ... -> mouse and ?

The only matching thing I found was the USB -> ... part.

How do you copy the kernal to boot ?
It has to rebuild the whole kernal just to change a device driver, lol. A bit of it OK, but the whole thing :-/ ahrrru ?
Back to top
View user's profile Send private message
jomen
Guru
Guru


Joined: 04 Jan 2006
Posts: 536
Location: Leipzig, Germany

PostPosted: Wed Feb 08, 2006 10:19 am    Post subject: Reply with quote

That thread GoofballJM1 referenced as a help to you was started in 2002 and relates to kernel 2.4.x - did you read through it - it might nevertheless be helpful. There are certailny newer equally easy to find.
But there are certainly similarities - it did not change that much...
BTW - which kernel are you running or trying to build?
Quote:
How do you copy the kernal to boot ?
- depends on whether you use genkernel or not.
Basically you do what the word sugessts - you copy it - there is lots of documentation out there - the installation-handbook for instance covers it all.
Quote:
It has to rebuild the whole kernal just to change a device driver, lol. A bit of it OK, but the whole thing :-/ ahrrru ?

you could just rebuild the module you need - but this is not guaranteed to work - some options in kernel build only become available after selecting another option which possibly needs to be built in or you set it this way - then you will need to recompile the whole thing - takes between 2 - 15 minutes on a fairly modern machine which is affordable.
You can't just recompile "a bit of it" as it is "the kernel" - it is one piece.
Almost every configuration option has a help text associated whith it - these are actually helpful sometimes.
Code:
lspci -v
will tell you abut your hardware so you can select the correct options.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54809
Location: 56N 3W

PostPosted: Wed Feb 08, 2006 8:07 pm    Post subject: Reply with quote

degras,

Please check your kernel version. The command
Code:
uname -a
will show you and post it here.
run
Code:
lspci
and post at lest the USB lines.
Code:
emerge pciutils
if you don't yet have it.
Lastly, post the USB section of your
Code:
/usr/src/linux/.config
Check the message at the top of the file. The kernel version should be identical to that from
Code:
uname -a
and the time should be very close too.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
degras
Guru
Guru


Joined: 05 Jan 2006
Posts: 460

PostPosted: Thu Feb 09, 2006 5:03 am    Post subject: Reply with quote

kernal version 2.6.11-gentoo-R3 . There is a "#1 SMP" after this.
uname -a gave same kernal number, it did say there is no time zone set,
oops, is that a problem.

well i have some USB operation now.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54809
Location: 56N 3W

PostPosted: Sat Feb 11, 2006 2:52 pm    Post subject: Reply with quote

degras,

Not having your timezone set may or may not be a problem to you. Files will be timestamped with BIOS time.
If you dual boot with windows, this will be what you want but you should still set your /etc/localtime symbolic link correctly.

If you only use linux, the BIOS clock should be set to GMT or UTC and your /etc/localtime symbolic link set to your timezone.
This manages daylight saving time (summertime) changes for you can ensures that timestamps are always right.

Here is my setting for an example l
Code:
s -l /etc/localtime
lrwxrwxrwx 1 root root 22 Dec  4  2004 /etc/localtime -> /usr/share/zoneinfo/GB

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum