usb мыша в дебиане

marinaSV

какой у нее dev?

Landstreicher

/dev/input/mice
не забудь только modprobe mousedev сделать

Coffin

в /etc/modules
добавляем
usb-uhci
input
mousedev
usbmouse
подгружаем модули
#/etc/init.d/modutils
и заюзываем девайс написанный сообщением выше

kat-97

добавил я эту хрень.
но у меня пишет, что не может найти модули . че делать?
блин,никак не могу привыкнуть к дебиану по сравнению с фрей.

Coffin

а мыша при этом работает? на отсутствие модулей он может ругаться если они напрямую в ядро вкомпилины.
в стандартном ядре Debian'а 2.4.18-bf24 эти модули есть

marinaSV

я не могу иксы запустить, они ругаются, что нет мыши.
а деб я 3й поставил.

tucha96

Рекомендую поместить сюда полный текст ошибок.
Иначе ничем помочь нельзя.

Fanatik

Выдрал из док к ядру Линуха. Надеюсь поможет )
/usr/src/linux-2.4.21/Documentation/input/input.txt
2. Simple Usage
~~~~~~~~~~~~~~~
For the most usual configuration, with one USB mouse and one USB keyboard,
you'll have to load the following modules (or have them built in to the
kernel):
input.o
mousedev.o
keybdev.o
usbcore.o
usb-[uo]hci.o
hid.o
After this, the USB keyboard will work straight away, and the USB mouse
will be available as a character device on major 13, minor 63:
crw-r--r-- 1 root root 13, 63 Mar 28 22:45 mice
This device, has to be created, unless you use devfs, in which case it's
created automatically. The commands to do that are:
cd /dev
mkdir input
mknod input/mice c 13 63
After that you have to point GPM (the textmode mouse cut&paste tool) and
XFree to this device to use it - GPM should be called like:
gpm -t ps2 -m /dev/input/mice
And in X:
Section "Pointer"
Protocol "ImPS/2"
Device "/dev/input/mice"
ZAxisMapping 4 5
EndSection
When you do all of the above, you can use your USB mouse and keyboard.

Coffin

>а деб я 3й поставил.
в нём два ядра 2.2.20 и 2.4.18 ты какое ставил?
догадался при установке выбрать 2.4 ? или в тупую на 'enter' нажал и поставил 2.2 ?

Coffin

мои конфиги, система Debian 3.0r1 со всеми апдейтами
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a "#", and everything on the line after them are ignored.
usb-uhci
uhci-hcd #это для юзания ядер 2.5/2.6
input
usbkbd
keybdev
mousedev
usbmouse
ide-scsi
i2c-isa
it87
XF86Config:
...............
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
............
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
...............
Оставить комментарий
Имя или ник:
Комментарий: