Linux-Hardware Digest #526, Volume #13 Mon, 4 Sep 00 13:13:09 EDT
Contents:
Re: Promise ATA100 and Linux ("Frederic Vanneste")
first came linux, then came a promise ultra66... ("Karl D. Agee, CIH")
Re: Amptron 599 LMR MB (pc chips) and Linux ??? (Douglas E. Mitton)
Re: Fibre Channel Hardware ([EMAIL PROTECTED])
Modem configuration question... (Sid Daley)
Re: X Windows Can't Support Sony Monitor? ("B. Joshua Rosen")
Re: Can't get Xwindows screen large enough (Cyrill Steiner)
Re: HP 7510e External Parallel Port CD Burner (Cyrill Steiner)
Re: Netgear FA311 ethernet card Not working ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: "Frederic Vanneste" <[EMAIL PROTECTED]>
Subject: Re: Promise ATA100 and Linux
Crossposted-To:
alt.comp.periphs.mainboard.asus,alt.os.linux.slackware,comp.os.linux.setup
Date: Mon, 04 Sep 2000 15:55:45 GMT
In article <8ou8n5$oev$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
(Allen Wong) wrote:
> In alt.os.linux.slackware Christian Lagerberg <[EMAIL PROTECTED]>
> wrote:
>
>> Anyone have a disk image with a working ATA100 driver that i can use to
>> boot and install Slackware on this box ? The promise controller is
>> named PDC20265 on the Asus A7V mainboard.
>
> Go to http://zuul.slackware.com and download the ata66 boot disk (it
> also supports ata100). HTH
>
> Allen
I use a promise66, and the installation went perfect but if I try to enable dma
with hdparm I get the following msg:
/dev/hde:
setting using_dma to 1
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0
I have recompiled the kernel with the ide path, but I still get the msg.
Maybe I forgot something, here's my .config:
(sorry for the long post)
Frederic
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
CONFIG_M686=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set
#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y
#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_QUIRKS is not set
# CONFIG_PCI_OLD_PROC is not set
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_JAVA=m
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_OTHER is not set
# CONFIG_APM is not set
#
# Plug and Play support
#
CONFIG_PNP=y
CONFIG_PNP_PARPORT=m
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
CONFIG_BLK_DEV_IDEFLOPPY=y
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_VIA82C586 is not set
# CONFIG_BLK_DEV_CMD646 is not set
# CONFIG_BLK_DEV_CS5530 is not set
CONFIG_IDE_CHIPSETS=y
# CONFIG_BLK_DEV_4DRIVES is not set
# CONFIG_BLK_DEV_ALI14XX is not set
# CONFIG_BLK_DEV_DTC2278 is not set
# CONFIG_BLK_DEV_HT6560B is not set
# CONFIG_BLK_DEV_QD6580 is not set
# CONFIG_BLK_DEV_UMC8672 is not set
CONFIG_BLK_DEV_PDC4030=y
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_BOOT is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_HD is not set
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_NETLINK is not set
CONFIG_FIREWALL=y
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
CONFIG_IP_FIREWALL=y
CONFIG_IP_TRANSPARENT_PROXY=y
# CONFIG_IP_MASQUERADE is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
CONFIG_IP_ALIAS=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_BRIDGE is not set
# CONFIG_LLC is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
# CONFIG_CPU_IS_SLOW is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
#
# SCSI support
#
# CONFIG_SCSI is not set
#
# I2O device support
#
CONFIG_I2O=m
CONFIG_I2O_PCI=m
CONFIG_I2O_BLOCK=m
# CONFIG_I2O_SCSI is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=y
CONFIG_BONDING=m
# CONFIG_EQUALIZER is not set
# CONFIG_NET_SB1000 is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
CONFIG_VORTEX=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_RTL8139 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_EISA is not set
# CONFIG_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_RADIO is not set
#
# Token ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
#
# Wan interfaces
#
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_SEALEVEL_4021 is not set
# CONFIG_SYNCLINK_SYNCPPP is not set
# CONFIG_LANMEDIA is not set
# CONFIG_COMX is not set
# CONFIG_HDLC is not set
# CONFIG_DLCI is not set
# CONFIG_SBNI is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=128
CONFIG_PRINTER=y
# CONFIG_PRINTER_READBACK is not set
CONFIG_MOUSE=y
#
# Mice
#
# CONFIG_ATIXL_BUSMOUSE is not set
CONFIG_BUSMOUSE=y
CONFIG_MS_BUSMOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
#
# Joysticks
#
# CONFIG_JOYSTICK is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_WATCHDOG is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
#
# Video For Linux
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DTLK is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
#
# Filesystems
#
CONFIG_QUOTA=y
CONFIG_AUTOFS_FS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_MINIX_FS is not set
CONFIG_NTFS_FS=m
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_EFS_FS is not set
#
# Network File Systems
#
# CONFIG_CODA_FS is not set
CONFIG_NFS_FS=y
# CONFIG_NFSD is not set
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_SMB_FS=y
# CONFIG_NCP_FS is not set
#
# Partition Types
#
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_SMD_DISKLABEL is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_DEFAULT="cp437"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FB_PM2 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VGA16 is not set
CONFIG_VIDEO_SELECT=y
CONFIG_FB_MATROX=y
CONFIG_FB_MATROX_MILLENIUM=y
# CONFIG_FB_MATROX_MYSTIQUE is not set
# CONFIG_FB_MATROX_G100 is not set
CONFIG_FB_MATROX_MULTIHEAD=y
# CONFIG_FB_ATY is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_FBCON_ADVANCED=y
CONFIG_FBCON_MFB=m
# CONFIG_FBCON_CFB2 is not set
# CONFIG_FBCON_CFB4 is not set
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
# CONFIG_FBCON_AFB is not set
# CONFIG_FBCON_ILBM is not set
# CONFIG_FBCON_IPLAN2P2 is not set
# CONFIG_FBCON_IPLAN2P4 is not set
# CONFIG_FBCON_IPLAN2P8 is not set
# CONFIG_FBCON_MAC is not set
# CONFIG_FBCON_VGA_PLANES is not set
CONFIG_FBCON_VGA=y
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
CONFIG_FBCON_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_FONT_SUN8x16=y
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
#
# Sound
#
# CONFIG_SOUND is not set
#
# Kernel hacking
#
# CONFIG_MAGIC_SYSRQ is not set
--
"The charm of knowledge would be small,
were it not that so much shame has to be
overcome on the way to it."
'Friedrich Nietzsche'
---------------------
------------------------------
From: "Karl D. Agee, CIH" <[EMAIL PROTECTED]>
Subject: first came linux, then came a promise ultra66...
Date: Mon, 4 Sep 2000 08:57:43 -0700
Greetings, I gather the only way to make this card work properly with a
linux system already installed (Linux came first, then the promise card) is
to compile a new kernel and patch it, correct?
or, do I need to do a fresh install?? 8-(
I am running linux-mandrake 7.1, orig kernel is 2.2.15-4mdk
--karl
--
=========================================
Remember to visit my web site: http://www.geocities.com/soho/museum/6257
------------------------------
From: [EMAIL PROTECTED] (Douglas E. Mitton)
Crossposted-To: comp.os.linux.setup
Subject: Re: Amptron 599 LMR MB (pc chips) and Linux ???
Reply-To: [EMAIL PROTECTED]
Date: Mon, 04 Sep 2000 17:02:59 GMT
I'm not really a Mandrake person so I'm not sure what utilities it
uses during the installation process to detect and configure the
various hardware.
I just went and checked the virgin Mandrake 7.0 (kernel 2.2.14-15mdk)
on my kids machine. All the hardware was detected and listed in the
"sysconfig" output file under "etc". Then it auto-magically loads the
modules for everything on boot.
I can tell you that the end result magic is in the /etc/conf.modules
file (as it is in Slackware as well) and it includes:
alias eth0 dmfe
alias sound cmpci
... so these are the modules you are looking to have Mandrake activate
prior to any sound or network configuration. After boot issue a
"lsmod" as root and these modules should be running.
Under slackware I just manually edit the /etc/rc.d/ files and make
sure that I "insmod" the proper module before I issue the
configuration commands. A much more straight forward operation to my
mind.
Any way, I hope this helps. I always recommend Mandrake for its
automated installation process and lots of "eye candy" BUT I find it
awkward to maintain as the GUI configuration hides a lot of "stuff"
from the user.
Good luck!
peter <[EMAIL PROTECTED]> wrote:
>Thank you for the info, I've got Mandrake 7.1 installed and it did not
>pick up the built in network card up. When I run the network config I
>can pick a kernel module for eth0, is th davicom driver listed ?
>
>Maybe I missed something during the automated install ???
>
>Is there anything I can do other than a complete re-install ?
>The drivers I downloaded from Amptron don't compile correctly.
>
>Thanks again,
>
>Peter
>>
>>I am running 2 of these AMD K6-2 450 machines here at home. The kids
>>machine is running Win98 and Mandrake 7.0 and mine is running
>>Slackware 7 (previously Slackware 3.6, heavily upgraded) with no
>>problems.
>>
>>I did find that at a minimum Mandrake 7.0 was required to recognize
>>the SiS530 video chip BUT networking was never an issue. The WinModem
>>is of course an issue BUT I have always used external modems so that
>>wasn't an issue for me.
>>
>>If you are not using Mandrake 7 then the minimum kernel is V2.2.13 (I
>>think) in order for the Davicom LAN to be compiled without a patch
>>from the Davicom site. I am not sure on the minimum XFree86 required
>>for the SiS530 chip but a couple of searches on dejanews should find
>>it ... I do know that Mandrake 7.0 was the first standard XFree86 that
>>worked.
>>
>>Good luck! I do find it to be a good all-round and inexpensive mother
>>board.
>>
>>peter <[EMAIL PROTECTED]> wrote:
>>
>>>I've have an Amptron 599 LMR with built in video, lan, modem, and
>>>sound.
>>>
>>>I'm wondering if this board will work with Corel linux ?
>>>
>>>I've read that Corel Linux supports this Mobo and everything is
>>>detected during the install ?
>>>
>>>Can someone tell me:
>>>
>>>1) How is the 2ed version of Corel Linux ? (I heard the first was a
>>>disaster).
>>>
>>>2) Can someone confirm that Corel Linux will support the devices on
>>>this Mobo?
>>>
>>>I've installed Mandrake on it and I can tell you the video works fine,
>>>BUT the linmodem drivers (pctel) don't work AND the LAN drivers don't
>>>work either (davicom).
>>>
>>>I really don't care about the modem, I would just like to get the lan
>>>and sounds working...
>>>
>>>Thanks,
>>>
>>>peter
>>
>>
>> ------------------------------------------------
>> Doug Mitton - Brockville, Ontario, Canada
>> 'City of the Thousand Islands'
>> EMail: [EMAIL PROTECTED]
>> http://www.cybertap.com/dmitton
>> Other: mitton.dyndns.org
>> SPAM Reduction: Remove "x." from my domain.
>> ------------------------------------------------
>>
>
------------------------------------------------
Doug Mitton - Brockville, Ontario, Canada
'City of the Thousand Islands'
EMail: [EMAIL PROTECTED]
http://www.cybertap.com/dmitton
Other: mitton.dyndns.org
SPAM Reduction: Remove "x." from my domain.
------------------------------------------------
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Fibre Channel Hardware
Date: Mon, 04 Sep 2000 16:11:01 GMT
I've used a Qlogic 2200 hba w/o problems. This however was simply a
point to point connection with an outboard fibre raid box.
Rgds
[EMAIL PROTECTED]
On Tue, 29 Aug 2000 12:14:19 GMT, timpa@!SPAMkeytech.co.uk (Tim
Pailthorpe) wrote:
>Hi,
>
>I need a Fibre Channel solution for a 17 node Linux Cluster. I noticed
>that there is support for 1 fibre channel card in the Linux kernel,
>but I wanted to speak to anyone who may have put fibre channel in a
>Linux machine and see what they recommended.
>
>Thanks,
>
>Pls reply to my email.... [EMAIL PROTECTED]
>Tim.......
>
>remove !SPAM from email address to reply.
------------------------------
From: Sid Daley <[EMAIL PROTECTED]>
Subject: Modem configuration question...
Date: Mon, 4 Sep 2000 09:34:13 -0700
Os: Caldera Edesktop 2.4
If my setserial shows this ...
=================================================
[root@noname /root]# setserial /dev/ttyS2
/dev/ttyS2, UART: 16550A, Port: 0x03e8, IRQ: 4
=================================================
And I setup my isapnp.conf as below ..
Should Minicom not see my modem at this point?
I get ttyS2 is locked message..
I've been trying for weeks to get this working and
can't believe how difficult it is..
=============================================================
# $Id: pnpdump.c,v 1.18 1999/02/14 22:47:18 fox Exp $
# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
#
# For details of this file format, see isapnp.conf(5)
#
# For latest information and FAQ on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
#
# Compiler flags: -DREALTIME -DABORT_ONRESERR
#
# Trying port address 0203
# Board 1 has serial identifier 27 e7 8d c4 a3 90 30 72 56
# (DEBUG)
(READPORT 0x0203)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
# Card 1: (serial identifier 27 e7 8d c4 a3 90 30 72 56)
# Vendor Id USR3090, Serial Number 3884827811, checksum 0x27.
# Version 1.0, Vendor version 0.0
# ANSI string -->U.S. Robotics 56K Voice INT<--
#
# Logical device id USR3090
# Device supports vendor reserved register @ 0x39
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3c
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be
changed if required
# Don't forget to uncomment the activate (ACT Y) when happy
(CONFIGURE USR3090/3884827811 (LD 0
# Multiple choice time, choose one only !
# Start dependent functions: priority preferred
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x02f8
# Maximum IO base address 0x02f8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x02f8))
# IRQ 3.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))
# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x03f8
# Maximum IO base address 0x03f8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x03f8))
# IRQ 4.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 4 (MODE +E)))
# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x03e8
# Maximum IO base address 0x03e8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
(IO 0 (SIZE 8) (BASE 0x03e8))
# IRQ 2, 3, 4, 5 or 7.
# High true, edge sensitive interrupt (by default)
(INT 0 (IRQ 2 (MODE +E)))
# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x02e8
# Maximum IO base address 0x02e8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x02e8))
# IRQ 2, 3, 4, 5 or 7.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 2 (MODE +E)))
# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x02f8
# Maximum IO base address 0x02f8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x02f8))
# IRQ 3, 5 or 7.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))
# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x03f8
# Maximum IO base address 0x03f8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
(IO 0 (SIZE 8) (BASE 0x03f8))
# IRQ 2, 3, 4, 5 or 7.
# High true, edge sensitive interrupt (by default)
(INT 0 (IRQ 2 (MODE +E)))
# End dependent functions
(NAME "USR3090/3884827811[0]{U.S. Robotics 56K Voice INT}")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)
# Returns all cards to the "Wait for Key" state
(WAITFORKEY)
====================================================================
Remove year to reply
Q 7 Five 1--FourHundred
"Old age and treachery will overcome youth and skill."
------------------------------
From: "B. Joshua Rosen" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.x
Subject: Re: X Windows Can't Support Sony Monitor?
Date: Mon, 04 Sep 2000 12:45:32 -0400
Run Xconfigurator. If your monitor isn't in the menu then pick custom
monitor. You can use Xconfigurator to try various combinations of
refresh rates, resolutions and depths. You should be able to find a
setting that works.
"T.F.Lai" wrote:
>
> Hi, I'm installed RedHat 6.2 on the following hardware :
> AMD K6-400, 32MB RAM, S3 Trio3D Graphics Card, Sony CPD-15SF II.
>
> But the X Windows seem to detect the graphics card but when I type startx at
> the command prompt. The monitor doesn't display and the button become
> orange.
>
> Can anyone give me some tips or hints?
>
> I'll appreciate for your kindly help.
>
> Thanks.
------------------------------
Date: Mon, 04 Sep 2000 17:36:20 +0200
From: Cyrill Steiner <[EMAIL PROTECTED]>
Subject: Re: Can't get Xwindows screen large enough
I hope not to insult you with my answer, but did you thought of
adjusting the monitor settings with the monitor-built-in menu where you
can also adjust brightness and contrast? There you can also change the
width and the height of the monitor-picture independently of the video
card settings. I have to this each time I completely reinstalled a
operating system (either win98/NT or Linux).
Once ajdusted, my monitor remembers the settings for the different
installations. I'm not an expert on monitors but I could imagine that
yours can do the same. Note that this is only necessary in case you have
a tube-monitor and not an LCD-display.
Cyrill
mike wrote:
>
> Hi,
> in my experience I have never been able to get the X windows screen
> to fill the maximum size that my monitors can display. I have installed
> various versions of Linux and have used different video cards and
> monitors.
> I have used xvidtune to try to expand the screen both horizontally
> and
> vertically, and it does get a bit larger, but when I try to expand it to
>
> the full extent of the screen, it says that is using illegal values and
> can't use those values.
>
> Thanks
>
> Mike
>
> P.S. When I have installed Windows on the same computer(s) hardware,
> I have never had any problems of getting a full screen size display, so
> I
> would assume that it isn't a problem of the hardwares capabilities.
------------------------------
Date: Mon, 04 Sep 2000 17:46:33 +0200
From: Cyrill Steiner <[EMAIL PROTECTED]>
Subject: Re: HP 7510e External Parallel Port CD Burner
There is an excellent CD-Burning-Howto explaining how to install SCSI,
ATAPI and parallel port burners. Read it and it will work afterwards.
You will probably have to recompile your kernel.
Cyrill
Nathanael Hoyle wrote:
>
> I have previously had both Linux and Windows installed in a dual-boot
> configuration. During these times I have simply used Windows to do my
> CD burning. I have now gone over exclusively to Linux. (My current
> installation is RedHat 6.2.) I am trying to figure out what I need to
> do to set up and use my CD burner under linux. It is an HP 7510e. This
> is an external, parallel port burner. I gather that it has its own
> SCSI host adapter or something built into it, because it mentioned such
> things, and ASPI under Windows. Can anyone provide me information on
> configuring it and getting up and running?
>
> Thanks,
>
> Nathanael Hoyle
> P.S. If you choose to reply by email, remove the NOSPAM from the email
> address. This is to deter spam spider engines.
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.networking
Subject: Re: Netgear FA311 ethernet card Not working
Date: Mon, 04 Sep 2000 16:45:49 GMT
I am also having problems with the fa311. I am running SuSE 6.4. I
downloaded and built the natsemi.c driver along with the pci-scan
driver. I moved the driver into /lib/modules/2.2.14/net and tested the
driver using insmod. Everything loaded and seemed to be fine I added
the 'alias eth0 natsemi' line to the /etc/modules.conf file and
rebooted. When the network tried to come up I got the following error
twice:
SIOCSIFFLAGS: resource temporarily unavailable
lsmod shows that natsemi is loaded and ifconfig shows that eth0 is
configured, but it does have a hardware address (mac) of 000000.
Any ideas?
Barry
In article <8np0i2$1on$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Donald Becker) wrote:
> In article <[EMAIL PROTECTED]>,
> Ramin Sina <[EMAIL PROTECTED]> wrote:
> >Hi all,
> >Despite what is advertised on its box, netgear FA311 cards don't work
> >with Linux (Atleast not with kernel 2.2.*) Tulip driver doesn't work
> >with it. It comes with it's own linux driver that was written for
2.0.36
> >and does not compile under Red Hat 6.2. Could someone please confirm
> >this assessment;and are there any solutions to fix this?
>
> A driver for released kernels (1.1.73 through 2.2.*) is at
> http://www.scyld.com/network/ethercard.html
> ftp://www.scyld.com/pub/network/natsemi.c
>
> Don't forget that you will also need 'pci-scan' support.
>
> A pre-2.4 version should be in the latest development kernels.
>
> The Netgear bogusness Isn't My Fault.
>
> --
> Donald Becker [EMAIL PROTECTED]
> Scyld Computing Corporation http://www.scyld.com
> 410 Severn Ave. Suite 210 Beowulf Clusters / Linux
Installations
> Annapolis MD 21403
>
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
** 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
******************************