Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB MOUSE PROBLEMS - VIA KT133 Chipset.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Thu Jul 31, 2003 10:10 pm    Post subject: USB MOUSE PROBLEMS - VIA KT133 Chipset. Reply with quote

I have managed to get XFree86 up and running.. and it looks damn ugly (ofcourse).

Now I would be interested in using something like KDE.

How can I get KDE up and running?
Any links I should read up that will describe it for me, or any help you care to give?

Thanks :-)
_________________
// instant


Last edited by instant on Wed Aug 06, 2003 6:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
CDLM
Apprentice
Apprentice


Joined: 07 Jul 2003
Posts: 179
Location: Victoria, BC, Canada

PostPosted: Thu Jul 31, 2003 10:26 pm    Post subject: Reply with quote

http://www.gentoo.org/doc/en/desktop.xml

This'll help you get going...

- Dave -
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Thu Jul 31, 2003 10:29 pm    Post subject: Reply with quote

Actually I'm stuck on The MOUSE part of that.

I cant get my USB Mouse to work in X.

I dont have a /dev/input, nor /usbmouse or /hid.

What am I doing wrong?
_________________
// instant
Back to top
View user's profile Send private message
ebrostig
Bodhisattva
Bodhisattva


Joined: 20 Jul 2002
Posts: 3152
Location: Orlando, Fl

PostPosted: Thu Jul 31, 2003 11:43 pm    Post subject: Reply with quote

Most likely support for USB mouse has not been compiled into the kernel. I don't use any usb devices so I can't really help, but the Desktop guide do have some information on the topic.

As always a quick forum search would have given you loads of threads about the topic. I did a search for usbmouse and xfree and got many threads, among them USB mouse installation.

Next time, use the search function first, then post a question if you can't find the answer. :)

Erik
_________________
'Yes, Firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Fri Aug 01, 2003 7:35 am    Post subject: Reply with quote

Hi thanks for the link, but it really did'nt help that much. :-)

USB support is compiled into the kernel.

During boot-up I see the mouse is detected.

Nothing under USB (make menuconfig) is <M>odules, all is *-kernel, could this be a error?

I dont see how I can get these modules:
Code:

mousedev
usbmouse
input
usbcore
usb-ohci

installed... after all, i Do have to select some switches in the make menuconfig, dont i? Which are those modules equivalent in make menuconfig?

Thanks.

I do use search. :-)

When everything works I think I shall write a über-dummies guide to Gentoo installation.. =)
_________________
// instant
Back to top
View user's profile Send private message
jasonm
Tux's lil' helper
Tux's lil' helper


Joined: 25 Feb 2003
Posts: 90
Location: Calgary, Canada... Eh!

PostPosted: Fri Aug 01, 2003 8:05 am    Post subject: Reply with quote

Hi instant,

Try this when you make menuconfig:

Code:

  <M> Support for USB
  [ ]   USB verbose debug messages
  --- Miscellaneous USB options
  [*]   Preliminary USB device filesystem
  [*]   Enforce USB bandwidth allocation (EXPERIMENTAL)
  [ ]   Long timeout for slow-responding devices (some MGE Ellipse UPSes)     
  --- USB Host Controller Drivers
  < >   EHCI HCD (USB 2.0) support (EXPERIMENTAL)
  < >   UHCI (Intel PIIX4, VIA, ...) support
  <M>   UHCI Alternate Driver (JE) support
  < >   OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support
  --- USB Device Class drivers
  < >   USB Audio suppor
  < >   USB Bluetooth support (EXPERIMENTAL)                                   
  < >   USB MIDI support
  < >   USB Mass Storage support
  < >   USB Modem (CDC ACM) support
  < >   USB Printer support
  --- USB Human Interface Devices (HID)
  <M>   USB Human Interface Device (full HID) support
  [*]     HID input layer support
  [*]     /dev/hiddev raw HID device support
  < >   USB HIDBP Keyboard (basic) support
  < >   USB HIDBP Mouse (basic) support
  < >   Aiptek 6000U/8000U tablet support
  < >   Wacom Intuos/Graphire tablet support
  --- USB Imaging devices
  < >   USB Kodak DC-2xx Camera support
  < >   USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)               
  < >   USB Scanner support
  < >   Microtek X6USB scanner support
  < >   HP53xx USB scanner support (EXPERIMENTAL)
  --- USB Multimedia devices
  ---   Video4Linux support is needed for USB Multimedia device support       
  --- USB Network adaptors
  < >   USB Pegasus/Pegasus-II based ethernet device support (EXPERIMENTAL)
  < >   USB Realtek RTL8150 based ethernet device support (EXPERIMENTAL)
  < >   USB KLSI KL5USB101-based ethernet device support (EXPERIMENTAL)
  < >   USB CATC NetMate-based Ethernet device support (EXPERIMENTAL)         
  < >   USB Communication Class Ethernet device support (EXPERIMENTAL)         
  < >   USB-to-USB Networking cable device support (EXPERIMENTAL)             
  --- USB port drivers
  < >   USS720 parport driver
  USB Serial Converter support  --->
       --- USB Miscellaneous drivers
       < >   USB Diamond Rio500 support (EXPERIMENTAL)                             
       < >   USB Auerswald ISDN support (EXPERIMENTAL)                             
       < >   Texas Instruments Graph Link USB (aka SilverLink) cable support       
       < >   Tieman Voyager USB Braille display support (EXPERIMENTAL)             
       < >   USB LCD device support


This will give you the required modules that you're lookin' for.

Once you recompile your kernel, you can add usbmouse, hid, usbcore, uhci, and input to your /etc/modules.autoload (after your NIC module). This will give you the /dev/input and the required links to your mouse.

Then just continue following the Gentoo Linux Desktop Configuration Guide, as mentioned by CDLM, above.

Good luck!

jasonm
_________________
Registered User # 323863
There is nothing new under the sun . . .

"Open source takes the bullshit out of software."
[small]~ Charles Ferguson on TechnologyReview.com[/small]
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Fri Aug 01, 2003 6:45 pm    Post subject: Reply with quote

Thank you thank you thank you :-)
_________________
// instant
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Fri Aug 01, 2003 8:37 pm    Post subject: Reply with quote

jasonm wrote:
Hi instant,

< > EHCI HCD (USB 2.0) support (VIA, .. etc)


Once you recompile your kernel, you can add usbmouse, hid, usbcore, uhci, and input to your /etc/modules.autoload (after your NIC module). This will give you the /dev/input and the required links to your mouse.



Hi,

I added the VIA EHCI HCD instead of the Experimental.. but that did'nt help much.

A LSMOD gives me
usbcore
8139too
mii

My autoload file includes.
8139too
usbcore
usb-uhci (the other was uhci (i.e, the M you had selected)
hid
mousedev

Only let me run USBCORE.

I was told to add from "INPUT CORE" as well.

The mouse is detected during bootup as I can see from the messages.. and also the mouse light turns on.. so I guess its working?

How can I check the boot-log file and see what was loaded?
_________________
// instant
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Fri Aug 01, 2003 8:59 pm    Post subject: Reply with quote

Ok,

I have changed input core support from Kernel to Modules

* Input Core Support
* Keyboard Support
* Mouse Support 1024x768

For USB I have
M Support for USB
* Preliminary USB Device Filesystem
* Enforce USB Bandwidth
M UHCI (Intel, VIA, support)
M UHCI Alternate Driver
M USB Mass Storage Driver
M USB Human INterface Device Support
* HID Input Layer Support
* /dev/hiddev raw hid device support

Anything I've done wrong now? :-)
_________________
// instant
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Fri Aug 01, 2003 9:35 pm    Post subject: Reply with quote

Ok.

Now it says:

lsmods
---

radeon 0 (unused)
mousedev 0 (unused)
usbcore 1
hid 0 (unused)
input 0 (mousedev hid)
8139too 1
mii 0 [8139too]
_________________
// instant
Back to top
View user's profile Send private message
Moled
l33t
l33t


Joined: 09 Jul 2003
Posts: 635

PostPosted: Fri Aug 01, 2003 11:29 pm    Post subject: Reply with quote

afaik the usb 2 module is totaly different to the usb 1 modules

ie having the usb 2 stuff will only allow you to use usb 2 enabled things

and the same for usb 1
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Fri Aug 01, 2003 11:36 pm    Post subject: Reply with quote

Moled wrote:
afaik the usb 2 module is totaly different to the usb 1 modules

ie having the usb 2 stuff will only allow you to use usb 2 enabled things

and the same for usb 1


huh? Where have I enabled usb2?

With my sk1lls I probably have though :)
_________________
// instant
Back to top
View user's profile Send private message
shm
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2380
Location: Atlanta, Universe

PostPosted: Sun Aug 03, 2003 4:21 pm    Post subject: Reply with quote

Hmm.. this might be a devfsd.conf issue, not a kernel module issue :)
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Tue Aug 05, 2003 8:32 am    Post subject: Reply with quote

:?: :?: :?:

Nobody with a A7V KT133a card gotten USB to work?
_________________
// instant
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Wed Aug 06, 2003 6:28 pm    Post subject: Reply with quote

Ok, I've now recompiled the kernel with everything added as KERNEL instead of modules.

Time to see if it works :-)
_________________
// instant
Back to top
View user's profile Send private message
instant
n00b
n00b


Joined: 30 Jul 2003
Posts: 68
Location: Oslo, NOrway

PostPosted: Wed Aug 06, 2003 7:18 pm    Post subject: IT WORKS! Reply with quote

This is how I got it to work:

* Input Core Support
* Mouse Support (1024x768)

* Support for USB
* Preliminary USB Device Filesystem
* Enforce USB Badndwidth Allocation
* UHCI Alternatie Driver (JE)
* USb Human Interface Driver
* HID Input Layer Support
* /dev/hiddev raw HID Device Support
_________________
// instant
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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