[03:20] vanhoof: hey, I'll catch you monday for a quick chat === BenC_ is now known as BenC [13:16] hi [13:16] do you have all kernel-config files at a browsable url? [13:17] arch and flavours* [13:27] especially I wanted to know CONFIG_ACPI_PROCFS_POWER [13:27] [ 0.720279] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared [13:27] [ 0.732691] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared [13:28] here I am on... upstream Linus tree + acpi-git-pull [13:37] http://nopaste.snit.ch/143018 [13:38] CONFIG_ACPI_PROCFS_POWER feature removal - scheduled for v2.6.39 [13:38] didnt happen? [13:39] grep CONFIG_ACPI_PROCFS /boot/config-3.2.0-25-generic [13:39] # CONFIG_ACPI_PROCFS is not set [13:39] CONFIG_ACPI_PROCFS_POWER=y [13:44] http://nopaste.snit.ch/143019 [13:45] config ACPI_PROCFS_POWER [13:46] This option, together with the proc directories, will be [13:46] deleted in 2.6.39. [13:46] seems not to be happened [18:18] Hello! I'm using a usb-ethernet adapter conected to an externally powered usb hub and a RJ45 cable is connected to the usb-ethernet adapter. When the adapter is connected directly to a USB2/3 port of the laptop, there is no networking interface detected but when its connected to the USB hub, it gets connected directly with name eth1 using driver dm9601. I would like to find why it couldn't work directly without the need of hub... === yofel_ is now known as yofel [18:50] How to find which kernel driver is in use for connected USB hub? [18:51] check dmesg or try lsusb [18:52] lsusb detects it as - Bus 003 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB [18:57] And I cannot find device driver with lsusb -vv [18:58] dmesg doesn't list driver in use, its only giving usb hub detected [19:10] deffrag: There's no separate driver, it's part of the USB core [19:12] mjg59: So its driver=ehci_hcd ? [19:13] it's not seeing an actual usb device so it doesn't have to install any particular driver for it, if I get it right [19:14] deffrag: usbcore.ko, but I think we link it into the kernel [19:14] Ah-ok, kernel module [19:14] Thanks [19:19] Ok, then I'm not able to understand why usb-ethernet adapter isn't working directly and requires a usb-hub to get detected