View previous topic :: View next topic |
Author |
Message |
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Mon Dec 05, 2005 9:18 pm Post subject: |
|
|
did what the guide suggested but i couldn't start KDE afterwards...trying to startx gives an error Code: | cannot register MX1000 with evdev brain | what kind of error is that?? in addition i tried to get back to my old configuration but i can't get the mouse scroll to work even though my settings in xorg.conf are the same...i didn't compile the kernel without the event interface support but do you think that my problem relies there?? and finally is there any way i could just unpatch the kernel if i wanted?? or i should have saved the last .config in order to move back to my previous settings?? |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Mon Dec 05, 2005 10:17 pm Post subject: |
|
|
isn't anyone watching this topic?? some help would really be appreciated... |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Tue Dec 06, 2005 10:39 pm Post subject: |
|
|
bump |
|
Back to top |
|
|
RobNyc Tux's lil' helper
Joined: 11 Oct 2005 Posts: 101 Location: NYC
|
Posted: Wed Dec 07, 2005 5:18 am Post subject: |
|
|
Yes finally _________________ Thank You |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Wed Dec 07, 2005 3:31 pm Post subject: |
|
|
finally what?? would you happen to know anything about my problem?? |
|
Back to top |
|
|
RobNyc Tux's lil' helper
Joined: 11 Oct 2005 Posts: 101 Location: NYC
|
Posted: Wed Dec 07, 2005 5:08 pm Post subject: |
|
|
dpetka2001 wrote: | finally what?? would you happen to know anything about my problem?? | Nope sorry, I said finally somebody is using what im using I gotta try these settings to see _________________ Thank You |
|
Back to top |
|
|
vorgas n00b
Joined: 02 Nov 2005 Posts: 48
|
Posted: Wed Dec 07, 2005 9:22 pm Post subject: Possible Help |
|
|
I have created a utility for my Logitech Media Mouse that works great. It reads raw USB events.
I suppose this could also work for the keyboard, but I may need some feedback to get that working.
The location for the utility is
https://forums.gentoo.org/viewtopic-p-2854500.html#2854500
Support for that utility is located at
https://forums.gentoo.org/viewtopic-p-2854506.html#2854506
Be sure to post any questions you have at the SUPPORT forum as that's the only one I automatically
monitor. Requests to this forum regarding help for mmm3k will NOT be answered. |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Mon Dec 19, 2005 4:03 pm Post subject: |
|
|
is anyone of the guys who have successfully used this guide looking at this topic anymore?? so to help us newbies solve our problems to the path of having a fully functional MX3100 set?? |
|
Back to top |
|
|
Kovid Apprentice
Joined: 25 Aug 2003 Posts: 217 Location: California, USA
|
Posted: Mon Dec 19, 2005 5:38 pm Post subject: |
|
|
IIRC the evdev brain error happens when you dont use the right device node. It has to be one of the /dev/input/evdev nodes and not /dev/inputmice,mouseX etc |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Fri Dec 23, 2005 5:17 pm Post subject: |
|
|
the thing is that i had the right evdev node as indicater by /proc/bus/input/devices...but when i tried to startx it just gave me a blank screen...have you succeeded in making it work...do you have the same set yourself?? |
|
Back to top |
|
|
Kovid Apprentice
Joined: 25 Aug 2003 Posts: 217 Location: California, USA
|
Posted: Fri Dec 23, 2005 5:21 pm Post subject: |
|
|
yes and yes...when it gave you a blank screen what was in your logs? |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Wed Dec 28, 2005 10:59 am Post subject: |
|
|
sorry i have been away from my computer during the holidays and wasn't able to respond back...could you help me out as i go one step at a time following this guide to make my set fully working?? did you follow this guide to make yours work?? |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Wed Dec 28, 2005 7:38 pm Post subject: |
|
|
bump!! |
|
Back to top |
|
|
Kovid Apprentice
Joined: 25 Aug 2003 Posts: 217 Location: California, USA
|
Posted: Thu Dec 29, 2005 6:15 pm Post subject: |
|
|
dpetka2001 wrote: | sorry i have been away from my computer during the holidays and wasn't able to respond back...could you help me out as i go one step at a time following this guide to make my set fully working?? did you follow this guide to make yours work?? |
Well where are you stuck atm?
A quick summary of what you need to do:
1) Apply the kernel patch and boot into the new kernel
2) Switch to xorg 6.9/7.0
3) Connect the mouse and keyboard via ps2 ports
4) Add the following sections to you xorg.conf
Code: |
Section "InputDevice"
Identifier "MX1000"
Driver "evdev"
#Option "Dev Name" "Logitech USB Receiver"
#Option "Dev Phys" "usb-0000:00:1d.2-2/input1"
Option "Device" "/dev/input/event3"
Option "Buttons" "12"
EndSection
Section "InputDevice"
Identifier "MX3100"
Driver "kbd"
#Option "Dev Name" "Logitech USB Receiver"
#Option "Dev Phys" "usb-0000:00:1d.2-2/input0"
#Option "Device" "/dev/input/event1"
Option "XkbModel" "logiinkse"
Option "XkbLayout" "us"
EndSection
|
Don't forget to modify your ServerLayout section accordingly.
6) It may be a good idea to have an extra mouse and keyboard connected via USB and set to be the primary input devices until you have the mx3100 working. This ensures that X will start |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Thu Dec 29, 2005 11:18 pm Post subject: |
|
|
Code: | 2) Switch to xorg 6.9/7.0 | in the first post of this topic is says that i do not necessarily need to switch to xorg modular...so i followed the steps for doing this in xorg 6.8.2-r6...isn't this compatible?? |
|
Back to top |
|
|
Kovid Apprentice
Joined: 25 Aug 2003 Posts: 217 Location: California, USA
|
Posted: Thu Dec 29, 2005 11:59 pm Post subject: |
|
|
6.8 didn't work for me. |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Fri Dec 30, 2005 11:38 am Post subject: |
|
|
so would you suggest i should switch to modular xorg?? following this guide would be enough to upgrade to modular xorg?? is there anything else i should know before trying to switch to modular xorg?? |
|
Back to top |
|
|
Kovid Apprentice
Joined: 25 Aug 2003 Posts: 217 Location: California, USA
|
Posted: Fri Dec 30, 2005 5:53 pm Post subject: |
|
|
Well, it would be easier for me to help you with your problems if you were using modular X. However, switching to modular X is not trivial. You should be prepared to spend some time and energy getting things to work. Also, several packages in portage are not ported to modular X, so some things will break.
As I said it didn't work for me with 6.8, but then, I didn't try too hard either. |
|
Back to top |
|
|
Vouksh n00b
Joined: 08 May 2005 Posts: 19
|
Posted: Sat Dec 31, 2005 6:17 pm Post subject: |
|
|
Ok, I got this thing working perfectly:
1. I applied the patch and recompiled my kernel (I'm using Nitro-Sources 2.6.14)
2. I dropped back to command-line, and unmasked xorg-x11 6.8.99
Code: | # echo "=x11-base/xorg-x1-6.8.99.15-r4" >> /etc/portage/package.unmask |
3. I emerged xorg-x11-6.8.99.15-r4
Code: | # ACCEPT_KEYWORDS="~x86" emerge =x11-base/xorg-x1-6.8.99.15-r4 #replace ~x86 with your arch |
4. I rebooted, and then edited /etc/X11/xorg.conf
Here's my mouse settings:
Code: |
Section "InputDevice"
Identifier "Mouse1"
Driver "evdev"
Option "Device" "/dev/input/event1"
Option "Buttons" "12"
Option "Dev Phys" "isa0060/serio1/input0"
Option "Dev Name" "PS2++ Logitech MX Mouse"
Option "Resolution" "256"
EndSection
|
and started xdm
Code: | # /etc/init.d/xdm start |
and added this to my ~/.xbindkeysrc
Code: | "xvkbd -xsendevent -text "\[Alt_L]\[Left]""
m:0x10 + b:9
"xvkbd -xsendevent -text "\[Alt_L]\[Right]""
m:0x10 + b:10
"xvkbd -xsendevent -text "\[Page_Up]""
x:0x10 + b:11
"xvkbd -xsendevent -text "\[Page_Down]""
x:0x10 + b:12
"mpc toggle"
c:162
"mpc next"
c:153
"mpc prev"
c:144
"mpc stop"
c:164
"amixer -c 0 set PCM,0 2%+"
c:176
"amixer -c 0 set PCM,0 2%-"
c:174 |
and bada-boom, done, with working forward-back buttons and cruiscontrol. _________________ My Compy (since everyone else is doing this):
P4 3.2 GHz
ASUS P5P8000
2 GB DDR 2700
1x 250 GB Seagate Primary HDD
1x 80 GB Seagate Secondary HDD
1x 80 GB Seagate External HDD |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Sat Jan 07, 2006 4:48 pm Post subject: |
|
|
i can't get it to work...i followed the instructions to the letter but couldn't get the desired result...first i patched my kernel and then compiled it with event interface support built in the kernel...then emerged xvkbd and xbindkeys, edited my xorg.conf and put those lines suggested by you in the mousefix.sh...is this the right order i should do it?? i did reboot into the new compiled kernel after compiling it...anything else i should do?? i am using xorg 6.8.2... |
|
Back to top |
|
|
Vouksh n00b
Joined: 08 May 2005 Posts: 19
|
Posted: Sat Jan 07, 2006 4:57 pm Post subject: |
|
|
you gotta use 6.8.99 and up. the rest don't work with evdev. I had that exact problem before i upgraded and 6.8.99 is quite stable so far. _________________ My Compy (since everyone else is doing this):
P4 3.2 GHz
ASUS P5P8000
2 GB DDR 2700
1x 250 GB Seagate Primary HDD
1x 80 GB Seagate Secondary HDD
1x 80 GB Seagate External HDD |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Sat Jan 07, 2006 4:59 pm Post subject: |
|
|
are you sure completely sure about this?? i read in another post that it can be done...unfortunately i seem to do something wrong and don't know what it is... |
|
Back to top |
|
|
Vouksh n00b
Joined: 08 May 2005 Posts: 19
|
Posted: Sat Jan 07, 2006 6:26 pm Post subject: |
|
|
the HOWTO that covers using evdev on 6.8.2 only works on 2.6.12 kernels as far as i can tell. All I know is that 6.8.99 is stable enough on my setup (and works perfectly with evdev) and that evdev didn't work on 6.8.2. _________________ My Compy (since everyone else is doing this):
P4 3.2 GHz
ASUS P5P8000
2 GB DDR 2700
1x 250 GB Seagate Primary HDD
1x 80 GB Seagate Secondary HDD
1x 80 GB Seagate External HDD |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Sun Jan 08, 2006 2:03 pm Post subject: |
|
|
according to another user mentioned in the other topic he uses xorg 6.8.2 and gentoo-sources 2.6.14...there has to be a way logically... |
|
Back to top |
|
|
Vouksh n00b
Joined: 08 May 2005 Posts: 19
|
Posted: Sun Jan 08, 2006 2:30 pm Post subject: |
|
|
if your so adamant on using 6.8.2, go ahead and fight with it. I was simply saying that switching to 6.8.99 was easiest for me. I know it's a huge thing to compile, but if you want those buttons to work, i don't think there's any other way. You have the same problem I had. I fought for like 2-3 days with my computer before I switched. And for me, xorg-x11 only takes about half an hour to an hour to compile, if that. _________________ My Compy (since everyone else is doing this):
P4 3.2 GHz
ASUS P5P8000
2 GB DDR 2700
1x 250 GB Seagate Primary HDD
1x 80 GB Seagate Secondary HDD
1x 80 GB Seagate External HDD |
|
Back to top |
|
|
|