muis onder FreeBSD 4.7

Pagina: 1
Acties:

  • MacLinux
  • Registratie: Mei 2002
  • Laatst online: 27-03-2024
Ik heb FreeBSD op een P1 geinstalleerd maar de muis wil niet werken.
De muis is een gewone 3-knops muis met een D9 aansluiting in com1.
In de bios heb ik OnBoard Serial Port 1 op Auto staan, Serial Port 2 staat disabled, zit toch niets aan. xf86config gedraaid met de volgende instellingen voor de muis:
Protocol: "Microsoft" en als device "/dev/sysmouse" en "/dev/ttyd0" en met protocol "Mouse Systems" met dezelfde devices maar in alle gevallen geeft de muis geen teken van leven in X. X-Windows start wel maar de muis blijft stokstijf stilstaan midden in het beeld.

/etc/X11/XF86Config

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyd0"
EndSection

Muis is goed en heeft op deze computer onder Linux gewerkt.

  • AVL
  • Registratie: Januari 2000
  • Laatst online: 25-09-2022

AVL

OHMSS

* AVL presenteert: het zes-stappenplan voor seriele muizen!

1) Gebruik je moused? Check dit door te kijken of er 'moused_enable="YES"' in /etc/rc.conf staat
2) Niet? Zet het dan aan m.b.v. sysinstall. Draai /stand/sysinstall, ga naar 'Configure', Ga naar 'mouse', configureer de muis en enable de mouse daemon, test of het werkt. Gaat het goed, ga dan door naar stap 3. Lukt het met geen mogelijkheid om dit aan het werk te krijgen, sluit sysinstall dan af, en ga dan door naar stap 4.
3) Verander je XF86Config als volgt:
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Draai nu X. Werkt het nog niet? Ga door met stap 4. Werkt het wel? Je bent klaar!
4) edit je /etc/rc.conf file, en haal als die er zijn de regels die moused enablen weg.
5) Verander je XF86Config als volgt:
Option "Protocol" "auto"
Option "Device" "/dev/cuaa0"
6) Als het nou nog niet werkt... ehhh... Dan moeten we verder zoeken :)

"I'd rather have a bottle in front of me than a frontal lobotomy."


  • SvMp
  • Registratie: September 2000
  • Niet online
FreeBSD en XFree muizen:
3.3. FreeBSD
FreeBSD supports the "SysMouse" protocol which must be specified when the moused daemon is running in versions 2.2.1 or later.

When running the mouseddaemon, you must always specify the /dev/sysmouse device and the "SysMouse" protocol to the X server, regardless of the actual type of your mouse.

FreeBSD versions 2.2.6 or later include the kernel-level support for extended PS/2 mouse protocols and there is no need to specify the exact protocol name to the X server. Instead specify the "PS/2" or "Auto" protocol and the X server will automatically make use of the kernel-level support.

In fact, "Auto" protocol support is really efficient in these versions. You may always specify "Auto" to any mouse, serial, bus or PS/2, unless the mouse is an old serial model which doesn't support PnP.

FreeBSD versions 2.2.5 or earlier do not support extended PS/2 mouse protocols ("xxxPS/2"). Always specify the "PS/2" protocol for any PS/2 mouse in these versions regardless of the brand of the mouse.

FreeBSD versions 3.1 or later have support for USB mice. Specify the "Auto" protocol for the /dev/ums0 device. (If the moused daemon is running for the USB mouse, you must use /dev/sysmouse instead of /dev/ums0 as explained above.) See the ums(4) manual page for details.
http://www.xfree.org/4.2.1/mouse3.html#6

  • MacLinux
  • Registratie: Mei 2002
  • Laatst online: 27-03-2024
in /etc/rc.conf stond: moused_enabled="YES"
/etc/X11/XF86Config: "/dev/sysmouse" en protocol "auto" maar de auto wilde niet starten.
de regel moused_enabled="YES" uit /etc/rc.conf gehaald en in /etc/X11/XF86Config /dev/cuaa0 ingesteld en helaas, geen pukkel.

  • AVL
  • Registratie: Januari 2000
  • Laatst online: 25-09-2022

AVL

OHMSS

Wat stonden er voor opties voor moused in je /etc/rc.conf? (behalve dat enablen, natuurlijk)

"I'd rather have a bottle in front of me than a frontal lobotomy."


  • MacLinux
  • Registratie: Mei 2002
  • Laatst online: 27-03-2024
/etc/rc.conf

# -- sysinstall generated deltas -- # Mon Jan 1 00:41:28 1996
# Created: Mon Jan 1 00:41:28 1996
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.0.10"
hostname="192.168.0.80"
ifconfig_ed0="inet 192.168.0.80 netmask 255.255.255.0"
ipv6_enable="YES"
kern_securelevel_enable="NO"
linux_enable="YES"
moused_flags="-3"
moused_port="/dev/cuaa0"
moused_type="auto"
nfs_reserved_port_only="YES"
sendmail_enable="YES"
sshd_enable="YES"

  • Broer
  • Registratie: Januari 2002
  • Laatst online: 19-12-2025
Ik moest bij mij de regel
code:
1
moused_port="/dev/psm0"

in /etc/rc.conf zetten voordat ik het aan de praat kreeg, volgens de FAQ:
FreeBSD FAQ

  • MacLinux
  • Registratie: Mei 2002
  • Laatst online: 27-03-2024
Deze regel heeft het helaas niet opgelost. Ook niet als ik "moused_enabled="YES" er weer in zet. Er gebeurde een paar keer wel iets heel raars. Terwijl ik het bestamdje aanpaste kwam er ineens dwars door de text heen "stray irq7". Ik heb dit 1 keer eerder bij de prompt gehad. Zomaar spontaan. Is dit misschien een irq conflict?

  • AVL
  • Registratie: Januari 2000
  • Laatst online: 25-09-2022

AVL

OHMSS

Die regel van Broer is voor een PS/2 muis, ik had begrepen dat jij een seriele muis gebruikt.
Stray IRQs are indications of hardware IRQ glitches, mostly from hardware
that removes its interrupt request in the middle of the interrupt request
acknowledge cycle.
Geen aandacht aan besteden, is niet erg. Waarschijnlijk geen IRQ conflict.

Wat voor muis is het precies (merk etc.)?

"I'd rather have a bottle in front of me than a frontal lobotomy."


  • xychix
  • Registratie: September 2000
  • Laatst online: 03-12-2025

xychix

FreeBSD Rules !

ga met de hand in de mouse config kijken, is een goed gedocumenteerd bestand.
weet zo de locatie niet meer.

Every failure offers you a new opportunity! | Lokatie database|GoT - Notepad


  • MacLinux
  • Registratie: Mei 2002
  • Laatst online: 27-03-2024
Het is een doodnormale 3-knopsmuis en bovenop staat iets van "Gees". Op de achterkant staat op een plaatje MOUSE 3100, FCC ID: HQXPC93010-12 s/n 607038203, Made in China.
Ik heb er een digitale foto van gemaakt maar heb geen idee hoe ik deze foto hierop krijg.

Heb geen bestand mouse config kunnen vinden. Commando: locate mouse | grep conf leverde niets op en ook: locate mouse | grep conv ook niets.
Pagina: 1