Alan,
I found that you finally got the stick working in ubuntu. Congratulations!
I tried the instructions you posted here:
http://www.akbkhome.com/svn/asus_dvb_driver/v4l_notes.txt

First of all, in your instruction, when you say

"copy the files from src into the correct places to make the build
work...", do you mean copy the source code from
http://www.akbkhome.com/svn/asus_dvb_driver/src/ into the respective
folders under v4l-dvb, I created a script to do just that


ROOT=/home/lchan/asus3100
cp dib3000mc.c $ROOT/v4l-dvb/linux/drivers/media/dvb/frontends/dib3000mc.c
cp dib3000mc.h $ROOT/v4l-dvb/linux/drivers/media/dvb/frontends/dib3000mc.h
cp dibusb-common.c $ROOT/v4l-dvb/linux/drivers/media/dvb/dvb-usb/dibusb-common.c
cp dibusb-mc.c $ROOT/v4l-dvb/linux/drivers/media/dvb/dvb-usb/dibusb-mc.c
cp dvb-usb-firmware.c
$ROOT/v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-firmware.c
cp dvb-usb-ids.h $ROOT/v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
cp dvb-usb-remote.c
$ROOT/v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-remote.c
cp dvb-usb-urb.c $ROOT/v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c
cp initfrontend.h $ROOT/v4l-dvb/linux/drivers/media/dvb/frontends/initfrontend.h


but I got an error during compiling.

make[2]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
  CC [M]  /home/lchan/asus3100/v4l-dvb/v4l/a800.o
  CC [M]  /home/lchan/asus3100/v4l-dvb/v4l/af9005-remote.o
  CC [M]  /home/lchan/asus3100/v4l-dvb/v4l/af9005.o
  CC [M]  /home/lchan/asus3100/v4l-dvb/v4l/af9005-fe.o
  CC [M]  /home/lchan/asus3100/v4l-dvb/v4l/af9015.o
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c: In function 'af9015_read_config':
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c:837: error:
'USB_PID_TREKSTOR_DVBT' undeclared (first use in this function)
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c:837: error: (Each undeclared
identifier is reported only once
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c:837: error: for each function it
appears in.)
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c:997: error:
'USB_PID_AVERMEDIA_A850' undeclared (first use in this function)
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c: At top level:
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c:1264: error:
'USB_PID_KWORLD_395U_2' undeclared here (not in a function)
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c:1265: error:
'USB_PID_KWORLD_395U_3' undeclared here (not in a function)
/home/lchan/asus3100/v4l-dvb/v4l/af9015.c:1266:


Anyway to skip those unwanted modules or am I doing something wrong.
here is my output from uname
2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux

hope you can help me out.
thanks much,
Larry


On Tue, Nov 11, 2008 at 1:02 PM, Alan Knowles <a...@akbkhome.com> wrote:

> It appears unlikely that this product will work, ASUS have stopped
> answering any support requests, and the source they did release appears
> to not match the binary eeepc drivers they released. (grepping symbols
> on the binary compared with the released source)
>
> Technically it's a GPL violation, as the binary they released contains
> GPL code.
>
> My suspicion is that they outsourced the driver development, but lost
> the source code. (or the original developer left)
>
> --
> unable to get ASUS My Cinema u3100-mini DMB/TH working in hardy
> https://bugs.launchpad.net/bugs/282028
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “linux” source package in Ubuntu: New
>
> Bug description:
>
>
> hi
> i have a ASUS My Cinema-U3100Mini/DMB-TH, the device id is 0x1721, which is
> different from the value USB_PID_ASUS_U3100 as defined in dvb-usb-ids.h, i
> changed the value, recompile, and install. the stick can now be recognized
> but i received the following error:
>
> [ 5405.409957] usb 5-6: new high speed USB device using ehci_hcd and
> address 14
> [ 5405.542324] usb 5-6: configuration #1 chosen from 1 choice
> [ 5410.538662] dvb-usb: found a 'ASUS My Cinema U3100 Mini DVBT Tuner' in
> cold state, will try to load a firmware
> [ 5410.540180] dvb-usb: downloading firmware from file
> 'dvb-usb-dib0700-1.10.fw'
> [ 5410.540184] dib0700: firmware download failed at 7 with -22
>
> i m using the firmware dvb-usb-dib0700-1.10.fw
>
> asus releases a firmware which could be downloaded here:
> http://dlcdnet.asus.com/pub/ASUS/vga/tvtuner/asus-dmbth-20080528_tar.zip
>
> please help.
>

-- 
unable to get ASUS My Cinema u3100-mini DMB/TH working in hardy
https://bugs.launchpad.net/bugs/282028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to