Linux-Hardware Digest #181, Volume #11            Sat, 4 Sep 99 21:13:35 EDT

Contents:
  Will a DLink 530 Tx run on linux ("Kishore Kulkarni")
  lp0 will not be detected anymore ([EMAIL PROTECTED])
  Install Cyber CS9100U scsi card? (Cyber)
  Re: Will a DLink 530 Tx run on linux (Hans =?iso-8859-1?Q?J=F8rgensen?=)
  Re: Boot hangs on initializing Sendmail
  Re: Please help! UPS (Chris Mahmood)
  Q&A from this newsgroup ("Tsak Fox")
  Re: Sis 6326 (Ed Wilts)
  Trouble installing sound galaxy card (Mike Bosschaert)
  Re: probs with external modem (Teo The Teo)
  Re: hostname changes when i dialin... (Bob White)
  refresh rates. (Stewart Hector)
  Re: modems?? (Edwin Estrada)
  Mustek scanner & SANE (Dave Anderson)
  Re: refresh rates. (Hans =?iso-8859-1?Q?J=F8rgensen?=)
  Using Multiple Monitors?? (Jason Bond)
  Re: where to find modem compatibility lists? ([EMAIL PROTECTED])
  Mach64 as X server in COL 2.2 ("Morten Kriek")
  Finally Finished - THE BEST Y2K T- SHIRT!  9359 ([EMAIL PROTECTED])
  HELP please-Smart&Friendly vs. Tekram 390 ("Steve")

----------------------------------------------------------------------------

From: "Kishore Kulkarni" <[EMAIL PROTECTED]>
Subject: Will a DLink 530 Tx run on linux
Date: Sat, 4 Sep 1999 15:26:48 -0400

Hi. Got a new computer which has a Dlink 530 Tx 10/100 ethernet NIC. I
checked out their site and it says that 2 flavors of unix are supported ( i
think sco and something else).

Would anyone know if this nic is supported under linux.
 Appreciate all help

Kartik



------------------------------

From: [EMAIL PROTECTED]
Subject: lp0 will not be detected anymore
Date: Sat, 04 Sep 1999 19:23:42 GMT

I recently lost my lp0 pport.  It was working fine then one day it just
stoped being detected on boot.  Reading the printer fax there was
mention that sometimes the bios/PnP settings interfere with detection.
I disabled PnP and still had no detection.  I changed the bios settings
for each irq setting for the pport without luck.

Doing a cat /proc/devices come up empty for any lp device with each
change.

I have not installed any new hardware that could conflict with the
pport.

Under /dev/ lp0 lp1 lp2 are all listed but the computer is just not able
to assign lp to any of these devices anymore.

I'm just not sure where to poke around anymore..

Any help would be apreciated.


Thanks

Dan Harris
[EMAIL PROTECTED]


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: [EMAIL PROTECTED] (Cyber)
Subject: Install Cyber CS9100U scsi card?
Date: Sat, 04 Sep 1999 17:54:10 GMT


It has linux driver without any documentation about installatoin, so I
dont know how to install that driver. But I found linux support a scsi
card whose driver name is same as Cyber CS9100U, it is atp870u (ACARD
scsi)> I execute 'insmod atp870u', then it displays:

===============================================================
aec671x_detect:
   ACARD AEC-671X PCI Ultra/W SCSI-3 Host Adapter: 0    IO:cc00,
IRQ:11.
         ID:  4  TEAC    CD-ROM CD-532S  3.0A
         ID:  6  TEAC    CD-R55S         1.0N
         ID:  7  Host Adapter
scsi0 : ACARD AEC-6710/6712 PCI Ultra/W SCSI-3 Adapter Driver V1.0
scsi : 1 host.
scsi0 channel 0 : resetting for second half of retries.
SCSI bus is being reset for host 0 channel 0.
scsi0 channel 0 : resetting for second half of retries.
SCSI bus is being reset for host 0 channel 0.
  Vendor:           Model:                   Rev:
  Type:   Sequential-Access                  ANSI SCSI revision: 00
Detected scsi tape st0 at scsi0, channel 0, id 6, lun 0
===============================================================

Seems it found my two scsi cd-rom, but i cannot access my cd-rom, for
example:

mount -t iso9660 /dev/scd0 /mnt/cdrom

it says:

mount: the kernel does not recognize /dev/scd7 as a block device
       (maybe   nsmod driver'?)

Did I do comething wrong? Or you know how to install this scsi card?
Thanks in advance.

Distribution: RedHat v6.0


------------------------------

From: [EMAIL PROTECTED] (Hans =?iso-8859-1?Q?J=F8rgensen?=)
Subject: Re: Will a DLink 530 Tx run on linux
Reply-To: [EMAIL PROTECTED]
Date: Sat, 4 Sep 1999 21:32:56 +0200


Kishore Kulkarni wrote:
>Hi. Got a new computer which has a Dlink 530 Tx 10/100 ethernet NIC. I
>checked out their site and it says that 2 flavors of unix are supported ( i
>think sco and something else).

Use the Via-Rhine-driver..
I'm running 2 of those cards in linux.

-- 
Hans J�rgensen - Boris - #Linux.dk & #Danmark on the Undernet
Homepage -> http://boris.n3.net
.Celeron300a@450 - 192meg - G200/Voodoo2 - ViewSonic PT795

------------------------------

From: <[EMAIL PROTECTED]>
Subject: Re: Boot hangs on initializing Sendmail
Date: 4 Sep 1999 07:49:07 GMT

Walter Francis <[EMAIL PROTECTED]> wrote:
> Henrik Carlqvist wrote:
>> 
>> Ian R Cornett wrote:
>> > I was trying to reconfigure my PPP connection and I had to reboot for
>> > one reason or other and whammo  I can't get past it initializing my
>> > Sendmail Service.
[...]
> Sometimes it works fine, sometimes it doesn't..  I have a dynamic IP,
> and a dynamically assigned domain name, but I would like to refer to my
> machine as my domain name, wally.yi.org.  Here is my /etc/hosts, see if
> it's wrong..

> 127.0.0.1       localhost       localhost
> 127.0.0.1       wally.yi.org    wally
> #0.0.0.0                linux.wally.yi.org      linux
> 192.168.0.2     amiga.wally.yi.org      amiga
> 192.168.0.3     linux.wally.yi.org      linux

First thing: Do not assign any other name than "localhost" to the
ip address 127.0.0.1. You should choose an ip address from the
private address pool (like you did for your "amiga" and "linux"
entries).
Next, you should make sure that your routing is set up correctly;
when sendmail is started it tries to determine its hostname, and
if that's impossible it will connect to the DNS found in your
/etc/resolv.conf) to conduct some more inquiries.
So you should have an entry in your hosts-file for every single
ip address used for routing in your /etc/hosts in order to
prevent useless name lookups via your provider; alternatively you
can set up a caching-DNS to get rid of this problem, but a wisely
arranged /etc/hosts is a good start, too.

And there's no need to put addresses like "0.0.0.0" in your
/etc/hosts; if you use a dynamic-ip connection to the 'net
you should take a look at /etc/ppp/options.ppp. Most Linux
distributions enable you to input your provider data via
easy to use graphical interfaces; read your documentation.

Bye,

Bolo
---

------------------------------

From: Chris Mahmood <[EMAIL PROTECTED]>
Subject: Re: Please help! UPS
Date: 03 Sep 1999 18:03:47 -0700

dbp <[EMAIL PROTECTED]> writes:

> May you tell me which UPS is suitable to use with Linux? The UPS How-To
> just
> tell ... tons of hacking ... which I do not understand! Thx!
It's a bit out of date.  Several companies offer Linux support now for 
their UPS's including APC.  
-ckm

------------------------------

From: "Tsak Fox" <[EMAIL PROTECTED]>
Subject: Q&A from this newsgroup
Date: Sun, 5 Sep 1999 00:42:09 +0300

Questions and answer from this newsgroup (archived by subject) can be found
at http://server.hellug.gr/LUGistics/en/pub/QA_articles_main.php3

K.Tsakaloglou

[EMAIL PROTECTED]




------------------------------

From: Ed Wilts <[EMAIL PROTECTED]>
Subject: Re: Sis 6326
Date: Sat, 04 Sep 1999 21:39:25 GMT

This is a multi-part message in MIME format.
==============754231BDD138ECAD8379CF5B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Stephen Murtagh wrote:
> 
> I sorry if someone has asked this before.
> 
> I've just install Red Hat 6 and am having no luck starting X windows.
> 
> I think the problem is my graphics card. It is a sis 6326 8mb AGP. I saw
> this in the section for selecting my chipset but it still doesn't work.

RH 6.0 does include the drivers, but Xconfigurator is busted.  This will
be fixed in the 3.3.5 release.

For now, run Xconfigurator and answer the questions as best as you can. 
Do not have it probe the card for memory, but manually tell it you've
got 8MB.

Then go into /etc/X11/XF86Config and make some manual edits as per my
attached file.  I've cut out just the device section, which is where the
problems are.  Xconfigurator writes out the memory info in the VideoRam
line, but comments it out.  Remove the comment, add the 3 option lines,
and restart X.  You should be up and running in 10 minutes.

Cheers,
        .../Ed
 
> I ran superprobe which said something along this lines of

-- 
Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
==============754231BDD138ECAD8379CF5B
Content-Type: text/plain; charset=us-ascii;
 name="XF86Config-device"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="XF86Config-device"

# Device configured by Xconfigurator:

Section "Device"
    Identifier  "Diamond Speedstar A50"
    VendorName  "Diamond"
    BoardName   "A50"
    VideoRam    8192
    Option "no_bitblt"
    Option "no_imageblt"
    Option "sw_cursor"
    # Option "no_accel" # Use this if acceleration is causing problems
    # Option "fifo_moderate" 
    # Option "fifo_conserv" 
    # Option "fifo_aggresive" 
    # Option "fast_vram"
    # Option "pci_burst_on"
    # Option "xaa_benchmark" # DON'T use with "ext_eng_queue" !!!
    # Option "ext_eng_queue" # Turbo-queue. This can cause drawing 
                             # errors, but gives some accel
    # Insert Clocks lines here if appropriate
EndSection

==============754231BDD138ECAD8379CF5B==


------------------------------

From: Mike Bosschaert <[EMAIL PROTECTED]>
Subject: Trouble installing sound galaxy card
Date: Sat, 04 Sep 1999 22:29:28 +0200

Hi, 
For some time I've been trying to install my Aztech Labs Sound Galaxy
(chip 2316/R) card without success. The card is in the list of supported
cards which comes with the kernel. I did try several options but the
maximun I could get was 'some' sound (only 8bit sound at halve speed)
when compiling it as SB in the kernel. 16Bit .wav files result in loud
noise only. 
My pc has:
Linux Kernel 2.2.7
Basic system: Suse 6.0
Sound and oss compiled in kernel
SB support compiled in kernel
        irq=5, io=220, dma=3&1, MPUio=330, MPUirq=10
These settings are like the windows settings.

Who can help me setting up my card?

Mike


------------------------------

From: Teo The Teo <[EMAIL PROTECTED]>
Subject: Re: probs with external modem
Date: Sat, 04 Sep 1999 15:10:01 -0700

John Thompson wrote:
> 
> Ruairi wrote:
> >
> > Hello,
> >
> > I have one of those Intenral Winmodem which Linux does not recognise.
> >
> > In the meantime I purchased an externa 33.6 Micocom OfficePorte Voice modem
> > on the assumption that external modems are 'real' modems and that it would
> > work.  I think Microcom is owned by Compaq
> >
> > However, I cannot get the system to recognise it.  In minicom I set the
> > modem up and when exiting it says 'initializing modem' and nothing at all,
> > no lights or anything flash on the modem.  When the words initializing modem
> > disappear and the terminal screen appears but when I try and type AT on the
> > keyboard nothing appears on screen.  All I can do is press CTRL A Z for
> > help.    It does'nt matter what com port I place it on.
> >
> > The modem works ok in windows.
> >
> > Any one know if this modem can work with Redhat 5.2?  I think the modem may
> > be plug and play, even if a plug and play modem is external will there still
> > be probs.  Plug and Play is a guess, there's nothing in the modem doc to say
> > plug and play.
> 
> I've never heard of a Plug-and-Pray external modem...
> 
> If it's not a USB external modem it should work with linux.
> Does linux recognize the proper serial port?  Are you
> telling minicom touse the right serial port?
> 
> --
> 
> -John ([EMAIL PROTECTED])








Try do a ># echo ATDT5551234 > /dev/cua*
see if the modem respon :)

------------------------------

From: Bob White <[EMAIL PROTECTED]>
Subject: Re: hostname changes when i dialin...
Date: Sat, 04 Sep 1999 16:29:36 -0600

"J. Blair" wrote:

> how can i stop my hostname from changing when i dial into my server?
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

The default host name is localhost.  I changed my host name to something
else and it seemed to quit getting renamed when I log on to the server.
My guess is that if the server sees 'localhost' it renames it to insure
uniqueness.  I left the alias localhost.localdomain.  Changing that
seemed cause problems with the system.  It was quite some time ago and I
don't remember the details.

Bob White



------------------------------

From: Stewart Hector <[EMAIL PROTECTED]>
Subject: refresh rates.
Date: Sat, 04 Sep 1999 14:41:23 +0000


==============AF91FBAE1B1FE4BD4B229478
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

How do I change the refresh rates within Linux?

thanks.

--
Stewart
ICQ: 5308166
http://freespace.virgin.net/s.hector/index.html

=================================================
The last time I cried, I could see the people
Long ago in the rain
Waiting as the soldiers put them all on a  train
And the hands on the bars, the eyes full of tears
And the word is the same, for a thousand years,
Eli Eli Lama, Oh Lord, you have forsaken me...
=================================================
CdeB - The Last Time I Cried
=================================================



==============AF91FBAE1B1FE4BD4B229478
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
How do I&nbsp;change the refresh rates within Linux?
<p>thanks.
<pre>--
Stewart
ICQ: 5308166
<A 
HREF="http://freespace.virgin.net/s.hector/index.html">http://freespace.virgin.net/s.hector/index.html</A>

=================================================
The last time I cried, I could see the people
Long ago in the rain
Waiting as the soldiers put them all on a&nbsp; train
And the hands on the bars, the eyes full of tears
And the word is the same, for a thousand years,
Eli Eli Lama, Oh Lord, you have forsaken me...
=================================================
CdeB - The Last Time I Cried
=================================================</pre>
&nbsp;</html>

==============AF91FBAE1B1FE4BD4B229478==


------------------------------

Date: Sat, 04 Sep 1999 15:51:52 -0700
From: Edwin Estrada <[EMAIL PROTECTED]>
Subject: Re: modems??

Roger Traywick wrote:

> Hi All,
>
> I'm looking for a good V90 external modem to work with linux.  I used
> several search engines but a lot of the linux hardware links are now
> defunct.
>
> I could sure use some recommendations for a modem with excellent
> price/features combination......
>
> Roger

I'm using one from Actiontec and it works well under REDHAT6.0 modem
model PCI56012-01CW.  It costs around 99.99 and the manual has detailed
set-up instructions for Linux.





------------------------------

From: Dave Anderson <[EMAIL PROTECTED]>
Subject: Mustek scanner & SANE
Date: Sat, 04 Sep 1999 23:12:46 GMT

Hello everybody,

I'm running SUSE 6.1 with the Iomega Zip kernel installed.
I'm trying to get my Mustek 1200SP scanner to work under SANE and am
experiencing the following difficulty:

After installation of SANE the documentation suggests doing a:

scanimage --list-devices

and indicates that the response should be:

device 'mustek:/dev/scanner' is a Mustek 1200SP flatbed scanner
device 'pnm:0' is a Noname PNM file reader virtual device
device 'pnm:1' is a Noname PNM file reader virtual device

I get the pnm:0 and pnm:1 responses, but no reference to /dev/scanner.

I'm using the SCSI adaptor that came with the scanner which may be a
problem, but, as I'm only experimenting with Linux at the moment, I'm
reluctant to buy a better adaptor until I'm sure the scanner will work.
Any advice or assistance will be greatly appreciated. I'm sure that, as
a newbie, I've forgotten to do something or misunderstood somewhere
along the line.

Thanks in advance

Regards

Dave Anderson

Remove the xyz to reply by e-mail.


------------------------------

From: [EMAIL PROTECTED] (Hans =?iso-8859-1?Q?J=F8rgensen?=)
Subject: Re: refresh rates.
Reply-To: [EMAIL PROTECTED]
Date: Sat, 4 Sep 1999 23:47:38 +0300


Stewart Hector wrote:
>How do I change the refresh rates within Linux?
(Please disable HTML in your reader)

Check out http://www.inria.fr/cgi-bin/nph-colas-modelines
To find a CGI-script that'll calc modelines you can put in XF86Config.

-- 
Hans J�rgensen - Boris - #Linux.dk & #Danmark on the Undernet
Homepage -> http://boris.n3.net
..>Powered by Linux 2.2<

------------------------------

From: Jason Bond <[EMAIL PROTECTED]>
Subject: Using Multiple Monitors??
Date: Sat, 04 Sep 1999 17:24:36 -0700

Please forgive me if I ask a stupid question.  I know
XFree86 does not offer multiple monitor support (yet...I
believe 4.0 will), but are there any other comparable
free programs out there that do?  Thanks kindly in advance,

  Jason




------------------------------

From: [EMAIL PROTECTED]
Subject: Re: where to find modem compatibility lists?
Date: Sat, 04 Sep 1999 23:36:52 GMT

never mind - I found the modem compatibility lists - bravo to the
author of this very extensively researched webpage.  In great detail
for model numbers and manufacturers, it shows "WM" for winmodems, and
"OK" for linux-compatible modems.

http://www.o2.net/~gromitkc/19990903a.html

Chip Rose.
[EMAIL PROTECTED]




------------------------------

From: "Morten Kriek" <[EMAIL PROTECTED]>
Subject: Mach64 as X server in COL 2.2
Date: Sun, 5 Sep 1999 01:52:42 +0200

Hi everyone,

eventhough I am a newbie (sorry) I am making rapid progress. However, I am
stuck at the moment because I can't seem to install my Graphics card.
I have an ATI 3D Rage Pro (in the list as ATI Mach64 3D Rage Pro). When I am
in XF86Setup and select this card I get the following message: "Mach64 not
installed as Xserver. Install Mach64 server as /usr/X11R6/bin/XF86_Mach64".
My next step was to try and install the server package. In console I tried
to install this package by using "rpm -i Mach64" and "rpm -i XF86_Mach64"
but without any joy.
In xf86config I can't seem to get things right to get KDE to work. I have a
Philips 107S monitor, Hsync 30-70, Vsync 50-140. I have tried several
options, but KDE will not work!
Does anyone know how I can install Mach64 as my Xserver?

Thanks in advance!
Morten





------------------------------

From: [EMAIL PROTECTED]
Subject: Finally Finished - THE BEST Y2K T- SHIRT!  9359
Date: Sun, 05 Sep 1999 00:13:38 GMT

We finally finished it! The only Y2K T - SHIRT you wont feel like a geek wearing. 
Check  it out at http://www.y2kts.com 
lpjlrebusbryxpsyyktuudbvyusx


------------------------------

From: "Steve" <[EMAIL PROTECTED]>
Subject: HELP please-Smart&Friendly vs. Tekram 390
Date: Sat, 4 Sep 1999 19:25:07 -0400

Hi, thanks for reading this.

I am trying to get a Smart&Friendly going under RH-Linux6.0. I have
downloaded the latest DC390 drivers and recomplied my kernel. Still it seems
to timeout. I have read the README.tmscsim, but after reading that I am more
confused. Can anyone tell me the step by step config for this drive. The S&F
is the only SCSI Drive I have. The error log follows:scsi : 1 host.
Sep  4 14:23:02 localhost kernel: scsi : aborting command due to timeout :
pid 5, scsi0, channel 0, id 5, lun 0 Test Unit Ready 00 00 00 00 00
Sep  4 14:23:02 localhost kernel:   Vendor: SAF       Model: CD-RW226
Rev: 1.12
Sep  4 14:23:02 localhost kernel:   Type:   CD-ROM
ANSI SCSI revision: 02
Sep  4 14:23:02 localhost kernel: Detected scsi CD-ROM sr0 at scsi0, channel
0, id 5, lun 0
Sep  4 14:23:02 localhost kernel: scsi0 channel 0 : resetting for second
half of retries.
Sep  4 14:23:02 localhost kernel: SCSI bus is being reset for host 0 channel
0.
Sep  4 14:23:02 localhost kernel: AM53C974_reset called
Sep  4 14:23:02 localhost kernel: AM53C974 register dump:
Sep  4 14:23:02 localhost kernel: IO base: 0xec00; CTCREG: 0x0000; CMDREG:
0x01; STATREG: 0x10; ISREG: 0xc4
Sep  4 14:23:02 localhost kernel: CFIREG: 0x80; CNTLREG1-4: 0x57; 0x40;
0x18; 0x44
Sep  4 14:23:02 localhost kernel: DMACMD: 0x00; DMASTC: 0x0010; DMASPA:
0x8cc8
Sep  4 14:23:02 localhost kernel: DMAWBC: 0x0000; DMAWAC: 0x8cd8; DMASTATUS:
0x00
Sep  4 14:23:02 localhost
kernel: ---------------------------------------------------------
Sep  4 14:23:02 localhost kernel: scsi0: device driver called scsi_done()
for a syncronous reset.
Sep  4 14:23:02 localhost kernel: sr0: CDROM (ioctl) error, command: Mode
Sense 00 2a 00 80 00
Sep  4 14:23:02 localhost kernel: sr00:00: old sense key None
Sep  4 14:23:02 localhost kernel: Non-extended sense class 0 code 0x0 sr0:
scsi3-mmc drive: 0x/0x caddy
Sep  4 14:23:02 localhost kernel: autodetecting RAID arrays
Sep  4 14:23:02 localhost kernel: autorun ...

Thanks in advance.

Bruced



------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.hardware) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Hardware Digest
******************************

Reply via email to