| View previous topic :: View next topic |
| Author |
Message |
windex n00b

Joined: 09 Dec 2012 Posts: 34
|
Posted: Mon Feb 11, 2013 8:32 am Post subject: Mouse not working with Gnome [Solved] |
|
|
Decided to install gnome on my modified HP laptop. Ran into some problems getting x server running, documented here:
http://forums.gentoo.org/viewtopic-t-948290-highlight-.html
Eventually fixed with help from NeddySeagoon. Went to work on getting gnome installed. Ran into some dependency problems. Eventually solved with a new kernel, some eselect choices as well as (mostly) installing packages in a specific order. Edited grub.conf and now it boots to gnome.
Now, my (touchpad) mouse doesn't work. Found this guide: http://en.gentoo-wiki.com/wiki/Synaptics_Touchpad
This didn't seem to fix the problem.
Then found this forum post: http://forums.gentoo.org/viewtopic-t-932242-highlight-gnome+mouse.html
I changed /etc/X11/xorg.conf and then remerged xorg-server.
Rebooted. Boots to gnome login, but Mouse still doesn't work, nor keyboard. SSHD is not working either. Found a worrying complaint during bootup. Located the error in /var/log/messages:
| Code: |
Feb 5 15:04:14 kernel: [ 78.003371] dhcpcd (3184) used greatest stack depth: 3920 bytes left
Feb 5 15:04:14 sshd[3342]: fatal: daemon() failed: No such device
Feb 5 15:04:14 cron[3358]: (CRON) STARTUP (V5.0)
Feb 5 15:04:15 /etc/init.d/udev-mount[3384]: CONFIG_DEVTMPFS=y is required in your kernel configuration
Feb 5 15:04:15 /etc/init.d/udev-mount[3385]: for this version of udev to run successfully.
Feb 5 15:04:15 /etc/init.d/udev-mount[3386]: This requires immediate attention.
Feb 5 15:04:15 /etc/init.d/udev-mount[3374]: ERROR: udev-mount failed to start
Feb 5 15:04:15 /etc/init.d/udev[3389]: ERROR: cannot start udev as udev-mount would not start
|
Rebuilding kernel seems to have fixed.
Pasting the tail of /var/log/messages to : http://codepad.org/IOF0U8mA
lspci
| Code: |
00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 14h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:15.1 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
00:15.3 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB900 PCI to PCI bridge (PCIE port 3)
00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 0
5)
07:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
|
gdm/:0.log at http://codepad.org/pLgrhKco
cat /var/log/Xorg.0.log at http://codepad.org/AytLyMWP
Now in that log, it looks like there is an error related to evdev. Should I try to fix, or should I be pursuing a different line of inquiry?
Thanks in advance!!
Last edited by windex on Thu Feb 14, 2013 1:12 am; edited 1 time in total |
|
| Back to top |
|
 |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 3001 Location: USA
|
Posted: Tue Feb 12, 2013 1:22 am Post subject: |
|
|
Yes you need to fix it, normally you have INPUT_DEVICES in your make.conf set to evdev and portage will emerge xf86-input-evdev for you, and this will enable your keyboard/mouse provided your kernel also has INPUT event drivers enabled. _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
windex n00b

Joined: 09 Dec 2012 Posts: 34
|
Posted: Thu Feb 14, 2013 1:11 am Post subject: |
|
|
| eccerr0r wrote: | | Yes you need to fix it, normally you have INPUT_DEVICES in your make.conf set to evdev and portage will emerge xf86-input-evdev for you, and this will enable your keyboard/mouse provided your kernel also has INPUT event drivers enabled. |
Thanks, this worked!! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|