Sponsored Content
Top Forums UNIX for Beginners Questions & Answers CONFIG_HID=y and logitech usb mouse B185 doesn't work in 5.3.0-RC2 Post 303037836 by vanbreukelingen on Wednesday 14th of August 2019 01:14:04 PM
Old 08-14-2019
[SOLVED] witth rc4

It's 5.3-rc4 now and with option LOGITECH_DJ=y mouse does what it should.

Same old story, we're having the ideas and do the basic development of lota, lota, lota firm-, soft- and hardware; we are selling it to closed-source-based-systems - because of a lack of material sourroundigs (that's the reason why I didn't buy a new mouse Smilie - mostly far under the worth of it (!!!) --- after 5 years or so on the market for so(u)c(k) we get it back to make it again compatible with linux and it's probably not a good impression for thoose competitors what our programmers get to see what has been done with the original firmware and drivers, p.E. just look at the gst-plugins!

For me aequivalents are not right, not measurement-question in relation to personal state of programmers but a question of potential of the good. Normally it is a corrupt capitalism withough remorse -

So one hand has the material stuff, others don't believe in; other have their ideals, that ones not able to appreciate; wrong, wrong
Code:
make buildworld -j4

, BSD says and I bet we can wait for good 'til we get the most important thinggs for Haiku from the old BeOS back!
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

USB mouse needs reinstalled every time???

Help! My mouse gave up the ghost, so I connected a USB wheel mouse, and chose it from the list in Suse's Yast2. Also installed it in Windows 98 on the same machine. It works fine in both linux and Windows 98, except for this fact: I have to reinstall it every time I boot into Linux.... (1 Reply)
Discussion started by: Sonshyne5
1 Replies

2. Slackware

how to activate USB mouse

:confused: I am using Linux for a while and now changed to slackware for my study and it is not as good as redhat everytime when you add this or that it needs either configure modules or recompile kernel Now I changed from PS/2 mouse to USB trouble starts it refuse to work I know I can... (3 Replies)
Discussion started by: slackware
3 Replies

3. Solaris

Mouse can not work in Solaris 10

Dear friends, My mouse can not work in my Solaris 10 machine. The mouse itself is OK, i can use it without problems in my colleagues' Unixs. I outstationed for a few weeks, after came back, it can not work already. The cursor will float in the centre of my screen and can never move,... (1 Reply)
Discussion started by: Dunhill_Zhao
1 Replies

4. UNIX for Dummies Questions & Answers

Mouse can not work in Solaris 10

Dear frends, My mouse in Solaris 10 machine has just failed today. The mouse itself is physically Ok, I can use it in my colleagues' Unix. In my own box, the cursor is just floating in the centre of screen. Any suggestions? Any method to check / modify hardware in solaris 10? thanks! (2 Replies)
Discussion started by: Dunhill_Zhao
2 Replies

5. UNIX for Dummies Questions & Answers

Script doesn't work, but commands inside work

Howdie everyone... I have a shell script RemoveFiles.sh Inside this file, it only has two commands as below: rm -f ../../reportToday/temp/* rm -f ../../report/* My problem is that when i execute this script, nothing happened. Files remained unremoved. I don't see any error message as it... (2 Replies)
Discussion started by: cheongww
2 Replies

6. HP-UX

HP-UX 11.11: X doesn't recognize mouse and keyboard

hi folks, i've got a blank hp visualize C3000 workstation and installed HP-UX 11.11. When I want to start X, I get the following error message: # X Fatal server error: Couldn't open X pointer device! Is one attached? I've connected an mouse and a keyboard with an usb/ps2 connector.... (5 Replies)
Discussion started by: grisu
5 Replies

7. SuSE

USB mouse stops working

I have 64bit 11.1 installed on a clone. The Logitech LX3 mouse stops working sometimes, forcing a reboot. The LED under the mouse goes dark when this happens. A normal ps/2 mouse works fine, and I am certain the LX3 mouse is not defective as I have an identical one on a XP system that I swapped to... (6 Replies)
Discussion started by: stansaraczewski
6 Replies

8. Ubuntu

Does /dev/ttyUSB* causing my usb 3G Dongle doesn't work when plug-in

Hi, Is someone knows how or maybe the caused why my USB 3G dongle doesn't work when plug-in after boot the /dev/ttyUSB* I wonder how this /dev/ttyUSB1-4 works, i had a 3G USB dongle for my internet connection before i used lucyd lynx this the same USB dongle works fine when i plug-in after... (2 Replies)
Discussion started by: jao_madn
2 Replies

9. Slackware

Replace PS/2 Trackball with USB optical mouse

Running Slackware 13.37 original without updates. Need to replace my trackball with optical mouse temporarily. There is no xf86config file anylonger but xorg.conf file is produced automatically. I see 2 "xorg.conf" files which can be and were modified on installation: 1) /etc/X11/xorg.conf-vesa... (2 Replies)
Discussion started by: slak0
2 Replies
vga_getmousetype(3)						Svgalib User Manual					       vga_getmousetype(3)

NAME
vga_getmousetype - returns the mouse type configured SYNOPSIS
#include <vga.h> int vga_getmousetype(void); DESCRIPTION
This returns the mouse type configered in /etc/vga/libvga.config. The return value logically anded with MOUSE_TYPE_MASK is one of (defined in (#include <vgamouse.h>): MOUSE_NONE There is no mouse installed. It is good style to check if there is no mouse available first and then enable mouse support to avoid an svgalib error message if you try to initialize a non existing mouse. MOUSE_MICROSOFT A Microsoft compatible mouse (2 buttons) (default). MOUSE_MOUSESYSTEMS A MouseSystems compatible mouse (3 buttons). MOUSE_MMSERIES A MMSeries compatible mouse. MOUSE_LOGITECH An ordinary LogiTech compatible mouse. MOUSE_BUSMOUSE A busmouse. MOUSE_PS2 A PS/2 busmouse. MOUSE_LOGIMAN An ordinary LogiTech LogiMan compatible mouse. MOUSE_GPM The GPM daemon is used. MOUSE_SPACEBALL A 3d SpaceTec Spaceball pointer device. MOUSE_INTELLIMOUSE A Microsoft IntelliMouse or Logitech MouseMan+ on serial port. MOUSE_IMPS2 A Microsoft IntelliMouse or Logitech MouseMan+ on PS/2 port. The return value may be ored with one or more of the following flags MOUSE_CHG_DTR change the setting of DTR to force the mouse to a given mode. MOUSE_DTR_HIGH set DTR to high instead of setting it to low (default). MOUSE_CHG_RTS change the setting of RTS to force the mouse to a given mode. MOUSE_RTS_HIGH set RTS to high instead of setting it to low (default). Your application may use this info to perform specific actions (go into a 3d pointer device mode for example). SEE ALSO
svgalib(7), vgagl(7), libvga.config(5), mousetest(6), spin(6), mouse_close(3), mouse_getposition_6d(3), mouse_getx(3), mouse_init(3), mouse_setposition(3), mouse_setscale(3), mouse_setwrap(3), mouse_setxrange(3), mouse_update(3), mouse_waitforupdate(3), vga_init(3), vga_setmousesupport(3), vga_waitevent(3) AUTHOR
This manual page was edited by Michael Weller <eowmob@exp-math.uni-essen.de>. The exact source of the referenced function as well as of the original documentation is unknown. It is very likely that both are at least to some extent are due to Harm Hanemaayer <H.Hanemaayer@inter.nl.net>. Occasionally this might be wrong. I hereby asked to be excused by the original author and will happily accept any additions or corrections to this first version of the svgalib manual. Svgalib (>;= 1.2.11) 27 July 1997 vga_getmousetype(3)
All times are GMT -4. The time now is 12:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy