Τον κώδικα τον βάζουμε μέσα σε [cοde]κώδικας[/cοde]. Επιλέγουμε το κείμενο και πατάμε το κουμπάκι .
έγραψε:I can also confirm the DVB-Realtek-RTL2832U wirh lsusb report showing ID od 1d19:1101 as above works fine on both Ubuntu 32 and 64 bit version with all kernels to date, (19 dec 2012), including 3.2.0-35. You just have to change the Makefile to include the appropriate kernel version and then run...
$ make clean $ make $ sudo make install
When that's finished running simply remove the stick from the USB port for a second and then replace it. Then run...
$ dmesg | grep DVB
... to confirm it'w worked properly.
It should respond with
$ dmesg | grep DVB [ 995.360120] DVB: registering new adapter (DK DONGLE) [ 996.201253] DVB: registering adapter 0 frontend 0 (Realtek DVB-T RTL2832)... [ 996.205320] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:02.2/usb1/1-7/input/input4
.. or similar.
This is using the code at...
https://github.com/ambrosa/DVB-Realtek- ... rnel-3.0.0
Just follow the instructions in the README there for downloading and installing.___