LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-21-2021, 12:23 AM   #1
abejarano
Member
 
Registered: May 2006
Distribution: Kubuntu
Posts: 96

Rep: Reputation: 15
Wireless keyboard has no response in Ubuntu


My Artech HW086 has no response when connected in Ubuntu 20.04. Here is the lusb output
lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 03f0:e92a HP, Inc HP LaserJet Pro M118-M119
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 004: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 002: ID 0781:5595 SanDisk Corp. Ultra USB 3.0
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Artech has not responded to my question of its function with Linux. Is it possible to configure my system to get it to work? I am not a programmer but am functional with the terminal and configuration files.
 
Old 03-21-2021, 03:04 AM   #2
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,156
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
you write "Wireless Keyboard" but we dont see any usb bluetooth in the lsusb.
https://www.amazon.com/Arteck-Wirele.../dp/B073TSKFRX
Is your bluetooth usb emitter/recepter screwed up or not recognized by the kernel?
1. boot without the usb connected
2. connect the usb in the pc
3. post here the "dmesg" output showing the events after plugging the usb

or simply the usb2.0 nano emitter/receiver dont like the usb3.0 ? you have 2 of them "1d6b:0003 Linux Foundation 3.0 root hub"

Last edited by floppy_stuttgart; 03-21-2021 at 03:09 AM.
 
Old 03-22-2021, 02:00 PM   #3
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Quote:
I am not a programmer but am functional with the terminal and configuration files.
As mentioned by floppy_stuttgart, knowing what chip the USB dongle has is required information. Best to get it's Vendor/Product ID (xxxx:zzzz). This can be obtained by unplugging the dongle, open the terminal and run the command in red below, there will be 10 or so lines of output then the cursor will wait for an event. Now plug in the dongle and something should show up including the Vendor/Product ID. Hit Ctrl+C after you get the output you need. I include an example:
Code:
jo@willy ~ $ journalctl -f
-- Journal begins at Sun 2021-03-07 14:37:20 -00. --
Mar 22 12:50:28 willy systemd[1]: Starting Cleanup of Temporary Directories...
Mar 22 12:50:28 willy systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Mar 22 12:50:28 willy systemd[1]: Finished Cleanup of Temporary Directories.
Mar 22 12:52:43 willy wpa_supplicant[595]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-49 noise=-105 txrate=144400
Mar 22 12:57:02 willy systemd[602]: Started Konsole - Terminal.
Mar 22 12:57:02 willy systemd[602]: Started Konsole - Terminal.
Mar 22 12:57:02 willy kwin_x11[662]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 14907, resource id: 33554560, major code: 18 (ChangeProperty), minor code: 0
Mar 22 12:57:05 willy kwin_x11[662]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15873, resource id: 67108885, major code: 18 (ChangeProperty), minor code: 0
Mar 22 12:57:05 willy systemd[602]: app-org.kde.konsole-610ca6db535b4592b87eefc854e86824.scope: Succeeded.
Mar 22 12:57:05 willy kwin_x11[662]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15889, resource id: 33554561, major code: 18 (ChangeProperty), minor code: 0
Mar 22 12:57:27 willy kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
Mar 22 12:57:27 willy kernel: usb 1-4: New USB device found, idVendor=0b05, idProduct=17d1, bcdDevice= 1.00
Mar 22 12:57:27 willy kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 22 12:57:27 willy kernel: usb 1-4: Product: WiFi
Mar 22 12:57:27 willy kernel: usb 1-4: Manufacturer: MediaTek
Mar 22 12:57:27 willy kernel: usb 1-4: SerialNumber: 1.0
Mar 22 12:57:27 willy upowerd[731]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-
 
Old 03-22-2021, 02:15 PM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,669

Rep: Reputation: Disabled
All USB devices show up in lsusb, regardless whether kernel has driver for it or not. In this case it is not listed, thus it has some hardware issue. Will it work in some other port, in some other computer?
 
Old 03-22-2021, 03:06 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
Does the keyboard work in bios?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Ubuntu logon no response to mouse clicks or keyboard tomas8 Linux - Newbie 2 09-19-2011 10:37 AM
ubuntu 11.04/windows xp s3. At boot up, no response to keyboard moorea21 Linux - Newbie 5 07-27-2011 08:08 PM
Apache response "HTTP request sent; waiting for response" too long ALInux Linux - Server 1 07-19-2011 06:45 PM
LXer: A Response to HIMSS "Call to Action" on the American Recovery and Response Act LXer Syndicated Linux News 0 02-13-2009 01:40 AM
No DHCP response on Ubuntu 7.10 using WEP wireless philip_bretton Linux - Wireless Networking 2 01-30-2008 04:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration