Hello,
Anyway, the 0489:e04e Foxconn / Hon Hai bluetooth USB device should be driven by the ath3k kernel module:Firmware file are need, so check the system log for missing firmware. The package providing firmware files for the atheros devices is:Hope this helps.
--
note: please, use code tags to include commands and/or their logs in the body of a message.
--
[1] https://codesearch.debian.net/show?file ... c&line=131
[2] https://wireless.docs.kernel.org/en/lat ... ath3k.html
It seems an USB device.hi i am running debian bookworm with kde-full installed... installed a new network card 02:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
which has a bluetooth function as well,
lshw shows it as:lsusb reports the following:Code:
*-usb:0 UNCLAIMED description: Bluetooth wireless interface vendor: Foxconn / Hon Hai physical id: 1 bus info: usb@1:1 version: 0.01 capabilities: bluetooth usb-1.10 configuration: maxpower=100mA speed=12Mbit/s
Code:
Bus 001 Device 002: ID 0489:e04e Foxconn / Hon Hai
It seems a PCI device.lshw also reports the following for the wifi card it's self :Code:
*-network description: Wireless interface product: AR9462 Wireless Network Adapter vendor: Qualcomm Atheros physical id: 0 bus info: pci@0000:02:00.0 logical name: wlp2s0 version: 01 serial: fa:a9:94:b8:3d:2a width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration: broadcast=yes driver=ath9k driverversion=6.1.0-26-amd64 firmware=N/A ip=192.168.1.28 latency=0 link=yes multicast=yes wireless=IEEE 802.11 resources: irq:55 memory:fce00000-fce7ffff memory:fce80000-fce8ffff
Is the device you are trying to configure an USB or PCI device ?my question is, how can i get control of this card, i cannot seem to activate it....and usb settings in kde control panel does not show any bluetooth devices to be enabled....
Anyway, the 0489:e04e Foxconn / Hon Hai bluetooth USB device should be driven by the ath3k kernel module:
- sources / linux / 6.11.2-1 / drivers / bluetooth / ath3k.c:
Code:
[..] /* Atheros AR3012 with sflash firmware*/{ USB_DEVICE(0x0489, 0xe04d) },{ USB_DEVICE(0x0489, 0xe04e) },[..]/* This table is to load patch and sysconfig files * for AR3012 */static const struct usb_device_id ath3k_blist_tbl[] = {/* Atheros AR3012 with sflash firmware*/{ USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },[..]
Code:
su -l -c "modprobe ath3k"lsmod | grep ath3
--
note: please, use code tags to include commands and/or their logs in the body of a message.
--
[1] https://codesearch.debian.net/show?file ... c&line=131
[2] https://wireless.docs.kernel.org/en/lat ... ath3k.html
Statistics: Posted by Aki — 2024-10-13 07:25