Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
notebook und usb-mouse
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Sat Jul 12, 2003 2:20 pm    Post subject: notebook und usb-mouse Reply with quote

hallo allerseits

also ich hab gentoo (vorallem dank euch hier im forum) jetzt auf meinem notebook laufen und seit gestern auch kde (3.1.2) als wm :)

klappt eigentlich auch, ich kann auch das interne touchpad als /dev/mouse nutzen, allerdings hab ich auch noch ne usb mouse, die ich ganz gerne benutzen würde.
usb (2.0) unterstützung und usb hid hab ich fest im kernel einkompiliert, die mouse leuchtet auch korrekt, wenn sie eingesteckt ist. beim booten kommt auch ne meldung a la "input0: logitech optical usb mouse". jetzt meine (voraussehbare) frage: wie kann ich die mouse auch in kde nutzen? hab da irgendwas gelesen von wegen link setzen, allerdings scheitert das schon daran, ass ich input0 nicht finden kann... weder unter /dev/ noch sonstwo...

jmd vorschläge? danke :)

edit: ich hab gerade /dev/input/mouse0 gefunden, das könnte es natürlich auch gewesen sein, ich kann nur dummerweise gerade nicht reboote, weil ich openoffice kompiliere... wenns das is, wie setzte ich denn dann den link? "ln /dev/input/mouse0 /dev/mouse" und kann ich das touchpad dann nachwievor nutzen, ja?
_________________
42


Last edited by Sas on Sat Jul 12, 2003 2:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
scobby
n00b
n00b


Joined: 21 Sep 2002
Posts: 66

PostPosted: Sat Jul 12, 2003 2:22 pm    Post subject: easy eigentlich Reply with quote

da gibs ne option die du bei einem der beiden input blöcke inder XF86config in /etc/x11 einsetzen musst
sonst gibs probs mit 2 mäusen
weis jetzt momentan nicht welche option das ist(laptop zur reperatur)
aber wirste bestimmt irgendwie fündig im inet
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Sat Jul 12, 2003 2:24 pm    Post subject: Reply with quote

ok danke, ich such mal

edit: falls es sonst noch wen interessiert:
https://forums.gentoo.org/viewtopic.php?t=40577
https://forums.gentoo.org/viewtopic.php?t=32214
_________________
42
Back to top
View user's profile Send private message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Mon Jul 14, 2003 9:44 am    Post subject: Reply with quote

ich bekomms nicht gebacken.
außerdem wenn ich modprobe hid mache sagt der mir das es nicht da ist...
hab ich wohl vergessen ins kernel zu backen.
wie kann ich das nachträglich machen?
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Mon Jul 14, 2003 10:17 am    Post subject: Reply with quote

Wenn du das hid-modul vergessen hast mußt du deinen Kernel neu machen. Jedoch solltest du vorher die entsprechenden Einträge in deiner Kernelconfig vornehmen.

Code:
<M> Support for USB                                                                           
 --- USB Host Controller Drivers     
<M>   EHCI HCD (USB 2.0) support (EXPERIMENTAL)
<M>   UHCI (Intel PIIX4, VIA, ...) support
<M>   UHCI Alternate Driver (JE) support
--- USB Human Interface Devices (HID)
<M>   USB Human Interface Device (full HID) support
   [*]     HID input layer support
   [*]     /dev/hiddev raw HID device support
<M>   USB HIDBP Keyboard (basic) support
<M>   USB HIDBP Mouse (basic) support                         
 


PS: Ich würde an deiner Stelle hotplug installieren (emergen), dann sollten die gängisten Geräte autmatisch erkannt werden.
Back to top
View user's profile Send private message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Mon Jul 14, 2003 10:23 am    Post subject: Reply with quote

gut soweit kann ich das nachvollziehen...doch wie genau (sprich befehle usw.)
mach ich den kernel neu ? 8O
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Mon Jul 14, 2003 10:49 am    Post subject: Reply with quote

Die Befehle sollten dir weiterhelfen, führe sie am besten in genau der Reihenfolge aus.
Code:

------- Einstellugen ändern
cd /usr/src/linux
make menuconfig
------- Kernel erstellen ---
make dep && make clean bzImage modules modules_install
------- Kernel nach /boot kopieren
mount /boot
mv /boot/bzImage /boot/bzImage.old
cp arch/i386/boot/bzImage /boot   
Back to top
View user's profile Send private message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Mon Jul 14, 2003 10:53 am    Post subject: Reply with quote

danke schonmal.

hotplug hab ich jetzt emerged' muss ich das mit dem kernel zusätzlich machen?
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Mon Jul 14, 2003 10:55 am    Post subject: Reply with quote

Ja, um hotplug verwenden zu können solltest du alle notwendigen Treiber im Kernel als Module übersetzten. Diese werden dann bei Bedarf von hotplug geladen.
Hotplug selbst verfügt über keinerlei Treiber.
Back to top
View user's profile Send private message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Mon Jul 14, 2003 11:00 am    Post subject: Reply with quote

oki, dann mach ich das mal, danke

eeknay
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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