Hello,
I don't have Ubuntu here, but, decided to test on Debian Testing
(after upgrade).
lib rtlsdr recompiled after upgrade.
$ cat /etc/debian_version
wheezy/sid
$ uname -a
Linux desknote-a929 3.2.0-3-686-pae #1 SMP Thu Jun 28 08:56:46 UTC
2012 i686 GNU/Linux
$ dpkg -l libusb*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii libusb-0.1-4:i 2:0.1.12-20 userspace USB programming library
ii libusb-1.0-0:i 2:1.0.11-1 userspace USB programming library
ii libusb-1.0-0-d 2:1.0.11-1 userspace USB programming library developmen
ii libusb-dev 2:0.1.12-20 userspace USB programming library developmen
ii libusbmuxd1 1.0.7-2 USB multiplexor daemon for iPhone and iPod T
$ lspci -nnk | grep -i usb -A 2
00:08.0 USB controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI
USB 1.1 Controller [1106:3038] (rev 50)
Subsystem: Elitegroup Computer Systems Device [1019:0f09]
Kernel driver in use: uhci_hcd
00:08.1 USB controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI
USB 1.1 Controller [1106:3038] (rev 50)
Subsystem: Elitegroup Computer Systems Device [1019:0f09]
Kernel driver in use: uhci_hcd
00:08.2 USB controller [0c03]: VIA Technologies, Inc. USB 2.0
[1106:3104] (rev 51)
Subsystem: Elitegroup Computer Systems Device [1019:0f09]
Kernel driver in use: ehci_hcd
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:2832 Realtek Semiconductor Corp. RTL2832U DVB-T
$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 6
model name : mobile AMD Athlon(tm) XP 1500+
stepping : 2
cpu MHz : 1327.605
cache size : 256 KB
$ free -m
total used free shared buffers cached
Mem: 494 288 205 0 12 216
-/+ buffers/cache: 58 435
Swap: 556 0 556
$ rtl_test -t
Found 1 device(s):
0: Generic RTL2832U (e.g. hama nano)
Using device 0: Generic RTL2832U (e.g. hama nano)
Found Elonics E4000 tuner
Supported gain values (18): -1.0 1.5 4.0 6.5 9.0 11.5 14.0 16.5 19.0
21.5 24.0 29.0 34.0 42.0 43.0 45.0 47.0 49.0
Benchmarking E4000 PLL...
[E4K] PLL not locked for 51000000 Hz!
[E4K] PLL not locked for
2188000000 Hz!
[E4K] PLL not locked for 1094000000 Hz!
[E4K] PLL not locked for 1255000000 Hz!
E4K range: 52 to 2187 MHz
E4K L-band gap: 1094 to 1255 MHz
$ time rtl_test
Found 1 device(s):
0: Generic RTL2832U (e.g. hama nano)
Using device 0: Generic RTL2832U (e.g. hama nano)
Found Elonics E4000 tuner
Supported gain values (18): -1.0 1.5 4.0 6.5 9.0 11.5 14.0 16.5 19.0
21.5 24.0 29.0 34.0 42.0 43.0 45.0 47.0 49.0
Reading samples in async mode...
^CSignal caught, exiting!
User cancel, exiting...
real 3m54.475s
user 0m4.736s
sys 0m4.252s
No erros.
rtlsdr lib is not original. With Leif Asbrink (Linrad) patch.
Test is done on old machine, cpu don have power to demodulate WFM.
Cheers,
Paulino