View previous topic :: View next topic |
Author |
Message |
leonchik1976 Guru
Joined: 24 Jan 2010 Posts: 337
|
Posted: Tue Oct 01, 2024 4:14 pm Post subject: UPS issue |
|
|
Hi, i have Advice UPS connected via USB, and it identified by lsusb like:
Code: | Bus 003 Device 002: ID 0665:5161 Cypress Semiconductor USB to Serial |
I'm a little bit confused what i need to enable in kernel and configure in NUT, also:
ls /dev/ttyUSB*
returns nothing.
what i do have in kernel is:
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_SERIAL_8250=y
Any help would be appreciated |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5118 Location: Bavaria
|
Posted: Tue Oct 01, 2024 5:25 pm Post subject: |
|
|
Boot this machine with an UbuntuLiveCD and check if the device is recognized correctly.
If yes, then do an “lsmod” query. Notice all modules ... ... check if there are some modules you miss in your kernel .config.
If you need further help, we need - after booting Ubuntu - the output of:
- lsmod
- lspci -nnk
- dmesg
and you current kernel .config file from your Gentoo system. Please use wgetpaste for the big files. _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1921
|
Posted: Tue Oct 01, 2024 5:53 pm Post subject: |
|
|
A good number of UPS USB connections are a pure HID connection using usbhid driver.
Please show the output of lsusb -vd 0665:5161
An example of this type I have using a TrippLite:
Code: | Bus 002 Device 084: ID 09ae:2012 Tripp Lite Tripp Lite UPS
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 [unknown]
bDeviceSubClass 0 [unknown]
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x09ae Tripp Lite
idProduct 0x2012 Tripp Lite UPS
bcdDevice 0.09
iManufacturer 1 Tripp Lite
iProduct 2 Tripp Lite UPS
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0022
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 [unknown]
bInterfaceProtocol 0
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 662
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 40
Device Status: 0x0001
Self Powered |
|
|
Back to top |
|
|
leonchik1976 Guru
Joined: 24 Jan 2010 Posts: 337
|
Posted: Tue Oct 01, 2024 6:11 pm Post subject: |
|
|
grknight wrote: | A good number of UPS USB connections are a pure HID connection using usbhid driver.
Please show the output of lsusb -vd 0665:5161
An example of this type I have using a TrippLite:
Code: | Bus 002 Device 084: ID 09ae:2012 Tripp Lite Tripp Lite UPS
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 [unknown]
bDeviceSubClass 0 [unknown]
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x09ae Tripp Lite
idProduct 0x2012 Tripp Lite UPS
bcdDevice 0.09
iManufacturer 1 Tripp Lite
iProduct 2 Tripp Lite UPS
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0022
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 [unknown]
bInterfaceProtocol 0
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 662
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 40
Device Status: 0x0001
Self Powered |
|
# lsusb -vd 0665:5161
Code: |
Bus 003 Device 002: ID 0665:5161 Cypress Semiconductor USB to Serial
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 [unknown]
bDeviceSubClass 0 [unknown]
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0665 Cypress Semiconductor
idProduct 0x5161 USB to Serial
bcdDevice 0.02
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0022
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 [unknown]
bInterfaceProtocol 0
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 27
Report Descriptor: (length is 27)
Item(Global): Usage Page, data= [ 0x00 0xff ] 65280
(null)
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Main ): Collection, data= [ 0x01 ] 1
Application
Item(Local ): Usage, data= [ 0x02 ] 2
(null)
Item(Global): Logical Minimum, data= [ 0x00 ] 0
Item(Global): Logical Maximum, data= [ 0xff 0x00 ] 255
Item(Global): Report Size, data= [ 0x08 ] 8
Item(Global): Report Count, data= [ 0x08 ] 8
Item(Main ): Input, data= [ 0x82 ] 130
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Volatile Bitfield
Item(Local ): Usage, data= [ 0x02 ] 2
(null)
Item(Global): Report Count, data= [ 0x08 ] 8
Item(Main ): Output, data= [ 0x82 ] 130
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Volatile Bitfield
Item(Main ): End Collection, data=none
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 12
Device Status: 0x0000
(Bus Powered) |
|
|
Back to top |
|
|
leonchik1976 Guru
Joined: 24 Jan 2010 Posts: 337
|
Posted: Tue Oct 01, 2024 6:13 pm Post subject: |
|
|
pietinger wrote: | Boot this machine with an UbuntuLiveCD and check if the device is recognized correctly.
If yes, then do an “lsmod” query. Notice all modules ... ... check if there are some modules you miss in your kernel .config.
If you need further help, we need - after booting Ubuntu - the output of:
- lsmod
- lspci -nnk
- dmesg
and you current kernel .config file from your Gentoo system. Please use wgetpaste for the big files. |
lspci doesn't show UPS, only lsusb |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1921
|
Posted: Tue Oct 01, 2024 6:30 pm Post subject: |
|
|
leonchik1976 wrote: | # lsusb -vd 0665:5161
Code: |
Bus 003 Device 002: ID 0665:5161 Cypress Semiconductor USB to Serial
Device Descriptor:
idVendor 0x0665 Cypress Semiconductor
idProduct 0x5161 USB to Serial
Configuration Descriptor:
Interface Descriptor:
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 [unknown]
bInterfaceProtocol 0
iInterface 0 |
|
This looks a lot like mine. Try these options for your ups.conf (under a named section of your choosing):
Code: | driver = "usbhid-ups"
port = "auto"
vendorid = "0665"
productid = "5161"
product = "USB to Serial"
vendor = "Cypress Semiconductor" |
|
|
Back to top |
|
|
gentoo_ram Guru
Joined: 25 Oct 2007 Posts: 502 Location: San Diego, California USA
|
Posted: Tue Oct 01, 2024 11:41 pm Post subject: |
|
|
I know on my NUT ups.conf I also had to fill in the serial number field.
Code: | [apc]
driver = usbhid-ups
desc = "BackUPS-1500"
port = "auto"
vendorid = "051D"
productid = "0002"
override.battery.charge.low=35
override.batter.runtime.low=900
serial = "0B2420Lxxxxx"
|
|
|
Back to top |
|
|
fordfrog Developer
Joined: 01 Jan 2007 Posts: 26
|
Posted: Thu Nov 07, 2024 10:49 am Post subject: |
|
|
i also have an issue with my ups. it's fsp clippers rt 2k. it's detected but the hidraw dies then, no ttyUSB*.
Code: | # lsusb | grep -i cypress
Bus 001 Device 004: ID 0665:5161 Cypress Semiconductor USB to Serial
|
Code: | # lsusb -vd 0665:5161
Bus 001 Device 004: ID 0665:5161 Cypress Semiconductor USB to Serial
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 [unknown]
bDeviceSubClass 0 [unknown]
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0665 Cypress Semiconductor
idProduct 0x5161 USB to Serial
bcdDevice 3.00
iManufacturer 0
iProduct 2 UPS
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0022
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 [unknown]
bInterfaceProtocol 0
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 27
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 12
cannot read device status, Resource temporarily unavailable (11) |
this is after fresh boot of the server (i didn't filter out the other usb devices):
Code: | # grep -iE "(usb|hid)" /var/log/dmesg
[ 0.004451] ACPI: SSDT 0x0000000076462000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
[ 0.650209] ACPI: bus type USB registered
[ 0.650215] usbcore: registered new interface driver usbfs
[ 0.650218] usbcore: registered new interface driver hub
[ 0.650223] usbcore: registered new device driver usb
[ 1.147178] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.149241] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.149476] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.150345] hub 1-0:1.0: USB hub found
[ 1.154071] hub 2-0:1.0: USB hub found
[ 1.155874] usb: port power management may be unreliable
[ 1.157029] usbcore: registered new interface driver usbserial_generic
[ 1.157263] usbserial: USB Serial support registered for generic
[ 1.157494] usbcore: registered new interface driver ch341
[ 1.157722] usbserial: USB Serial support registered for ch341-uart
[ 1.157952] usbcore: registered new interface driver cypress_m8
[ 1.158178] usbserial: USB Serial support registered for DeLorme Earthmate USB
[ 1.158404] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[ 1.158634] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[ 1.198887] hid: raw HID events driver (C) Jiri Kosina
[ 1.199162] usbcore: registered new interface driver usbhid
[ 1.199398] usbhid: USB HID core driver
[ 1.412865] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[ 1.568603] usb 1-2: config 1 has an invalid interface number: 2 but max is 1
[ 1.568606] usb 1-2: config 1 has no interface number 1
[ 1.571084] hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-2/input2
[ 1.696272] usb 2-9: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.770213] hub 2-9:1.0: USB hub found
[ 1.864763] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[ 2.015772] hub 1-6:1.0: USB hub found
[ 2.320746] usb 1-6.1: new full-speed USB device number 4 using xhci_hcd
[ 2.442133] hid-generic 0003:0665:5161.0002: hiddev97,hidraw1: USB HID v1.11 Device [UPS] on usb-0000:00:14.0-6.1/input0
[ 2.540688] usb 1-6.2: new full-speed USB device number 5 using xhci_hcd
[ 2.660789] hub 1-6.2:1.0: USB hub found
[ 2.960742] usb 1-6.2.1: new full-speed USB device number 6 using xhci_hcd
[ 3.116914] input: ATEN International Co. Ltd CS1708i V2.0.193 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.0/0003:0557:2261.0003/input/input4
[ 3.177062] hid-generic 0003:0557:2261.0003: input,hidraw2: USB HID v1.00 Keyboard [ATEN International Co. Ltd CS1708i V2.0.193] on usb-0000:00:14.0-6.2.1/input0
[ 3.191219] input: ATEN International Co. Ltd CS1708i V2.0.193 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.1/0003:0557:2261.0004/input/input5
[ 3.248860] input: ATEN International Co. Ltd CS1708i V2.0.193 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.1/0003:0557:2261.0004/input/input6
[ 3.249061] hid-generic 0003:0557:2261.0004: input,hidraw3: USB HID v1.00 Device [ATEN International Co. Ltd CS1708i V2.0.193] on usb-0000:00:14.0-6.2.1/input1
[ 3.261816] input: ATEN International Co. Ltd CS1708i V2.0.193 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.2/0003:0557:2261.0005/input/input7
[ 3.262066] hid-generic 0003:0557:2261.0005: input,hidraw4: USB HID v1.10 Mouse [ATEN International Co. Ltd CS1708i V2.0.193] on usb-0000:00:14.0-6.2.1/input2
[ 3.279310] input: ATEN International Co. Ltd CS1708i V2.0.193 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.3/0003:0557:2261.0006/input/input8
[ 3.279563] hid-generic 0003:0557:2261.0006: input,hidraw5: USB HID v1.10 Mouse [ATEN International Co. Ltd CS1708i V2.0.193] on usb-0000:00:14.0-6.2.1/input3
[ 3.360878] usb 1-6.2.3: new full-speed USB device number 7 using xhci_hcd
[ 3.445066] usb 1-6.2.3: device descriptor read/64, error -32
[ 3.633033] usb 1-6.2.3: device descriptor read/64, error -32
[ 3.820821] usb 1-6.2.3: new full-speed USB device number 8 using xhci_hcd
[ 3.901078] usb 1-6.2.3: device descriptor read/64, error -32
[ 4.089082] usb 1-6.2.3: device descriptor read/64, error -32
[ 4.197292] usb 1-6.2-port3: attempt power cycle
[ 4.800824] usb 1-6.2.3: new full-speed USB device number 9 using xhci_hcd
[ 4.801198] usb 1-6.2.3: Device not responding to setup address.
[ 5.009145] usb 1-6.2.3: Device not responding to setup address.
[ 5.216738] usb 1-6.2.3: device not accepting address 9, error -71
[ 5.296867] usb 1-6.2.3: new full-speed USB device number 10 using xhci_hcd
[ 5.297246] usb 1-6.2.3: Device not responding to setup address.
[ 5.505178] usb 1-6.2.3: Device not responding to setup address.
[ 5.712863] usb 1-6.2.3: device not accepting address 10, error -71
[ 5.713253] usb 1-6.2-port3: unable to enumerate USB device
|
Code: | # ls -l /sys/bus/usb/devices/
total 0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-0:1.0 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-2 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-2
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-2:1.0 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-2:1.2 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.1 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.2 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.2.1 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.2.1:1.0 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.2.1:1.1 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.1
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.2.1:1.2 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.2
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.2.1:1.3 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.3
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6.2:1.0 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 1-6:1.0 -> ../../../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 2-0:1.0 -> ../../../devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 2-9 -> ../../../devices/pci0000:00/0000:00:14.0/usb2/2-9
lrwxrwxrwx 1 root root 0 Nov 7 11:02 2-9:1.0 -> ../../../devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.0
lrwxrwxrwx 1 root root 0 Nov 7 11:02 usb1 -> ../../../devices/pci0000:00/0000:00:14.0/usb1
lrwxrwxrwx 1 root root 0 Nov 7 11:02 usb2 -> ../../../devices/pci0000:00/0000:00:14.0/usb2
|
this is the list of the hidraw* after boot (this is how it was, though now it's 0-4 instead of 0 and 2-5):
Code: | # ls -l /dev/hidraw*
crw------- 1 root root 246, 0 Nov 6 23:33 /dev/hidraw0
crw------- 1 root root 246, 1 Nov 7 10:40 /dev/hidraw2
crw------- 1 root root 246, 2 Nov 7 10:40 /dev/hidraw3
crw------- 1 root root 246, 3 Nov 7 10:40 /dev/hidraw4
crw------- 1 root root 246, 4 Nov 7 10:40 /dev/hidraw5
|
this is from kernel config:
Code: | # grep -E "(SERIAL|HID)" .config
# CONFIG_SERIAL_8250 is not set
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
# CONFIG_SERIAL_UARTLITE is not set
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_LANTIQ is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_SPRD is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y
# Special HID drivers
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
# CONFIG_HID_BETOP_FF is not set
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_MACALLY is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CREATIVE_SB0540 is not set
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_EVISION is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_FT260 is not set
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_GLORIOUS is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GOOGLE_STADIA_FF is not set
# CONFIG_HID_VIVALDI is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_VIEWSONIC is not set
# CONFIG_HID_VRC2 is not set
# CONFIG_HID_XIAOMI is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_ITE is not set
# CONFIG_HID_JABRA is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LETSKETCH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MALTRON is not set
# CONFIG_HID_MAYFLASH is not set
# CONFIG_HID_MEGAWORLD_FF is not set
# CONFIG_HID_REDRAGON is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTI is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PXRC is not set
# CONFIG_HID_RAZER is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SEMITEK is not set
# CONFIG_HID_SIGMAMICRO is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEAM is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_TOPRE is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
# CONFIG_HID_MCP2221 is not set
# end of Special HID drivers
# HID-BPF support
# end of HID-BPF support
# USB HID support
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
CONFIG_USB_HIDDEV=y
# end of USB HID support
CONFIG_I2C_HID=y
# CONFIG_I2C_HID_ACPI is not set
# CONFIG_I2C_HID_OF is not set
# Intel ISH HID support
# CONFIG_INTEL_ISH_HID is not set
# end of Intel ISH HID support
# AMD SFH HID Support
# CONFIG_AMD_SFH_HID is not set
# end of AMD SFH HID Support
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_SIMPLE is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
CONFIG_USB_SERIAL_CH341=y
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
CONFIG_USB_SERIAL_CYPRESS_M8=y
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_F8153X is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MXUPORT is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_XSENS_MT is not set
# CONFIG_USB_SERIAL_WISHBONE is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_UPD78F0730 is not set
# CONFIG_USB_SERIAL_XR is not set
# CONFIG_USB_SERIAL_DEBUG is not set
# HID Sensor RTC drivers
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
# CONFIG_INTEL_HID_EVENT is not set
# CONFIG_SERIAL_MULTI_INSTANTIATE is not set
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
i checked nut but they don't list this ups as supported. i have viewpower from fsp installed but for the reasons above it cannot detect the ups. _________________ Gentoo Java Team
Gentoo ProAudio Team
Gentoo Sound Team |
|
Back to top |
|
|
|