Linux-Hardware Digest #300, Volume #10 Sat, 22 May 99 14:13:28 EDT
Contents:
Re: Modemcard under Linux/KDE (Fahd Khan)
RE: wintv - bttv (Robert Young)
Re: Can't communicate through 2nd NIC ("Steve Snyder")
RE: what is a voice/fax modem exactly? (Robert Young)
AXEL SN2000 network adapter. Is it compatible? ("Svante B�rjesson")
Re: Can't communicate through 2nd NIC ("Steve Snyder")
Re: Promote Site to over 1500 Search Engines and Directories 93924 (John Oliver)
RE: Dual Celerons from ComputerNerds (Robert Young)
Re: accurate timer - HELP! ("Stephen Pelc")
Re: Can't communicate through 2nd NIC ("Tony")
D-link DE220 + SuSE 6.1 ("Pavel Pelc")
Re: Can't communicate through 2nd NIC ("Tony")
Re: AMD K6-2 Problems ("Richard F. Jr.")
=?iso-8859-1?Q?Re:_However_my_ATI_RAGE_128_AGP_8MB_doesn=B4t_work?= ("rvm")
Re: hp dat drive c1599a dds-2 scsi ("Richard F. Jr.")
Mitsubishi Monitor, Aztechca modem .. ("rush")
Re: Can't communicate through 2nd NIC ("Steve Snyder")
----------------------------------------------------------------------------
From: Fahd Khan <[EMAIL PROTECTED]>
Crossposted-To:
alt.uu.comp.os.linux.questions,comp.os.linux.networking,comp.os.linux.setup
Subject: Re: Modemcard under Linux/KDE
Date: Sat, 22 May 1999 15:57:29 GMT
Actually, ISA card modems are usually not winmodems (you prolly have just a
10% chance of having a software modem). Try looking into the redhat package
"isapnptools" that will help you set up any plug and play settings for the
card.
Florian Thiel wrote:
> Thanx for answers. But I don't found any link for "only windows".
> Ok, I test an old 33.6 external modem.
>
> >>Does the box which the modem come in, say "only works with Windows" ?
> >>Sounds like you could have a Winmodem.
> >>
> >>Florian Thiel wrote:
> >>> I'm new at linux. Its very good, but I've problem with my modem card.
> >>> It's an ISA-Card under Win98 at COM2:. Only Linux want detect it.
> >>
------------------------------
From: Robert Young <[EMAIL PROTECTED]>
Subject: RE: wintv - bttv
Date: Sat, 22 May 1999 16:05:18 GMT
>From your posting, it looks like you don't have the Motif library installed.
Currently, Motif library is not a free package. If you bought RedHat 6.0
with
Motif 2.1, then go ahead and install the Motif library. Otherwise, goto
http://www.lesstif.org or ftp.hungry.com. Download the lesstif, a 1.2 Motif
clone, and install it on your harddrive.
I am very interested to know if you have managed to get the bttv software to
run on your system. Let me know if this solves your problem.
>===== Original Message From [EMAIL PROTECTED] =====
>Poltsi,
> I'm hoping you can help.
>I recently bought a Hauppauge with bt878,
>rebuilt the kernel, installed bttv.
>Everything looks good, except that one of
>the last steps in the manual says to cd to
>the apps/XTV dir and do a 'make' to build the
>apps. However, I'm getting this error...
>and being rather new to Linux, not sure
>where to look for the answer.
>
>-------------
>c++ -O2 -fno-strength-reduce
>-I/usr/X11R6/include -Dlinux -D__i386__
>-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
>-D_XOPEN_SOURCE=500L -D_BSD_SOURCE
>-D_SVID_SOURCE -c xtvscreen.cc -o
>xtvscreen.o
>In file included from xtvscreen.cc:21:
>xtvscreen.h:33: Xm/Xm.h: No such file or directory
>xtvscreen.h:34: Xm/List.h: No such file or
>directory
>xtvscreen.h:35: Xm/TextF.h: No such file or
>directory
>xtvscreen.h:36: Xm/RowColumn.h: No such file or
>directory
>xtvscreen.h:37: Xm/MainW.h: No such file or
>directory
>xtvscreen.h:40: Xm/Frame.h: No such file or
>directory
>....
>xtvscreen.h:41: Xm/PushB.h: No such file or In
>file included from xtvscreen.cc:24:
>callbacks.h:25: Xm/Xm.h: No such file or directory
>In file included from allwidgets.h:28,
> from xtvscreen.cc:25:
>globals.h:28: Xm/Xm.h: No such file or directory
>In file included from xtvscreen.cc:28:
>snap.h:38: Xm/Xm.h: No such file or directory
>make: *** [xtvscreen.o] Error 1
>
>------------------------------------
>
>I'm not sure what package this Xm directory
>is included in. I am using Red Hat 6.0
>and have installed every package that looks
>like it might come close, and many more
>that have turned out to not help.
>
>thanks in advance!
>
>David
>
>
>
>
>
>In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] wrote:
>>
>
>> Basically I did it followingly (with
>2.2.7-kernel and bttv-0.6.4,
>> Hauppauge WinTV PCI w/o radio bt878):
>
>
>--== Sent via Deja.com http://www.deja.com/ ==--
>---Share what you know. Learn what you don't.---
--
Robert Young,
[EMAIL PROTECTED]
------------------------------
From: "Steve Snyder" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.networking
Subject: Re: Can't communicate through 2nd NIC
Date: Sat, 22 May 1999 10:58:53 -0400 (EST)
Reply-To: "Steve Snyder" <[EMAIL PROTECTED]>
On Fri, 21 May 1999 23:53:51 -0700, Harley Waagmeester wrote:
>Steve Snyder wrote:
[snip]
>IPADDR="24.4.162.173" <-------
>
>You have assigned your internet /cable modem address to your eth1 network card,
>that won't work.
>Give your eth1 card a local ip like you have for the eth0 card.
>I'll give a tough sketch of what needs to happen:
>if you give eth1 an ip address of 192.168.0.13,
>Then you need :
>route add 24.4.162.173 gw 192.168.0.13
>route add default gw 24.4.162.173
>
>I'm probably wrong about the syntax
>Just give the eth1 a local ip address and leave the gateway address as
>24.4.162.173,
>and maybe the startup scripts will set the default route up correctly
>
>I hope someone explains this better, or gives the right numbers to plug into the
>config files :))
>
>The point is that you want a local ip for the eth1 interface card and use that as
>the gateway out
>of the machine, and the default route is a "logical route" that flows through the
>hardware route.
>
>The 24.4.162.173 is the address of the cable modem device
I followed your advice about, but I'm still seeing the same ping/telnet
behavior. This is my updated config:
# cat /etc/sysconfig/network
========================
NETWORKING=yes
FORWARD_IPV4=yes
HOSTNAME="corona.snydernet.lan"
DOMAINNAME=snydernet.lan
GATEWAY=24.4.162.173
GATEWAYDEV=eth1
# /sbin/ifconfig -a
================
eth0 Link encap:Ethernet HWaddr 00:10:4B:9A:82:E5
inet addr:192.168.0.12 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:531 errors:0 dropped:0 overruns:0 frame:0
TX packets:357 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0xe400
eth1 Link encap:Ethernet HWaddr 00:60:97:C8:01:C8
inet addr:192.168.0.18 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:354 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:10 Base address:0xe800
# netstat -nr
===========
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.12 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
24.4.162.173 192.168.0.18 255.255.255.255 UGH 0 0 0 eth1
192.168.0.18 0.0.0.0 255.255.255.255 UH 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 24.4.162.173 0.0.0.0 UG 0 0 0 eth1
As before, the attempt to ping @Home's DNS (IP = 24.4.162.33) just hangs.
Attempting to telnet to the same IP address still gets me this message:
"Unable to connect to remote host: No route to host"
Does the config info above look ok?
***** Steve Snyder *****
------------------------------
From: Robert Young <[EMAIL PROTECTED]>
Subject: RE: what is a voice/fax modem exactly?
Date: Sat, 22 May 1999 16:08:57 GMT
Please kindly keep me posted when you received any response. I am also
interested int he subject and as confused as you are.
Thank.
--
Robert Young
[EMAIL PROTECTED]
>===== Original Message From [EMAIL PROTECTED] (Walter Tautz) =====
>My apologies for asking this here, but I couldn't find
>an explanation in the current howto on modems (the author
>says it will appear in the next version). Is it correct
>to assume that a voice modem allows one to use the phone
>for ordinary phone calls while remaining connected? Similarly
>for fax?? Anyone have experience using this type of modem under
>
>
>--
>
>
>===============================================
>
>Walter Tautz
>Office: MC5136A, x6895
>Department of Combinatorics & Optimization
>Faculty of Mathematics
>University of Waterloo
>Waterloo, Ontario, Canada N2L 3G1
--
Robert Young,
[EMAIL PROTECTED]
------------------------------
From: "Svante B�rjesson" <[EMAIL PROTECTED]>
Subject: AXEL SN2000 network adapter. Is it compatible?
Date: Sat, 22 May 1999 16:23:54 +0200
I posted earlier about a network adapter. I got the product and the producer
wrong, however.
So my question is. Can I get the ISA SN2000 card to work in a Linux
<-->Win98 setup? Has anybody done it? Could anyone point me in the right
direction.
Thanks,
- Svante
------------------------------
From: "Steve Snyder" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.networking
Subject: Re: Can't communicate through 2nd NIC
Date: Sat, 22 May 1999 11:05:12 -0400 (EST)
Reply-To: "Steve Snyder" <[EMAIL PROTECTED]>
On Sat, 22 May 1999 09:01:01 -0400, Ken Cormack wrote:
>First, does your cable provider normally use DHCP to set up your IP address? If
>yes, then what you have here is incorrect - Use DHCP rather than hard-coding an
>IP address.
No, they assign a ststic IP address.
>Second, does your cable provider normally require some sort of login
>authentication? (I would be truely STUNNED if they didn't!)
Yes, I have a username and password, but I shouldn't need those just to
ping their nameserver or to establish a telnet connection.
Thanks for the resonse.
***** Steve Snyder *****
------------------------------
From: [EMAIL PROTECTED] (John Oliver)
Crossposted-To: comp.os.linux.networking,comp.os.linux.x
Subject: Re: Promote Site to over 1500 Search Engines and Directories 93924
Date: Sat, 22 May 1999 16:17:26 GMT
On Saturday, 22 May 1999 02:12:13 -0600, [EMAIL PROTECTED]
wrote:
>Promote your website to Over 1300 Search Engines and Directories for
>ONLY 14.95
>
>Don't pass this great deal up!!
>
>http://promotesite.webjump.comN]
Don't let this idiot go... report him to Hotmail, ISPNews and
sbusiness.net.
------------------------------
From: Robert Young <[EMAIL PROTECTED]>
Subject: RE: Dual Celerons from ComputerNerds
Date: Sat, 22 May 1999 16:12:46 GMT
With $3,000, defintely one can get a 500MHz 64-bit Alpha system and run the
AlphaLinux. The question: will the 500MHz 64-bit Alpha system with the
AlphaLinux run faster than a 366MHz dual celerons with i86Linux?
Any comment?
>=3D=3D=3D=3D=3D Original Message From [EMAIL PROTECTED] =3D=3D=3D=3D=3D
>In article <RG103.31173$[EMAIL PROTECTED]>,
> bryan <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>> : So, my boss told me on Friday to go and get myself a new computer and
>> : send him the bill. He said, as long as it came in under $3000, it was
>> : okay by him.
>>
>> sweet ;-)
>>
>> : At first, I was all delirious and sweaty-palmed, figuring this was my
>> : chance to rig together one of those dual-Celeron systems I've been
>> : reading so much about. Not that I *need* two CPU's--it just sounds so
>> : damn cool, I've been itching to try it. Or build some other, monster
>> : 'dream system' of my own design.
>>
>> if he's footing the bill, get a dual pentium 2 at 450mhz ea. no
>> hacking needed and it will perform as well as a dual celeron (why does
>> this sound so funny?) ;-)
>>
>> : My enthusiasm was somewhat abated when I started pricing out individual
>> : components and estimating the amount of *time* involved in setting up a
>> : custom system compared to just plunking down $3000 for a loaded Dell.
>>
>> arg!!! no dell - please.
>>
>> : What I am in fact *supposed* to be doing with this new box is writing a
>> : WinNT GUI for some simulation software, and I need to get started, like,
>> : NOW (which is why I was instructed to go out and buy a new machine).
>> : What if I bought a bunch of parts and it took me 2-3 weeks to get them
>> : all working right? Such a delay would be _EXPENSIVE_.
>>
>> if you buy the right parts, there should be no such delay. the key is
>> choosing parts that are known to work well together. stay with real
>> brands and you should be ok.
>>
>> : It appears I can get (marginally?) more bang for my buck by assembling a
>> : custom system, and be much more certain of being able to run Linux
>> : relatively trouble-free (a *requirement*, AFAIC), but does this really
>> : matter when it's not my dime anyway? If some piece of hardware doesn't
>> : work with Linux as supplied, I can probably just go buy a new one and
>> : *still* come in under $3K. I wonder what others would do in this
>> : situation. Do you take a risk and use the opportunity to build your
>> : dream system, or stick to something less exciting but, perhaps, more
>> : secure?
>>
>> : Any advice, cautionary tales, etc. much appreciated.
>>
>> : Dell Dimension T Series:
>> : Dimension=AE XPS T550, Pentium=AE lll Processor
>> : at 550 MHz
>>
>> get TWO pent 2 or 3 cpus at the same time. they should be the same
>> 'stepping' (hardware version). get retail boxed ones if possible with
>> the same manuf. date and lot # to be sure.
>>
>> : Memory:
>> : 128MB 100MHz SDRAM
>>
>> try to ensure you get ECC ram (error correcting). 2 sticks of 128meg
>> should do you fine.
>>
>> : Keyboard:
>> : Microsoft=AE Natural=AE Keyboard Elite
>> : Monitor:
>> : 19" (18.0" viewable, .26dp) Trinitron=AE
>> : P990 Monitor
>> : Video Card:
>> : 16MB Diamond Viper TNT 3D AGP Graphics Card
>>
>> no - get a matrox card. millennium G200 if possible - its more compatible.
>>
>> : Hard Drive:
>> : NEW 13.6GB Ultra ATA Hard Drive (7200 RPM)
>>
>> bullcrap. do yourself a favor and get a good scsi system:
>>
>> =09ibm (or seagate) 10k rpm drive, 9gig, ultra2 scsi.
>> =09controller could be a tekram dc390u2 (forget the exact model #)
>>
>> : Floppy Drive:
>> : 1.44MB Floppy Drive
>> : Operating System:
>> : Microsoft=AE Windows=AE 98
>>
>> yeah, right - pay a M$ tax why-dont-you ;-)
>>
>> : Mouse:
>> : MS IntelliMouse=AE
>>
>> no! logitech 3 button/wheel mouse (must be RETAIL pack, I'm told).
>>
>> : Modem:
>> : 3Com=AE USRobotics V.90* PCI Telephony WinModem
>> : for Sound
>>
>> the standard (in my mind) is an EXTERNAL us robotics COURIER.
>>
>> : CD-ROM Drive:
>> : 40X Max Variable CD-ROM Drive
>>
>> plextor 40x. scsi and very fast/reliable. also get a plextor writer
>> 8/20 - just for good measure, and have them mounted in an external
>> dual-bay case (better cooling and you can use it on other systems to
>> burn discs).
>>
>> : Sound Card:
>> : Turtle Beach Montego II A3D320V Sound
>> : Card,FactoryInstall
>>
>> I don't do soundcards so I have no idea. you don't really need one
>> for a business system, do you?
>>
>> : Speakers:
>> : Altec Lansing ACS-340 Speakers with Subwoofer
>> : TV TUNER:
>> : STB PCI TV/FM Tuner
>>
>> more flash to make Dell rich. not reasonable for a business system.
>>
>> if you REALLY want a killer system, get hardware raid. a pair of ibm
>> 10k rpm drives and a good pci raid controller (there are a few that
>> work well under linux and NT). pull a spinning drive out of its bay
>> and you still have a working/running system. I run hardware raid at
>> home - its very nice and gives you peace-of-mind. a low-end mylex
>> (dac960-pg) can be gotton for about $600 mailorder.
>>
>> ethernet card should be an Intel pro100 card. is what linux vendors
>> seem to be selling.
>>
>> speaking of such, you may want to just buy it all configured from VA
>> Research or Penguin computing or some other linux system builder.
>>
>> my motherboard rec:
>> =091st choice: asus p2bd
>> =092nd choice: tyan 1832DL
>>
>> --
>> Bryan
>>
>
>
>I just got a dual Celeron setup from ComputerNerds of Florida
>(dudecomputer.com) for $780:
>
>=09Epox KP6-BS board (5 PCI slots, no SCSI; they also sell the
>=09=09 Epox BXB-S board with u2w SCSI)
>=09two Celerons on slockets modified for dual-processor use
>=09two double-fan heatsinks
>=09128 MB of ECC RAM.
>
>What's nice is that it's tested, burned in, and guaranteed to run
>reliably at 450 MHz in the dual configuration. These Nerds also sell a
>complete box for about $3500 with Red Hat Linux and NT installed.
>
>As for hard drives, I've been looking around for what to buy lately, and
>storagereview.com has tested the new 1999 models of 7200 rpm SCSI drives
>from Western Digital, IBM, and Seagate (not yet Quantum). The WD
>Enterprise series comes out on top, and they are available with 2 MB
>cache (standard), or 4 MB in the AV model (for continuous streaming).
>The 10,000 rpm drives are slightly faster, but much hotter (fan
>required) and noisier than the 7200 rpm units.
>
>There have been extensive discussions of multiprocessing on Slashdot.
>Linux makes full use of the second CPU, NT is boosted maybe 25%, and Win
>9x not at all. The multithreaded design of Photoshop, however, is said
>to fully exploit the second CPU.
>
>Dual Celerons are a great bargain. I hope you can take advantage of it.
>
>-- Jon Palmer
>
>
>--=3D=3D Sent via Deja.com http://www.deja.com/ =3D=3D--
>---Share what you know. Learn what you don't.---
--
Robert Young,
[EMAIL PROTECTED]
------------------------------
From: "Stephen Pelc" <[EMAIL PROTECTED]>
Crossposted-To: comp.realtime,comp.os.linux.development.system,comp.hardware
Subject: Re: accurate timer - HELP!
Date: Sat, 22 May 1999 16:44:21 +0100
Dorin-Ioan Marinca <[EMAIL PROTECTED]> wrote in article
<[EMAIL PROTECTED]>...
> How can I count the time (*less than 1us* - even x*10ns) very accurate
> on Linux? I search something not depended on hardware or, if not,
> something Pentium specific.
Pentium processors have an RDTSC instruction (0x0F, 0x31) which
returns a 64 bit CPU cycle value in the EDX:EAX register pair.
This is useful because it counts CPU clocks rather than absolute
time. If you know the clock speed of the processor, the interval
between two readings can easily be converted into time.
--
Stephen Pelc, MicroProcessor Engineering - More real, less time
133 Hill Lane, Shirley, Southampton SO15 5AF, England
tel: +44 1703 631441, fax: +44 1703 339691, net: [EMAIL PROTECTED]
web: http://www.mpeltd.demon.co.uk
------------------------------
From: "Tony" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.networking
Subject: Re: Can't communicate through 2nd NIC
Date: Sun, 23 May 1999 03:15:56 +1000
<snip>
>24.4.162.173 192.168.0.18 255.255.255.255 UGH 0 0 0
eth1
You have a gateway here !!! UGH
>192.168.0.18 0.0.0.0 255.255.255.255 UH 0 0 0
eth1
>192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0
eth0
>192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0
eth1
>127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
>0.0.0.0 24.4.162.173 0.0.0.0 UG 0 0 0
eth1
Also Here !!! UG
???????????
My machine
>24.4.162.173 192.168.0.18 255.255.255.255 UH 0 0 0
eth1
>192.168.0.18 0.0.0.0 255.255.255.255 UH 0 0 0
eth1
>192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0
eth0
>192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0
eth1
>127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
>0.0.0.0 24.4.162.173 0.0.0.0 UG 0 0 0
eth1
using your examples
No G on the first line
Otherwise I think it means you have two default gateways
can't have "TWO" defaults
Tony
------------------------------
From: "Pavel Pelc" <[EMAIL PROTECTED]>
Subject: D-link DE220 + SuSE 6.1
Date: Sat, 22 May 1999 19:15:13 +0200
I have just installed SuSE 6.1, but I can not find any suitable driver
for the ethernet card DE 220.
Any suggestions?
Best regards
Pavel
------------------------------
From: "Tony" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.networking
Subject: Re: Can't communicate through 2nd NIC
Date: Sun, 23 May 1999 03:11:31 +1000
>As before, the attempt to ping @Home's DNS (IP = 24.4.162.33) just hangs.
>Attempting to telnet to the same IP address still gets me this message:
>"Unable to connect to remote host: No route to host"
Can you ping the Cable modem ????
Start at the basics then work your way forward
Ping yourself
ping both lan cards
ping the cable modem
I would also think that you would need to actually Log on with you username
and Password before any routes can be put in place by your provider !!!!
They probably assign the routes for you automatically on login.
Tony
------------------------------
From: "Richard F. Jr." <[EMAIL PROTECTED]>
Subject: Re: AMD K6-2 Problems
Date: Sat, 22 May 1999 13:16:57 -0400
I run an AMD K-6 2 300MHz CPU no trouble at all in Linux :-)
but Linux Will not run right on my PII 400MHz 2 CPU sys :-)
Bart Symons wrote:
> It doesn't work on my PC! I get segment violations (sig 11) all over the place. Only
>disabling the L2 cache has solved the problem (if you can call this a
> solution).
>
> Mark Hahn wrote:
>
> > Linux does _not_ have problems with properly configured K6-2 systems.
------------------------------
From: "rvm" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x,es.comp.os.linux
Subject: =?iso-8859-1?Q?Re:_However_my_ATI_RAGE_128_AGP_8MB_doesn=B4t_work?=
Date: Wed, 19 May 1999 16:37:16 +0200
javierlt escribi� en mensaje <[EMAIL PROTECTED]>...
:[...]
:Fatal sever error:
:xf86OpenConsole: Cannot open /dev/fb0 (operation not supported by
:device)
Instala el fbset.
==================================================================
Ricardo Villalba
[EMAIL PROTECTED]
(cambia noquierobasura por arrakis)
http://members.xoom.com/rvmsoft
http://rvmsoft.findhere.com
Linux registered user 90754
==================================================================
------------------------------
From: "Richard F. Jr." <[EMAIL PROTECTED]>
Subject: Re: hp dat drive c1599a dds-2 scsi
Date: Sat, 22 May 1999 13:20:19 -0400
Manfred Ranger wrote:
> hih - i would like to use a hp dat drive c1599a dds-2 scsi within my
> linux (suse 6.0 - kernel 2.0.36). what do i have to do, to get it
> working ?
>
> thx thorsten a. oeltjen
> [EMAIL PROTECTED]
I to have a SCSI tape drive and would like info...
SuSE 6 - kernel 2.2.9 :-)
--
Registered Linux User # 118173
Can you handle the FREE power of a real OS ?
http://www.suse.com | http://www.linux.org
------------------------------
From: "rush" <[EMAIL PROTECTED]>
Subject: Mitsubishi Monitor, Aztechca modem ..
Date: Sat, 22 May 1999 19:38:35 +0200
Reply-To: "rush" <[EMAIL PROTECTED]>
hi,
does anyone have any experience using an Aztechca 56k6 pci modem under red
hat linux 5.1 ?? i've searched the aztechca site for info, e-mailed the
helpdesk (no replies), tried to contact the helpdesk by phone (no answer)
and finally gave it up ..
i can't get the modem to work properly under red hat 5.1 ..
next problem is a mitsubishi 17" ms-530 apricot monitor .. it works
perfectly fine under windows 9x/nt as so it does in red hat 5.1, was it not
that the bpp value doesn't go any higher than 8 bpp .. strange thing, 'cause
in windows i got it to work at 32 bpp; no problems what so ever ..
i'm a newby when it comes to linux, so any help is greatly appriciated ..
greets ..
------------------------------
From: "Steve Snyder" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.networking
Subject: Re: Can't communicate through 2nd NIC
Date: Sat, 22 May 1999 12:04:14 -0400 (EST)
Reply-To: "Steve Snyder" <[EMAIL PROTECTED]>
On Fri, 21 May 1999 23:53:51 -0700, Harley Waagmeester wrote:
>IPADDR="24.4.162.173" <-------
>
>You have assigned your internet /cable modem address to your eth1 network card,
>that won't work.
>Give your eth1 card a local ip like you have for the eth0 card.
>I'll give a tough sketch of what needs to happen:
>if you give eth1 an ip address of 192.168.0.13,
>Then you need :
>route add 24.4.162.173 gw 192.168.0.13
>route add default gw 24.4.162.173
>
>I'm probably wrong about the syntax
>Just give the eth1 a local ip address and leave the gateway address as
>24.4.162.173,
>and maybe the startup scripts will set the default route up correctly
>
>I hope someone explains this better, or gives the right numbers to plug into the
>config files :))
>
>The point is that you want a local ip for the eth1 interface card and use that as
>the gateway out
>of the machine, and the default route is a "logical route" that flows through the
>hardware route.
>
>The 24.4.162.173 is the address of the cable modem device
More info:
In my last message I wrote that I changed my config as recommended above,
but saw no difference in behavior (ping/telnet still didn't work.) However
there *is* a difference in the output of tcpdump.
Output with previous config:
============================
# /usr/sbin/tcpdump -i eth1
tcpdump: listening on eth1
15:17:58.005410 arp who-has 128.63.2.53 tell ct52636-a
15:17:58.005529 arp who-has 128.9.0.107 tell ct52636-a
15:17:58.008410 arp who-has 198.41.0.4 tell ct52636-a
15:17:58.026120 arp who-has 128.63.2.53 tell 24.4.162.129
15:17:58.035820 arp who-has 128.9.0.107 tell 24.4.162.129
15:17:58.045582 arp who-has 198.41.0.4 tell 24.4.162.129
15:17:59.005240 arp who-has 198.41.0.4 tell ct52636-a
15:17:59.005254 arp who-has 128.9.0.107 tell ct52636-a
15:17:59.005275 arp who-has 128.63.2.53 tell ct52636-a
15:17:59.025473 arp who-has 198.41.0.4 tell 24.4.162.129
15:17:59.036064 arp who-has 128.9.0.107 tell 24.4.162.129
15:17:59.045111 arp who-has 128.63.2.53 tell 24.4.162.129
15:18:00.005232 arp who-has 128.63.2.53 tell ct52636-a
15:18:00.005242 arp who-has 128.9.0.107 tell ct52636-a
15:18:00.005264 arp who-has 198.41.0.4 tell ct52636-a
15:18:00.027275 arp who-has 128.63.2.53 tell 24.4.162.129
15:18:00.038154 arp who-has 128.9.0.107 tell 24.4.162.129
15:18:00.045851 arp who-has 198.41.0.4 tell 24.4.162.129
15:18:02.005334 arp who-has 128.9.0.107 tell ct52636-a
20 packets received by filter
0 packets dropped by kernel
With new configuration:
=======================
# /usr/sbin/tcpdump -i eth1
tcpdump: listening on eth1
11:50:49.001747 arp who-has 24.4.162.173 tell ct52636-a
11:50:50.001746 arp who-has 24.4.162.173 tell ct52636-a
11:50:53.001844 arp who-has 24.4.162.173 tell ct52636-a
11:50:54.001733 arp who-has 24.4.162.173 tell ct52636-a
11:50:55.001739 arp who-has 24.4.162.173 tell ct52636-a
11:50:56.001900 arp who-has 24.4.162.173 tell ct52636-a
11:50:57.001739 arp who-has 24.4.162.173 tell ct52636-a
11:50:58.001734 arp who-has 24.4.162.173 tell ct52636-a
11:50:59.021801 arp who-has 24.4.162.173 tell ct52636-a
11:51:00.021729 arp who-has 24.4.162.173 tell ct52636-a
11:51:01.021733 arp who-has 24.4.162.173 tell ct52636-a
11:51:04.001822 arp who-has 24.4.162.173 tell ct52636-a
11:51:05.001742 arp who-has 24.4.162.173 tell ct52636-a
11:51:06.001733 arp who-has 24.4.162.173 tell ct52636-a
11:51:07.381810 arp who-has 24.4.162.173 tell ct52636-a
11:51:08.381734 arp who-has 24.4.162.173 tell ct52636-a
11:51:09.381737 arp who-has 24.4.162.173 tell ct52636-a
17 packets received by filter
0 packets dropped by kernel
Note that during this output I am not explicly addressing eth1. If may be
just a coincident that the tcpdump has changed, but there you go.
Although there apparently is activity on eth1, the RX seen with ipconfig
are not increment regularly during this activity, though the TX count does
increment. Hmm. This is an example of output:
# /sbin/ipconfig eth1
eth1 Link encap:Ethernet HWaddr 00:60:97:C8:01:C8
inet addr:192.168.0.18 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:44 errors:0 dropped:0 overruns:0 frame:0
TX packets:3014 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:10 Base address:0xe800
Any thoughts?
***** Steve Snyder *****
------------------------------
** 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
******************************