Not able to use My usb modem with FC4 and other issues
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Not able to use My usb modem with FC4 and other issues
Ok.. this is the worst case scenario. I am not able to use my usb modem(frontech) with FC4. I bought the modem solely for use with linux as linux does not support Soft modems. Frontech has no linux drivers(even the windows drivers are poorly written). Please help me.
I have a Pinnacle PCTV 50i Tv-tuner card. How do i watch television using it. I'm not sure whether it is detected or not on FC4.
I have an HP psc 1410 all-in-one. When i plug it in, I am told to select a driver. There is no driver for hp psc 1410 in the list. There is a driver for the hp psc 1300 and that's what i've selected but that still doesn't work. I've found the solution to that, but i'm not sure whether it'll work on it or not.
Will my problem be solved if i switch to FC5 or Mandrake Linux 10.1(those are the only distros i have).
I have a Pinnacle PCTV 50i Tv-tuner card. How do i watch television using it. I'm not sure whether it is detected or not on FC4.
You need two values.
A number for the tv card and one for the tuner.
The tuner model is on the PCI card somewhere. (actually in most cases if not all on the tuner, the metal box of your card)
Your tv card is in Documentation/video4linux/CARDLIST.saa7134 kernel source, so I guess you need the saa7134 module:
find out what number is suitable for your tuner from Documentation/video4linux/CARDLIST.tuner in the kernel source and put something like this in /etc/modules.conf:
Code:
alias char-major-89 i2c-dev
options i2c-algo-bit bit_test=1
alias char-major-81 videodev
alias char-major-81-0 saa7133
options saa7133 card=77 tuner=xx
Where xx is the suitable tuner number
*EDIT*
Welcome to LQ Forums
Last edited by perfect_circle; 05-21-2006 at 03:35 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.