You are not logged in.

#1 2015-05-24 21:08:23

tsteinholz0
Member
From: United States
Registered: 2015-05-14
Posts: 10
Website

"xpad" Module on Boot Loading issue

So I am running Arch Linux 4.0.4-2 with all packages up-to-date using the KDE desktop (with some other steamos desktop stuff for fun). And on my system, the xpad module will not detect my xbox one controller during or after boot. The only way I can use a controller on my system is via the command `modprobe xpad` which is not only unneccessary, but is also annoying. I attempted to get this to auto load by making a file "/etc/modules-load.d/xpad.conf" with the only line being "xpad". This did not solve my problem.

How can I get the xpad module to auto load on boot like it is supposed to since kernel 3.1.7 on kernel 4.0.4-ARCH?

Last edited by tsteinholz0 (2015-05-25 16:39:47)

Offline

#2 2015-05-24 21:33:28

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,518
Website

Re: "xpad" Module on Boot Loading issue

It's strange that modules-load.d isn't working. Are there any messages in the systemctl status output for that service?

# systemctl status systemd-modules-load.service

What about If you plug the controller in after boot, does anything appear in dmesg?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2015-05-24 21:36:46

tsteinholz0
Member
From: United States
Registered: 2015-05-14
Posts: 10
Website

Re: "xpad" Module on Boot Loading issue

[tsteinholz@Yuri ~]$ systemctl status systemd-modules-load.service
* systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
   Active: active (exited) since Sun 2015-05-24 16:57:45 EDT; 38min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 200 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=0/SUCCESS)
Main PID: 200 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/systemd-modules-load.service

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

Offline

#4 2015-05-24 21:38:02

tsteinholz0
Member
From: United States
Registered: 2015-05-14
Posts: 10
Website

Re: "xpad" Module on Boot Loading issue

The light on the controller only shows up when i manully add "modprobe xpad" no matter when i plug it in, I have also tried diffrent usb slots.

Offline

#5 2015-05-24 21:42:24

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,518
Website

Re: "xpad" Module on Boot Loading issue

Please use code tags for terminal output.

Well, it seems to be doing something. Unfortunately the journal has rotated, so that command wasn't as helpful as it could've been. Check the journal using:

journalctl -xb -u systemd-modules-load.service

The light on the controller only shows up when i manully add "modprobe xpad" no matter when i plug it in, I have also tried diffrent usb slots.

Yes, but is there anything in dmesg?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#6 2015-05-24 21:54:22

tsteinholz0
Member
From: United States
Registered: 2015-05-14
Posts: 10
Website

Re: "xpad" Module on Boot Loading issue

Sorry about that.

journalctl -xb -u systemd-modules-load.service

returns

 -- Logs begin at Fri 2015-05-22 16:27:51 EDT, end at Sun 2015-05-24 17:49:07 EDT. --

and for the dmesg

dmesg | grep xpad

returned nothing and while scrolling through dmesg, I saw nothing conserning the xbox one controller.

Offline

#7 2015-12-17 22:11:02

JoshuaJolley
Member
Registered: 2012-03-04
Posts: 4

Re: "xpad" Module on Boot Loading issue

@tsteinholz0, Where you able ever to get your xbox one controller working?

Offline

#8 2023-03-09 10:26:35

jeff_bh_221
Member
Registered: 2023-03-09
Posts: 6

Re: "xpad" Module on Boot Loading issue

This topic may have one close answser.
Guess he installed xone package, it blacklisted xpad module.

journalctl -xb -u systemd-modules-load.service

will shows below

systemd-modules-load[436]: Module 'xpad' is deny-listed (by kmod)

and you can find blacklist in file

/usr/lib/modprobe.d/xone-blacklist.conf

something like

blacklist xpad
blacklist mt76x2u

that's all.

Last edited by jeff_bh_221 (2023-03-09 10:27:12)

Offline

#9 2023-03-09 10:32:18

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,518
Website

Re: "xpad" Module on Boot Loading issue

Thanks for sharing, however I'd hope that tsteinholz0 isn't still looking for a solution eight years later.

Closing this old thread.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB