Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Charles Sullivan #1
SCSI module not installed for scanner?
I have an HP-6200C scanner connected to my
Red Hat 9 (i386) system via an Advansys
ABP-960U SCSI card. Although 'dmesg' reports
that the card and scanner are recognized at
boot time, the Advansys module (advansys.o)
is apparently not installed. At least the
utility 'sane-find-scanner' can't find it.
(When I first installed the card, 'kudzu'
popped up and said it was configuring it.)
If I manually run 'insmod advansys', then
'sane-find-scanner' reports TWO scanner
devices, /dev/sg3 and /dev/sgd. (Could they
be synonyms?)
The situation may be complicated by the fact
that this HP model doesn't report itself as
a "Scanner" but as a "Processor" (sane
understands this however).
What do I need to do to make the system install
the module at boot time (and hopefully assign
the device /dev/scanner to it)?
Here's the section of 'dmesg' (I'm also using the
ide-scsi module for two IDE CD-ROMs);
-----------------------------
scsi1 : AdvanSys SCSI 3.3G: PCI Ultra: IO 0x1000-0x100F, IRQ 0x9
Vendor: HP Model: C6270A Rev: 3828
Type: Processor ANSI SCSI revision: 02
scsi : 1 host left.
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
Attached scsi CD-ROM sr1 at scsi0, channel 0, id 2, lun 0
sr0: scsi3-mmc drive: 0x/48x cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12
sr1: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
------------------------------
And here's what 'sane-find-scanner' reports after
manually installing the module:
----------------------
found SCSI processor "HP C6270A 3828" at /dev/sg3
found SCSI processor "HP C6270A 3828" at /dev/sgd
# Your SCSI scanner was detected. It may or may not be supported by SANE. Try
# scanimage -L and read the backend's manpage.
----------------------
(The scanner is in fact supported by sane, and 'xsane'
does work.)
Your advice and assistance will be much appreciated.
Regards,
Charles Sullivan
Charles Sullivan Guest
-
#40530 [NEW]: php cores when pspell module is installed
From: php at nearlyfreespeech dot net Operating system: FreeBSD 6 PHP version: 5.2.1 PHP Bug Type: Reproducible crash Bug... -
Deinstalling perl module installed using CPAN
Hi all, How to deinstall a perl module (bsdpan-MailTools-1.64) that has been installed using CPAN ? I would like to deinstall that module... -
Scsi Scanner Not visible in Photoshop running Panther
Now that I've upgraded to Panther it seems I cannot import scans into Photoshop. I'm running PShop CS on a b/w G3 (350) and a Mustek A3 SP large... -
kmod not loading usb scanner module (scanner.o)
I need to have the kernel automatically load scanner.o whenever I attempt to use my scanner and autoclean (unload) when I'm done. Hotplug does not... -
Any way to backup to a Sony SDK-5200 Tape drive(SCSI) using a Xircom USB-SCSI converter in OSX?
Thanks. I'd like to not have to buy more hardware. I would backup with Retrospect. Jack Stroh -
Robert M. Riches Jr #2
Re: SCSI module not installed for scanner?
In article <pan.2003.07.29.13.51.44.133594@triad.rr.com>,
Charles Sullivan wrote:If this is the first time you've tried to use the scanner> I have an HP-6200C scanner connected to my
> Red Hat 9 (i386) system via an Advansys
> ABP-960U SCSI card. Although 'dmesg' reports
> that the card and scanner are recognized at
> boot time, the Advansys module (advansys.o)
> is apparently not installed. At least the
> utility 'sane-find-scanner' can't find it.
> (When I first installed the card, 'kudzu'
> popped up and said it was configuring it.)
>
> ...
>
> What do I need to do to make the system install
> the module at boot time (and hopefully assign
> the device /dev/scanner to it)?
with Linux, you might need to tweak /etc/sane.d/hp.conf to
get it to work. I don't have RH9, but I have used an HP
6300C with RH 6.1-8.0 using SCSI at first and now using
USB. IIRC, there is a how-to on using HP scanners. A
Google or Redhat search should find it.
If the issue is just installing the module at boot time,
then you can do that via /etc/rc.d/rc.local using a modprobe
or insmod command.
If RH9 still uses the old-style highly-populated /dev
directory, you can simply make a symlink from /dev/scanner
to /dev/sg3 or whatever it is. That's basically what I did
when I used SCSI with my scanner. You might need to check
the symlink every once in a while in case some up2date
package overwrites it.
Good luck.
Robert Riches
[email]spamtrap42@verizon.net[/email]
(Yes, that is one of my email addresses.)
Robert M. Riches Jr Guest
-
Charles Sullivan #3
Re: SCSI module not installed for scanner?
On Tue, 29 Jul 2003 20:38:27 +0200, Silvio Bacchetta wrote:
Why didn't I think of that? :(> Charles Sullivan <cwsulliv@triad.rr.com> ha scritto:>>>
>> If I manually run 'insmod advansys', then
>> 'sane-find-scanner' reports TWO scanner
>> devices, /dev/sg3 and /dev/sgd. (Could they
>> be synonyms?)
> They can be. Try a ls -l command in the /dev directory and see if they
> both are the same character major/minor pair.
Yes, sgd is a symlink to sg3.
Yes, it does. But now I understand what is happening.> The use of letters for generic scsi devices is deprecated, according to
> the kernel documentation. Probably, your distribution uses symlinks to
> maintain compatibility with some software.
>>>> What do I need to do to make the system install
>> the module at boot time (and hopefully assign
>> the device /dev/scanner to it)?
> This depends from the distribution. Debian has an /etc/modules where you
> can list every module to load at boot time. With every distro, you can
> configure modules.conf to load the module when accesing the scanner, but
> I'm not skilled with this.
>
> To make the device, just symlink /dev/scanner to /dev/sg3. After this,
> sane can detect three scanners, maybe.
Thanks for your help.
Regards,
Charles Sullivan
Charles Sullivan Guest
-
Silvio Bacchetta #4
Re: SCSI module not installed for scanner?
Charles Sullivan <cwsulliv@triad.rr.com> ha scritto:
I got stuck with this, too. I think that sane-find-scanner actually>>> To make the device, just symlink /dev/scanner to /dev/sg3. After this,
>> sane can detect three scanners, maybe.
> Yes, it does. But now I understand what is happening.
probes all devices where a scanner can be connected.
Regards.
--
Registered user at [url]http://counter.li.org[/url] # 170453
Jabber JID: [email]silvio@jabber.linux.it[/email]
GnuPG Key fingerprint = 10E0 2B05 0B0A 3525 8760 788B 59B6 C74A 250E 65B6
Silvio Bacchetta Guest



Reply With Quote

