Bug 154355

Summary: kernel - issues with zd1201 USB driver
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED UPSTREAM QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pfrields, riel, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-11 03:24:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2005-04-10 21:25:45 UTC
Description of problem:

Current rawhide kernels include zd1201 ZyDAS driver for wireless USB
adapters.  I attempted to use it with UR055g adapter from Inexq,
http://www.inexq.com.

The first trouble is that this device with ID 1435:0711 is not on
the list.  After adding it to 'zd1201_table[]' in zd1201.c and recompiling
a driver prints in logs:

usb 1-6: Make sure the hotplug firmware loader is installed.
usb 1-6: Goto http://linux-lc100020.sourceforge.net for more info

The catch is that AFAICT there is no hotplug firmware loader to be
installed but a firmware has to be retrieved and placed in
/lib/firmware and not /etc/firmare like suggested by an tar file
from sourceforge. There is really not much "more info" at the suggested URL.

After that is done I am seeing things of that sort:

usb 1-7: new high speed USB device using ehci_hcd and address 3
zd1201 firmware upload failed: -110
zd1201: probe of 1-7:1.0 failed with error -110

i.e. ETIMEDOUT, and that is about it.  It looks that the first
call to usb_control_msg() in zd1201_fw_upload() is failing.

Even if the above means that for some reasons the driver really does
not work with this particular device a somewhat misleading firmware
information is a wider issue.  I am afraid that I do not have other
devices which could possible use that driver so I do not know if it
works there.

Version-Release number of selected component (if applicable):
kernel-2.6.11-1.1233_FC4

Comment 1 Dave Jones 2005-04-11 03:24:40 UTC
You're going to have more luck getting this working by finding out who the
upstream maintainers are, and working with them.  Fedora will pick up any
changes when that then gets merged to Linus' tree.