Tuesday, May 7, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 35847  / 1 Year ago, sat, february 25, 2023, 3:21:25
More From » software-installation

 Answers
1

Solution on Ubuntu 13.10 & 14.04



from this source, note that this solution is simpler than on 12.04






1. Download the firmware



$ cd /lib/firmware/
$ sudo wget http://xgazza.altervista.org/Linux/DVB/dvb-usb-af9035-01.fw
$ sudo wget http://xgazza.altervista.org/Linux/DVB/dvb-usb-af9035-02.fw


2. Install the needed application



$ sudo apt-get install git
$ sudo apt-get install libproc-processtable-perl


3. Install the latest v4l-dvb



from the wiki How to Obtain, Build and Install V4L-DVB Device Drivers:



$ git clone --depth=1 git://linuxtv.org/media_build.git
$ cd media_build
$ ./build


4. Reboot



$ sudo reboot


5. Check if device is properly installed



see below


[#32034] Saturday, February 25, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anxietunnel

Total Points: 66
Total Questions: 120
Total Answers: 115

Location: Norway
Member since Sat, Mar 4, 2023
1 Year ago
;