View previous topic :: View next topic |
Author |
Message |
degras Guru
Joined: 05 Jan 2006 Posts: 460
|
Posted: Fri Feb 03, 2006 11:12 pm Post subject: No USB |
|
|
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 |
|
|
GoofballJM1 Guru
Joined: 22 Mar 2004 Posts: 392 Location: Denver, CO USA
|
Posted: Fri Feb 03, 2006 11:28 pm Post subject: |
|
|
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 |
|
|
degras Guru
Joined: 05 Jan 2006 Posts: 460
|
Posted: Sun Feb 05, 2006 12:20 am Post subject: |
|
|
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 |
|
|
jomen Guru
Joined: 04 Jan 2006 Posts: 536 Location: Leipzig, Germany
|
Posted: Sun Feb 05, 2006 1:21 am Post subject: |
|
|
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 |
|
|
degras Guru
Joined: 05 Jan 2006 Posts: 460
|
Posted: Wed Feb 08, 2006 1:15 am Post subject: |
|
|
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 |
|
|
jomen Guru
Joined: 04 Jan 2006 Posts: 536 Location: Leipzig, Germany
|
Posted: Wed Feb 08, 2006 10:19 am Post subject: |
|
|
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.
will tell you abut your hardware so you can select the correct options. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54809 Location: 56N 3W
|
Posted: Wed Feb 08, 2006 8:07 pm Post subject: |
|
|
degras,
Please check your kernel version. The command will show you and post it here.
run and post at lest the USB lines. 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 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 |
|
|
degras Guru
Joined: 05 Jan 2006 Posts: 460
|
Posted: Thu Feb 09, 2006 5:03 am Post subject: |
|
|
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 |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54809 Location: 56N 3W
|
Posted: Sat Feb 11, 2006 2:52 pm Post subject: |
|
|
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 |
|
|
|