tv card has white noise sound because module order
Bug #135583 reported by
Pelládi Gábor
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
linux-source-2.6.22 (Baltix) |
Invalid
|
Undecided
|
Unassigned | ||
linux-source-2.6.22 (Ubuntu) |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Binary package hint: linux-source-2.6.22
When i start any tv viewer application (e.g. tvtime), it has only a white noise sound. The 'tuner' kernel module should be loaded before 'bttv'.
Workarund 1:
This has to be repeated after every boot.
sudo rmmod bt878 && sudo rmmod bttv && sudo rmmod tuner && sudo modprobe tuner && sudo modprobe bttv
Workaround 2:
/etc/modprobe.
/etc/modules: add tuner, bttv
Either the module loading order should be forced, or the kernel should be adjusted to work in any order.
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
Thanks for reporting and providing debugging info. Milestoning for beta since this seems like a relatively easy fix.