PS/2 mouse

Questions about the installation of FreeBSD
Post Reply
jack308
Posts: 4
Joined: Thu Nov 12, 2020 6:14 pm

PS/2 mouse

Post by jack308 »

I'm attempting to install GhostBSD 20.08.04 on an older Compaq Presario built in 2008. My PS/2 mouse doesn't activate though during the live session. I do use a wireless keyboard which works. The wireless mouse that it pairs with will work, but I hate using it because the left mouse button barely functions which is why I'm trying the PS/2 mouse.

Code: Select all

System:    Host: jack-DJ3N4AS-ABA-SR5410F Kernel: 4.4.0-148-generic x86_64 (64 bit gcc: 4.8.4)
           Desktop: Cinnamon 2.8.8 (Gtk 3.10.8~8+qiana)
           Distro: Linux Mint 17.3 Rosa
Machine:   System: Compaq-Presario product: DJ3N4AS-ABA SR5410F
           Mobo: MSI model: Boston v: 1.0
           Bios: Phoenix v: 5.04 date: 02/29/2008
CPU:       Dual core Intel Pentium Dual E2160 (-MCP-) cache: 1024 KB
           flags: (lm nx sse sse2 sse3 ssse3) bmips: 7183
           clock speeds: max: 1800 MHz 1: 1800 MHz 2: 1200 MHz
Graphics:  Card: Intel 82G33/G31 Express Integrated Graphics Controller
           bus-ID: 00:02.0
           Display Server: X.Org 1.15.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1680x1050@74.9hz
           GLX Renderer: Mesa DRI Intel G33
           GLX Version: 1.4 Mesa 10.1.3 Direct Rendering: Yes
Audio:     Card Intel NM10/ICH7 Family High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.4.0-148-generic
Network:   Card: Realtek RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
           driver: r8169 v: 2.3LK-NAPI port: de00 bus-ID: 01:00.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 320.1GB (54.2% used)
           ID-1: /dev/sda model: Hitachi_HDP72503 size: 320.1GB
           Optical: /dev/sr0 model: TSST CDDVDW TS-H653N
           rev: 0208 dev-links: cdrom
           Features: speed: 40x multisession: yes
           audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition: ID-1: / size: 199G used: 158G (84%) fs: ext4 dev: /dev/sda1
           ID-2: swap-1 size: 4.28GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 46.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 158 Uptime: 9:54 Memory: 1479.0/3941.0MB
           Init: Upstart runlevel: 2 Gcc sys: 4.8.4
           Client: Shell (bash 4.3.111) inxi: 2.2.28
mapsware
Posts: 45
Joined: Tue May 07, 2019 11:22 pm
Location: Hermosillo, Son. Mexico

Re: PS/2 mouse

Post by mapsware »

Try setting in /etc/rc.conf and reboot

Code: Select all

moused_enable="YES"
moused_type="ps/2"
moused_port="/dev/psm0"
More info in the manual of moused(8)

For extra help, the output of the following commands are needed

grep mouse /etc/rc.conf
dmesg |grep -i mouse
dmesg |grep -i ps/2
ps axw | grep mouse
jack308
Posts: 4
Joined: Thu Nov 12, 2020 6:14 pm

Re: PS/2 mouse

Post by jack308 »

Thanks for the reply. I haven't been able to install. It gets stuck on the partition section. I think I need to d/l a newer iso that ericbsd posted at http://download.us.ghostbsd.org/develop ... 64/latest/ on August 8. Mine is dated August 4.

Also having a lot of trouble making a usb flash drive that's bootable. I had to burn a dvd instead. I don't wish to burn another, so I will create a separate topic for the usb issue.
Post Reply