You are not logged in.
Wondering if anyone has had any success using mdev?
Offline
Thank you very much....
Mr Green
Offline
Have got system running with mdev and mdev-like-a-boss but still X (keyboard and mouse) do not work. Am thinking I need to rebuild X without udev? or something else.
Has anyone got mdev working with X under Arch?
Mr Green
Offline
I've not tried mdev, but is it a case of needing:
# cat /etc/X11/Xwrapper.config
allowed_users = anybody
needs_root_rights = yes
PGP key: F40D2072
Key fingerprint: 8742 F753 5E7B 394A 1B04 8163 332C 9C40 F40D 2072
Offline
Anyone have any other suggestions, adding that config does nothing. Knew it would be difficult but thought it not impossible,
Mr Green
Offline
fbt has experimented with mdev on Arch. You could ask him, but first see https://fleshless.org/pages/spark.html
Last edited by Alad (2015-02-05 21:00:14)
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Have got system running with mdev and mdev-like-a-boss but still X (keyboard and mouse) do not work. Am thinking I need to rebuild X without udev? or something else.
Have you replaced /etc/X11/xorg.conf.d with the mdev-like-a-boss xorg.conf.d? That should make X stop using udev.
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it."—Linus Torvalds
s/ftp/git/
https://iandouglasscott.com | https://github.org/ids1024 | https://keybase.io/ids1024
Offline
I am wondering if anyone else has the same problem with (s)mdev. My mouse and touchpad are working, but my keyboard is not responding. I can't even switch to another tty.
This is my /etc/X11/xorg.conf.d/00-config.conf that can be tested without mdev :
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Touchpad0"
Driver "synaptics"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "device" "/dev/input/mice"
EndSection
I have installed xf86-input-mouse and xf86-input-keyboard and I have tried many options in this file.
Last edited by jpgg (2015-02-06 06:40:04)
Offline
Mr Green wrote:Have got system running with mdev and mdev-like-a-boss but still X (keyboard and mouse) do not work. Am thinking I need to rebuild X without udev? or something else.
Have you replaced /etc/X11/xorg.conf.d with the mdev-like-a-boss xorg.conf.d? That should make X stop using udev.
Have got configs installed, when you say replace do you mean instead of? Stock arch ones.
@alad Thanks for the help, been searching for mdev stuff and how it relates to arch.
Last edited by Mr Green (2015-02-06 06:51:23)
Mr Green
Offline
Do I just need dbus-nosystemd installed for dbus to start?
Offline
Do I just need dbus-nosystemd installed for dbus to start?
No. Just keep systemd installed (systemd-udev works fine with minirc)
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline