Linux-Hardware Digest #613, Volume #14           Thu, 12 Apr 01 14:13:11 EDT

Contents:
  Re: linux installation on acer travelmate 345t (R-R-B)
  Re: SCSI errors, why? (Trevor Jenkins)
  Re: Looking for (Andrey Vlassov)
  Re: Superblock (Andrey Vlassov)
  Re: IDE->SCSI for CDR on offboard IDE controller (Andrey Vlassov)
  Re: CUV4X-D, io-apic problem (VIA chipset) (Andrey Vlassov)
  Re: ** HP Pavilion computers:  modem works? ** (aflinsch)

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

From: R-R-B <[EMAIL PROTECTED]>
Subject: Re: linux installation on acer travelmate 345t
Date: Thu, 12 Apr 2001 17:10:32 GMT

ks wrote:
> 
> is it possible to install linux on that notebook?
> Any reference document in the web?

I installed quasi/successful a travelmate 201T (suse 7.1 kernel
2.4.0-4GB)
but had some problem with lucent modem and ali sound, both should work
with appropriate drivers, but i don't messed around very much with 'em.


-- 
Saluti..Gr"usse..Salutations..Regards..Saludos..  Rag.Roberto Basville
http://basrob.firenze.net/

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

From: Trevor Jenkins <[EMAIL PROTECTED]>
Subject: Re: SCSI errors, why?
Date: Thu, 12 Apr 2001 17:14:06 +0000

Trevor Jenkins wrote:
> 
> [EMAIL PROTECTED] wrote:
> >
> > On Mon, 09 Apr 2001 10:39:07 +0000, Trevor Jenkins
> > <[EMAIL PROTECTED]> wrote:
> >
> > >Since connecting a Jaz and Zip drive on my workstation's SCSI bus I've
> > >been seeing odd behaviour from the (SCSI) CD-ROM. Prior to introducing
> > >these new devices I didn't have a problem using the CD-ROM .
> >
> > Do you have good termination at both ends of the SCSI bus?  ...
> 
> Terminated this problem. :-) You were correct. Bus termination was all
> over the place.

Seems I spoke too soon. Although the SCSI bus is now usable I'm still
seeing errros reported when I try to use some CDs. Similar messages to
those I mentioned before. Although I don't think that the bus length is
too great some of the cables are long. 

>From what I can see the Jaz and Zip drives are unaffected by these
problems.

Regards, Trevor

British Sign Language is not inarticulate handwaving; it's a living
language.
Support the campaign for formal recognition by the British government
now!

-- 

<>< Re: deemed!

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

From: Andrey Vlassov <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: alt.comp.hardware
Subject: Re: Looking for
Date: Thu, 12 Apr 2001 17:20:47 GMT

Hi Chris,

not too much help but try contact next guy he had some experience with
this Tape Library

Garry D. Robbins             

================================================================================
From: [EMAIL PROTECTED] (David x76353/RDCS/8-23-KP)

I have been using the Networker product from Legato for about 3 years
now.
It is in use on several of our servers. We backup over 250 workstations
nightly
to two SPARC20's each connected to a EXA-BYTE EXB480 jukebox.  We also
have several DLT-4000 jukeboxes running on other servers.

On one of the DLT-4000 servers we backup over 40Gbytes to two DLT's in
about
4-5hr. Using only 1 tape in each jukebox.


I have not had much success using the Soltice Backup product that SUN
bundles
with the SOlaris nowdays. It is not configurable enough to allow for use
on
more than a single NFS server machine, it allows only single client
usage.  

http://www.netsys.com/sunmgr/1996-12/msg00107.html

and check next pdf file - there is some reference for IBM tape library
which emulates EXB480.

http://www.storage.ibm.com/hardsoft/tape/pubs/7334sog.pdf

Andrey

Chris Johnson wrote:
> 
>      Hi,
> 
>      We've inheritted an EXB480 tape library.  That's the good news.
> The bad news is we have no operations manual for it and don't know
> how to work the console keypad.  We're using software called mover
> to move tapes around.  It works fine on other libraries but on the
> EXB480 it tries to do an inventory search each time we ask for a move.
> Obviously we'de like to turn this behavior off.
> 
>      Where to find an operations manual or a PDF or an ASCII version
> or just plain HELP from someone who has one would really be
> appreciated.
> 
>      Thanks.
> 
> -------------------------------------------------------------------------------
> Chris Johnson               |Internet: [EMAIL PROTECTED]
> Systems Administrator       |Web:      http://www.nmr.mgh.harvard.edu/~johnson
> NMR Center                  |Voice:    617.724.2369
> Mass. General Hospital      |FAX:      617.726.7422
> 149 (2301) 13th Street      |Survival, all by it self, isn't worth it.
> Charlestown, MA., 02129 USA |                 Me
> -------------------------------------------------------------------------------

--

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

From: Andrey Vlassov <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Superblock
Date: Thu, 12 Apr 2001 17:27:27 GMT

Hi Aalderd,

when you create filesystem in the HDD it will write many superblocks.
But during boot process system try to read only first super block. To
fix the problem you should run fsck with pointing which super block to
use. Normally next super block goes 32 (or 16) for sure. I do not
remember option for fsck and can not check it at the moment as I am on
Windows. But if my memory serve me well it should be something like

root# fsck -b 32 /dev/hda1

Check How-To and man pages for more help.

Andrey 

Aalderd Bouwman wrote:
> 
> hello all,
> 
> how can I set back a superblock.
> I got a kernel-panic and my harddisk now contains a superblock with invalid
> magic number.
> 
> Can anyone help me??
> 
> Aalderd

--

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

From: Andrey Vlassov <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: IDE->SCSI for CDR on offboard IDE controller
Date: Thu, 12 Apr 2001 17:36:40 GMT

Hi Marc,

it is very unrecommended to put CDRW|CD on IDE ATA100 as it will degrade
performance of your HDD.
If your System has IDE33 put it there and preferable as slave drive. As
all CD writing software expects to work with SCSI device (even on
Windows platform) you should compile ide_scsi module to work with CDRW.
In this case you can configure system such way that your IDE disks will
looks for system as SCSI devices. You should pass some parameter to
kernel so that it was not confuse what drive is SCSI and what drive is
IDE. As I have SCSI CDRW I can not help more and your best chance to
make it working is come through How_TO for cd writing. They describe
setting of the drive in more details. Just check documentation on

http://www.linuxdoc.org

Andrey

Marc Ulrich wrote:
> 
> I have a HP 7200 CDRW on a Promise Ultra 100 PCI IDE controller and am
> using kernel version 2.4.2. I have been following the CD-Writing HOWTO
> to set up my kernel and system to use the CD writer. The HP CDRW is
> found to be hdf when the system boots up. I have the necessary modules
> compiled for the kernel. Then I've taken the "Testing for drivers"
> script from the HOWTO & the result is given below. Apparently there must
> be some funny twist due to the off board controller that is not allowing
> the CD writer to be found as SCSI. I need to help to get past this
> problem. The second issue is apparent below: How do I ensure that
> modules are automatically loaded?
> 
> "Testing for drivers" script output:
> -------------------------
> Ensure the module scsi_mod is loaded automatically next time.
> Using /lib/modules/2.4.2/kernel/drivers/scsi/scsi_mod.o
> Ensure the module sg is loaded automatically next time.
> Using /lib/modules/2.4.2/kernel/drivers/scsi/sg.o
> Ensure the module sr_mod is loaded automatically next time.
> Using /lib/modules/2.4.2/kernel/drivers/scsi/sr_mod.o
> Ensure the module loop is loaded automatically next time.
> Using /lib/modules/2.4.2/kernel/drivers/block/loop.o
> The following is only needed for IDE/ATAPI CD-writers.
> Ensure the module ide-scsi is loaded automatically next time.
> Using /lib/modules/2.4.2/kernel/drivers/scsi/ide-scsi.o
> Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
> Linux sg driver version: 3.1.17
> Using libscg version 'schily-0.1'
> scsibus0:
>  0,0,0   0) 'IOMEGA  ' 'ZIP 250         ' '51.G' Removable Disk
>  0,1,0   1) *
>  0,2,0   2) *
>  0,3,0   3) *
>  0,4,0   4) *
>  0,5,0   5) *
>  0,6,0   6) *
>  0,7,0   7) *
> -------------------------
> 
> Thanks in advance,
> Marc

--

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

From: Andrey Vlassov <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: CUV4X-D, io-apic problem (VIA chipset)
Date: Thu, 12 Apr 2001 17:43:12 GMT

Hi Pietro,

I would suggest to run lspci to check that system can see this boards at
all. If it can see them but can not assign IRQ or i/o ports try to
disable PNP OS in BIOS and sometimes it help to solve a probelems.

Andrey

Pietro wrote:
> 
> Hi everybody,
> I've recently bought a CUV4X-D motherbord equipped with a VIA82C694XDP
> chipset. I have problems with io-apic. In particular I have a RLT network
> adapter and a sound card absolutely not listed in my /proc/interrupts.
> I've tried both 2.4.3 and the last AC path (-ac3).
> The problems is obviously with the io-apic since if I boot the system with
> "noapic" option it doesn't hang, but I'm still unable to address correctly
> my adapter. With 2.4.3-a3 and without kernel option I receive this message:
> "probable hardware bug: clock timer configuration lost - probably a VIA686a
> motherboard." and I can't boot.
> With plain 2.4.3 I can boot but the irq redirection map is still broken.
> I also receive this msg during boot:"unexpected IO-APIC, please mail ..."
> 
> does nobody know if there is a patch for this problem ?
> 
> TIA,
> pietro
> 
> this is my /proc/interrupts
> 
>            CPU0       CPU1
>   0:      28428      77928   IO-APIC-level  timer
>   1:        102        200    IO-APIC-edge  keyboard
>   2:          0          0          XT-PIC  cascade
>   8:          1          0    IO-APIC-edge  rtc
>  12:          6          1    IO-APIC-edge  PS/2 Mouse
>  14:        602        309    IO-APIC-edge  ide0
>  15:          5          1    IO-APIC-edge  ide1
>  18:          0          0   IO-APIC-level  usb-uhci, usb-uhci
> NMI:          0          0
> LOC:       5144       5169
> ERR:          0
> 
> and this is my log booting with plain 2.4.3:
> 
> Linux version 2.4.3 (root@pulp) (gcc version 2.95.3 20010315
> (Debian release)) #1 SMP Thu Apr 12 08:19:28 CEST 2001
> BIOS-provided physical RAM map:
>  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
>  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>  BIOS-e820: 0000000000100000 - 000000001fffc000 (usable)
>  BIOS-e820: 000000001fffc000 - 000000001ffff000 (ACPI data)
>  BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)
>  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
>  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
>  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
> Scan SMP from c0000000 for 1024 bytes.
> Scan SMP from c009fc00 for 1024 bytes.
> Scan SMP from c00f0000 for 65536 bytes.
> found SMP MP-table at 000f5460
> hm, page 000f5000 reserved twice.
> hm, page 000f6000 reserved twice.
> hm, page 000f5000 reserved twice.
> hm, page 000f6000 reserved twice.
> On node 0 totalpages: 131068
> zone(0): 4096 pages.
> zone(1): 126972 pages.
> zone(2): 0 pages.
> Intel MultiProcessor Specification v1.4
>     Virtual Wire compatibility mode.
> OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
> Processor #3 Pentium(tm) Pro APIC version 17
>     Floating point unit present.
>     Machine Exception supported.
>     64 bit compare & exchange supported.
>     Internal APIC present.
>     SEP present.
>     MTRR  present.
>     PGE  present.
>     MCA  present.
>     CMOV  present.
>     PAT  present.
>     PSE  present.
>     MMX  present.
>     FXSR  present.
>     XMM  present.
>     Bootup CPU
> Processor #0 Pentium(tm) Pro APIC version 17
>     Floating point unit present.
>     Machine Exception supported.
>     64 bit compare & exchange supported.
>     Internal APIC present.
>     SEP present.
>     MTRR  present.
>     PGE  present.
>     MCA  present.
>     CMOV  present.
>     PAT  present.
>     PSE  present.
>     MMX  present.
>     FXSR  present.
>     XMM  present.
> Bus #0 is PCI
> Bus #1 is PCI
> Bus #2 is ISA
> I/O APIC #2 Version 17 at 0xFEC00000.
> Int: type 3, pol 0, trig 0, bus 2, IRQ 00, APIC ID 2, APIC INT 00
> Int: type 0, pol 0, trig 0, bus 2, IRQ 01, APIC ID 2, APIC INT 01
> Int: type 0, pol 0, trig 0, bus 2, IRQ 00, APIC ID 2, APIC INT 02
> Int: type 0, pol 0, trig 0, bus 2, IRQ 03, APIC ID 2, APIC INT 03
> Int: type 0, pol 0, trig 0, bus 2, IRQ 04, APIC ID 2, APIC INT 04
> Int: type 0, pol 0, trig 0, bus 2, IRQ 06, APIC ID 2, APIC INT 06
> Int: type 0, pol 0, trig 0, bus 2, IRQ 07, APIC ID 2, APIC INT 07
> Int: type 0, pol 0, trig 0, bus 2, IRQ 08, APIC ID 2, APIC INT 08
> Int: type 0, pol 0, trig 0, bus 2, IRQ 09, APIC ID 2, APIC INT 09
> Int: type 0, pol 0, trig 0, bus 2, IRQ 0c, APIC ID 2, APIC INT 0c
> Int: type 0, pol 0, trig 0, bus 2, IRQ 0e, APIC ID 2, APIC INT 0e
> Int: type 0, pol 0, trig 0, bus 2, IRQ 0f, APIC ID 2, APIC INT 0f
> Int: type 0, pol 3, trig 3, bus 1, IRQ 00, APIC ID 2, APIC INT 10
> Int: type 0, pol 3, trig 3, bus 2, IRQ 00, APIC ID 2, APIC INT 00
> Int: type 0, pol 3, trig 3, bus 0, IRQ 13, APIC ID 2, APIC INT 12
> Lint: type 3, pol 1, trig 1, bus 2, IRQ 00, APIC ID ff, APIC LINT 00
> Lint: type 1, pol 1, trig 1, bus 2, IRQ 00, APIC ID ff, APIC LINT 01
> Processors: 2
> mapped APIC to ffffe000 (fee00000)
> mapped IOAPIC to ffffd000 (fec00000)
> Kernel command line: auto BOOT_IMAGE=243 ro root=306 idebus=66
> ide_setup: idebus=66
> Initializing CPU#0
> Detected 810.023 MHz processor.
> Console: colour VGA+ 80x25
> Calibrating delay loop... 1615.46 BogoMIPS
> Memory: 513040k/524272k available (1134k kernel code, 10844k reserved,
> 431k data, 208k init, 0k highmem)
> Dentry-cache hash table entries: 65536 (order: 7, 524288 bytes)
> Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
> Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
> Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
> CPU: Before vendor init, caps: 0383fbff 00000000 00000000, vendor = 0
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 256K
> Intel machine check architecture supported.
> Intel machine check reporting enabled on CPU#0.
> CPU: After vendor init, caps: 0383fbff 00000000 00000000 00000000
> CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
> CPU: Common caps: 0383fbff 00000000 00000000 00000000
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.37 (20001109) Richard Gooch ([EMAIL PROTECTED])
> mtrr: detected mtrr type: Intel
> CPU: Before vendor init, caps: 0383fbff 00000000 00000000, vendor = 0
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 256K
> Intel machine check reporting enabled on CPU#0.
> CPU: After vendor init, caps: 0383fbff 00000000 00000000 00000000
> CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
> CPU: Common caps: 0383fbff 00000000 00000000 00000000
> CPU0: Intel Pentium III (Coppermine) stepping 06
> per-CPU timeslice cutoff: 731.41 usecs.
> Getting VERSION: 40011
> Getting VERSION: 40011
> Getting ID: 3000000
> Getting ID: c000000
> Getting LVT0: 8700
> Getting LVT1: 400
> enabled ExtINT on CPU#0
> ESR value before enabling vector: 00000000
> ESR value after enabling vector: 00000000
> CPU present map: 9
> Booting processor 1/0 eip 2000
> Setting warm reset code and vector.
> 1.
> 2.
> 3.
> Asserting INIT.
> Waiting for send to finish...
> +Deasserting INIT.
> Waiting for send to finish...
> +#startup loops: 2.
> Sending STARTUP #1.
> After apic_write.
> Initializing CPU#1
> CPU#1 (phys ID: 0) waiting for CALLOUT
> Startup point 1.
> Waiting for send to finish...
> +Sending STARTUP #2.
> After apic_write.
> Startup point 1.
> Waiting for send to finish...
> +After Startup.
> Before Callout 1.
> After Callout 1.
> CALLIN, before setup_local_APIC().
> masked ExtINT on CPU#1
> ESR value before enabling vector: 00000000
> ESR value after enabling vector: 00000000
> Calibrating delay loop... 1618.73 BogoMIPS
> Stack at about c188dfbc
> CPU: Before vendor init, caps: 0383fbff 00000000 00000000, vendor = 0
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 256K
> Intel machine check reporting enabled on CPU#1.
> CPU: After vendor init, caps: 0383fbff 00000000 00000000 00000000
> CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
> CPU: Common caps: 0383fbff 00000000 00000000 00000000
> OK.
> CPU1: Intel Pentium III (Coppermine) stepping 06
> CPU has booted.
> Before bogomips.
> Total of 2 processors activated (3234.20 BogoMIPS).
> Before bogocount - setting activated=1.
> Boot done.
> ENABLING IO-APIC IRQs
> ...changing IO-APIC physical APIC ID to 2 ... ok.
> Synchronizing Arb IDs.
> init IO_APIC IRQs
>  IO-APIC (apicid-pin) 2-5, 2-10, 2-11, 2-13, 2-17, 2-19, 2-20, 2-21,
>  2-22, 2-23 not connected.
> ..TIMER: vector=49 pin1=2 pin2=0
> number of MP IRQ sources: 15.
> number of IO-APIC #2 registers: 24.
> testing the IO APIC.......................
> 
> IO APIC #2......
> .... register #00: 02000000
> .......    : physical APIC id: 02
> .... register #01: 00178011
> .......     : max redirection entries: 0017
> .......     : IO APIC version: 0011
>  WARNING: unexpected IO-APIC, please mail
>           to [EMAIL PROTECTED]
> .... register #02: 00000000
> .......     : arbitration: 00
> .... IRQ redirection table:
>  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
>  00 003 03  0    1    1   1   1    1    1    31
>  01 003 03  0    0    0   0   0    1    1    39
>  02 003 03  0    0    0   0   0    1    1    31
>  03 003 03  0    0    0   0   0    1    1    41
>  04 003 03  0    0    0   0   0    1    1    49
>  05 000 00  1    0    0   0   0    0    0    00
>  06 003 03  0    0    0   0   0    1    1    51
>  07 003 03  0    0    0   0   0    1    1    59
>  08 003 03  0    0    0   0   0    1    1    61
>  09 003 03  0    0    0   0   0    1    1    69
>  0a 000 00  1    0    0   0   0    0    0    00
>  0b 000 00  1    0    0   0   0    0    0    00
>  0c 003 03  0    0    0   0   0    1    1    71
>  0d 000 00  1    0    0   0   0    0    0    00
>  0e 003 03  0    0    0   0   0    1    1    79
>  0f 003 03  0    0    0   0   0    1    1    81
>  10 003 03  1    1    0   1   0    1    1    89
>  11 000 00  1    0    0   0   0    0    0    00
>  12 003 03  1    1    0   1   0    1    1    91
>  13 000 00  1    0    0   0   0    0    0    00
>  14 000 00  1    0    0   0   0    0    0    00
>  15 000 00  1    0    0   0   0    0    0    00
>  16 000 00  1    0    0   0   0    0    0    00
>  17 000 00  1    0    0   0   0    0    0    00
> IRQ to pin mappings:
> IRQ0 -> 0-> 2
> IRQ1 -> 1
> IRQ3 -> 3
> IRQ4 -> 4
> IRQ6 -> 6
> IRQ7 -> 7
> IRQ8 -> 8
> IRQ9 -> 9
> IRQ12 -> 12
> IRQ14 -> 14
> IRQ15 -> 15
> IRQ16 -> 16
> IRQ18 -> 18
> .................................... done.
> calibrating APIC timer ...
> ..... CPU clock speed is 810.0205 MHz.
> ..... host bus clock speed is 135.0033 MHz.
> cpu: 0, clocks: 1350033, slice: 450011
> CPU0<T0:1350032,T1:900016,D:5,S:450011,C:1350033>
> cpu: 1, clocks: 1350033, slice: 450011
> CPU1<T0:1350032,T1:448784,D:1226,S:450011,C:1350033>
> checking TSC synchronization across CPUs: passed.
> Setting commenced=1, go go go
> mtrr: your CPUs had inconsistent fixed MTRR settings
> mtrr: your CPUs had inconsistent variable MTRR settings
> mtrr: probably your BIOS does not setup all CPUs
> PCI: PCI BIOS revision 2.10 entry at 0xf0cc0, last bus=1
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> PCI: Disabled enhanced CPU to PCI posting
> PCI: Disabled enhanced CPU to PCI posting #2
> Unknown bridge resource 0: assuming transparent
> PCI: Using IRQ router VIA [1106/0686] at 00:04.0
> PCI->APIC IRQ transform: (B0,I4,P3) -> 18
> PCI->APIC IRQ transform: (B0,I4,P3) -> 18
> PCI->APIC IRQ transform: (B1,I0,P0) -> 16
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Starting kswapd v1.8
> pty: 256 Unix98 ptys configured
> block: queued sectors max/low 340946kB/209874kB, 1024 slots per queue
> Uniform Multi-Platform E-IDE driver Revision: 6.31
> ide: Assuming 66MHz system bus speed for PIO modes
> VP_IDE: IDE controller on PCI bus 00 dev 21
> VP_IDE: chipset revision 6
> VP_IDE: not 100% native mode: will probe irqs later
> VP_IDE: User given PCI clock speed impossible (66), using 33 MHz instead.
> VP_IDE: Use ide0=ata66 if you want to force UDMA66/UDMA100.
> VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci00:04.1
>     ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:pio
>     ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:pio
> hda: QUANTUM FIREBALLP AS40.0, ATA DISK drive
> hdc: Pioneer DVD-ROM ATAPIModel DVD-106S 010, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: 80315072 sectors (41121 MB) w/1902KiB Cache, CHS=4999/255/63, UDMA(100)
> hdc: ATAPI 40X DVD-ROM drive, 256kB Cache, UDMA(33)
> Uniform CD-ROM driver Revision: 3.12
> Partition check:
>  hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 >
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> Serial driver version 5.05 (2000-12-13) with MANY_PORTS SHARE_IRQ
> SERIAL_PCI enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> ttyS01 at 0x02f8 (irq = 3) is a 16550A
> Linux agpgart interface v0.99 (c) Jeff Hartmann
> agpgart: Maximum main memory to use for agp memory: 439M
> agpgart: Detected Via Apollo Pro chipset
> agpgart: AGP aperture is 256M @ 0xe0000000
> usb.c: registered new driver hub
> uhci.c: USB UHCI at I/O 0xd400, IRQ 18
> uhci.c: detected 2 ports
> usb.c: new USB bus registered, assigned bus number 1
> hub.c: USB hub found
> hub.c: 2 ports detected
> uhci.c: USB UHCI at I/O 0xd000, IRQ 18
> uhci.c: detected 2 ports
> usb.c: new USB bus registered, assigned bus number 2
> hub.c: USB hub found
> hub.c: 2 ports detected
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 4096 buckets, 32Kbytes
> TCP: Hash tables configured (established 32768 bind 32768)
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> VFS: Mounted root (ext2 filesystem) readonly.
> Freeing unused kernel memory: 208k freed
> uhci.c: root-hub INT complete: port1: 48a port2: 48a data: 6
> uhci.c: suspend_hc
> uhci.c: root-hub INT complete: port1: 58a port2: 58a data: 6
> uhci.c: suspend_hc
> uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
> uhci.c: root-hub INT complete: port1: 588 port2: 588 data: 6
> Adding Swap: 249944k swap-space (priority -1)
> Real Time Clock Driver v1.10d
> 
> --
> Undergraduate student of Computer Science - ALMA MATER STUDIORUM Bologna -
> Alias:  [EMAIL PROTECTED]
> pgp key: 1024D/8A091922 2000-10-18 Pietro Abate <[EMAIL PROTECTED]>
> Key fingerprint = 5111 D91B 5E0C 5CE6 FDA3  5EF4 6120 E18E 8A09 1922
> public key avalaible via public key server at wwwkeys.eu.pgp.net

--

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

From: aflinsch <[EMAIL PROTECTED]>
Subject: Re: ** HP Pavilion computers:  modem works? **
Date: Thu, 12 Apr 2001 13:30:28 -0400

Carlos wrote:
> 
> I am thinking of buying an HP Pavilion XE783 computer (dirt cheap:  for
> $400: Cel 700MHz, 64MB, CDRW, modem, sound, integrated video).
> 
> Does anyone know if the included Modem works with Linux?
> 

The one pavilion that I have has a combo winmodem/winsoundcard, the
integrated video did work under linux however (`twas a mach64 server)

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


** 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 by posting to comp.os.linux.hardware.

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