Search found 13 matches
- Fri Mar 15, 2024 6:46 am
- Forum: Software / Configuration
- Topic: Kaffeine dvb-t scan finds no channels
- Replies: 14
- Views: 445
Re: Kaffeine dvb-t scan finds no channels
WJCE 6353 is a demodulator chip, not a tuner.
looking at another .conf file i found that cx88xx.conf was ignored (confirmed in dmesg after correcting it) because it should be wrote like this:
options cx88xx card=42
so with options before cx88xx.
Anyway dmesg now says that the card is (not ...
- Wed Mar 13, 2024 3:09 am
- Forum: Hardware /Configuration
- Topic: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
- Replies: 11
- Views: 339
Re: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
okay, thanks for helping me.fan_of_LTS wrote: Tue Mar 12, 2024 10:24 am I never had a parallel to USB adapter but it might depend on having a driver available. I'd try to find one to borrow.
I did have a USB to serial adapter and I got lucky. They added the driver to the Linux kernel for that a long time ago.
- Tue Mar 12, 2024 9:57 am
- Forum: Hardware /Configuration
- Topic: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
- Replies: 11
- Views: 339
Re: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
i'm trying all the possible settings but none looks to be doing something. Could a parallel (to printer) to usb (to pc) adapter work?fan_of_LTS wrote: Mon Mar 11, 2024 1:51 pm I think your EPP+ECP should be fine. I seem to recall using that way back when I had a parallel port Iomega zip drive in the '90's.
- Tue Mar 12, 2024 4:38 am
- Forum: Software / Configuration
- Topic: Kaffeine dvb-t scan finds no channels
- Replies: 14
- Views: 445
Re: Kaffeine dvb-t scan finds no channels
- Mon Mar 11, 2024 6:58 am
- Forum: Hardware /Configuration
- Topic: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
- Replies: 11
- Views: 339
Re: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
It's been a long time since I had a working machine with a parallel port but I do recall having to set bidirectional in the BIOS.
Perhaps there is a relevant option in your BIOS that would help.
I'm trying more settings (EPP, ECP, normal), could there be one in the image i can try, which can ...
- Mon Mar 11, 2024 6:52 am
- Forum: Software / Configuration
- Topic: Kaffeine dvb-t scan finds no channels
- Replies: 14
- Views: 445
Re: Kaffeine dvb-t scan finds no channels
The cx88xx driver also can take a parameter for tuner type. The tuner chip is separate from the Conexant cx23883 chip. The problem is that I can't find any info for what tuner chip your card uses.
If you can look at the ICs on your card and find some identification for the tuner chip (common types ...
- Sun Mar 10, 2024 4:55 am
- Forum: Hardware /Configuration
- Topic: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
- Replies: 11
- Views: 339
Re: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
Doesn't use the same driver for USB and parallel as the printer? Since USB is used already by the other "newer" PC which has no parallel port I would have preferred to use it on this PC.dolphin_oracle wrote: Sat Mar 09, 2024 9:28 am I had a mfc9700 and the scanning never worked over parallel. But I didn’t try very hard.
- Sat Mar 09, 2024 8:27 am
- Forum: Hardware /Configuration
- Topic: Can Brother MFC-9760 scanner work through parallel port as it does with usb?
- Replies: 11
- Views: 339
Can Brother MFC-9760 scanner work through parallel port as it does with usb?
Hello. Using MX Linux Fluxbox 23.2 x64. The scanner of the all-in-one printer connected to the parallel port doesn't get seen from the system. Printing works correctly instead. Through usb both functions correctly.
I've installed the scanner driver deb package from the brother site and then tried ...
I've installed the scanner driver deb package from the brother site and then tried ...
- Sat Mar 09, 2024 2:32 am
- Forum: Software / Configuration
- Topic: Kaffeine dvb-t scan finds no channels
- Replies: 14
- Views: 445
Re: Kaffeine dvb-t scan finds no channels
no success, tried more type of scans.timkb4cq wrote: Fri Mar 08, 2024 9:11 am In that case, make that file in /etc/modprobe.d then reboot.
- Fri Mar 08, 2024 5:04 am
- Forum: Software / Configuration
- Topic: Kaffeine dvb-t scan finds no channels
- Replies: 14
- Views: 445
Re: Kaffeine dvb-t scan finds no channels
lspci shows this card has a Conexant CX23880 DVB chipset.
At LinuxTV.org I see only one pci Zarlink card with that chipset family.
That entry indicates this option is needed cx88xx option card=42
So I would try: sudo rmmod cx88xx
sudo modprobe cx88xx card=42 and then open Kaffeine and try ...