From owner-freebsd-questions Fri Dec 20 17:45:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA19919 for questions-outgoing; Fri, 20 Dec 1996 17:45:21 -0800 (PST) Received: from melb.bluep.com (root@melb.bluep.com [203.26.36.5]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA19890 for ; Fri, 20 Dec 1996 17:45:04 -0800 (PST) Received: from vladimir.bluep.com (vladimir.bluep.com [203.26.36.6]) by melb.bluep.com (8.7.5/8.7.3) with SMTP id MAA02707; Sat, 21 Dec 1996 12:44:26 +1100 (EST) Message-ID: <32BB418B.5E04@bluep.com> Date: Sat, 21 Dec 1996 12:46:52 +1100 From: Sam Hadzajlic Reply-To: samh@bluep.com Organization: Blue Planet NET X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org CC: maral@sprint.com.au Subject: Cyclom 16 Ye PCI -How to install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Please can you help me configure PCI Cyclom 16Ye PCI Card. I'v got installed Cyclom 8Yo ISA Card and I'd like to add Cyclom 16YePCI. I tryed several times and simple doesn't work. Operating System is 2.1.5 Computer is Pentium 133MZ 64Mb RAM with PCI video card(IRQ 10), PCi Cyclom 16Ye(IRQ 11) and Cyclom 8Yo ISA on (IRQ9) I think my problem is /etc/group "wheel" wasn't there and I don't know how is gone ??? I just add wheel but I am not shure is correct ? /etc/group looks like this daemon:*:1:daemon kmem:*:2:root sys:*:3:root tty:*:4:root operator:*:5:root wheel:*:0:root bin:*:7: news:*:8: man:*:9: games:*:13: staff:*:20:root,sales guest:*:31:root uucp:*:66: xten:*:67:xten dialer:*:68: greg:*:1003:greg senja:*:1004:senja glenn:*:1005:glenn nzdavid:*:1006:nzdavid mattz:*:1007:mattz richt:*:1008:richt multicom:*:1009:multicom orient:*:1010:orient nidac:*:1011:nidac tglenn:*:1012:tglenn ice:*:1013:ice quench:*:1014:quench choomail:*:1015:choomail davidc:*:1042:davidc grb:*:1044:grb nogroup:*:65533: nobody:*:65534: my kerenel is here: # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # $Id: GENERIC,v 1.46.2.18 1996/07/16 08:53:04 davidg Exp $ # machine "i386" #cpu "I386_CPU" #cpu "I486_CPU" cpu "I586_CPU" ident MYKERNEL maxusers 10 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options GATEWAY options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on wd0 controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus device wcd0 #IDE CD-ROM #controller ncr0 #controller ahb0 #controller ahc0 #controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr #controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr #controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr #controller scbus0 #device sd0 #device st0 #device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 #options XSERVER # include code for XFree86 # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Mandatory, don't remove device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # # Laptop support (see LINT for more options) # #device apm0 at isa? # Advanced Power Management #options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device cy0 at isa? tty irq 9 iomem 0xd4000 iosiz 0x2000 vector cyintr #device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr #device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr #device lpt1 at isa? port? tty #device mse0 at isa? port 0x23c tty irq 5 vector mseintr #device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device de0 #device fxp0 #device vx0 #device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr #device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr #device ep0 at isa? port 0x300 net irq 10 vector epintr #device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 #vector ixintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device log # ijppp uses tun instead of ppp device pseudo-device ppp 10 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device bpfilter 2 my /etc/ttys # # @(#)ttys 5.1 (Berkeley) 4/17/89 # # name getty type status comments # # This entry needed for asking password when init goes to single-user mode # If you want to be asked for password, change "secure" to "insecure" here console none unknown off secure # ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 off secure # Serial terminals ttyd0 "/usr/libexec/getty std.57600" dialup on insecure ttyd1 "/usr/libexec/getty std.57600" dialup on insecure ttyc0 "/usr/libexec/getty std.57600" dialup on insecure ttyc1 "/usr/libexec/getty std.57600" dialup on insecure ttyc2 "/usr/libexec/getty std.57600" dialup on insecure ttyc3 "/usr/libexec/getty std.57600" dialup on insecure ttyc4 "/usr/libexec/getty std.57600" dialup on insecure ttyc5 "/usr/libexec/getty std.57600" dialup on insecure ttyc6 "/usr/libexec/getty std.57600" dialup on insecure ttyc7 "/usr/libexec/getty std.57600" dialup on insecure # Pseudo terminals ttyp0 none network ttyp1 none network ttyp2 none network ttyp3 none network ttyp4 none network ttyp5 none network ttyp6 none network ttyp7 none network ttyp8 none network ttyp9 none network ttypa none network ttypb none network ttypc none network ttypd none network ttype none network ttypf none network ttypg none network ttyph none network ttypi none network ttypj none network ttypk none network ttypl none network ttypm none network ttypn none network ttypo none network ttypp none network ttypq none network ttypr none network ttyps none network ttypt none network ttypu none network ttypv none network -- Sam H. Blue Planet NET URL: http://www.bluep.com 1/3 Martha St. Donvale, Melbourne 3111 Vic. Australia phone:+61 3 9842 2040 mobile: 019 935 166 E-mail: samh@bluep.com