~alpine/devel

2 2

[alpine-devel] [2.5.4] apcupsd is missing at least one kernel module

Details
Message ID
<515C56B5.9050404@arcor.de>
Sender timestamp
1365006005
DKIM signature
missing
Download raw message
Hi,

I tried to connect my APC BackUp UPS to one of my Alpine Linux systems
with kernel 3.6.11 via USB. While the UPS device was recognized by the
kernel and shows up in /var/log/messages, the apcupsd cannot find the
device. According to the manual at
http://www.apcupsd.com/manual/manual.html#verifying-device-detection-and-driver
apcupsd requires the following kernel modules to be installed:

  CONFIG_USB
  CONFIG_USB_HID
  CONFIG_USB_HIDDEV
  CONFIG_USB_DEVICEFS

The first two are present and can be modprobed successfully, though
usbhiddev is missing

  alpine:~$ cat /boot/config-3.6.11-grsec | grep CONFIG_USB_HID*
  CONFIG_USB_HID=m
  # CONFIG_USB_HIDDEV is not set

The CONFIG_USB_DEVICEFS configuration key seems not to be available in
the current kernel built, so I don't know whether it has been renamed or
has been combined with another key, e.g. CONFIG_USB.

Anyway, in the upcoming built I'd like to ask for the configuration to
be changed to

  CONFIG_USB_HIDDEV=m

Has anyone successfully connected an APC UPS through USB to his/her
Alpine Linux system, yet?

Kind Regards, Tiger


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20130405163008.3b1e52cb@ncopa-laptop.res.nor.wtbts.net>
In-Reply-To
<515C56B5.9050404@arcor.de> (view parent)
Sender timestamp
1365172208
DKIM signature
missing
Download raw message
On Wed, 03 Apr 2013 18:20:05 +0200
Der Tiger <der.tiger.alpine@arcor.de> wrote:
 
> Anyway, in the upcoming built I'd like to ask for the configuration to
> be changed to
> 
>   CONFIG_USB_HIDDEV=m

Could you please file an issue on https://bugs.alpinelinux.org for
this so it does not get forgotten. I am still on vacation.


-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<515EF871.6040805@arcor.de>
In-Reply-To
<20130405163008.3b1e52cb@ncopa-laptop.res.nor.wtbts.net> (view parent)
Sender timestamp
1365178481
DKIM signature
missing
Download raw message
Hi Natanael,

>> Anyway, in the upcoming built I'd like to ask for the configuration to
>> be changed to
>>
>>   CONFIG_USB_HIDDEV=m
> 
> Could you please file an issue on https://bugs.alpinelinux.org for
> this so it does not get forgotten. I am still on vacation.
Done. https://bugs.alpinelinux.org/issues/1766

Enjoy your vacation!

Regards, Tiger


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)