Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 163610

Summary: media-tv/wis-go7007 does not supply working udev-rules for fxload
Product: Gentoo Linux Reporter: Matthias Schwarzott <zzam>
Component: New packagesAssignee: Steve Dibb (RETIRED) <beandog>
Status: RESOLVED FIXED    
Severity: normal CC: udev-bugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 145809    

Description Matthias Schwarzott gentoo-dev 2007-01-24 15:02:51 UTC
media-tv/wis-go7007 does not supply working udev-rules to call fxload for correct Vendor/Device combinations.

Delivered rules look like this:
ACTION=="add", BUS=="usb", ENV{PRODUCT}=="93b/a002/*", \
  RUN+="@FXLOAD@ -t fx2 -I @FIRMWARE_DIR@/ezusb/hpi_PX-M402U.hex"

It should look like this:
ACTION=="add", BUS=="usb", ATTR{idVendor}=="093b", ATTR{idProduct}=="a002", \
  RUN+="@FXLOAD@ -t fx2 -I @FIRMWARE_DIR@/ezusb/hpi_PX-M402U.hex"

The @...@ sequences seem to be substituted by Makefile.
But as I cannot test it this perhaps needs to be checked for minor errors.
Comment 1 Matthias Schwarzott gentoo-dev 2007-04-26 08:45:43 UTC
Added wis-go7007-0.9.8-r1 to contain the modified rules, but did have no chance to test them.
Comment 2 nickrobbins 2007-05-19 03:55:51 UTC
(In reply to comment #1)
> Added wis-go7007-0.9.8-r1 to contain the modified rules, but did have no chance
> to test them.
> 

They don't work on my system. The old rule work better. I still need to run udevtrigger to recognize the device on boot, but even with that the new rules don't make a device for me.