From owner-freebsd-hardware@FreeBSD.ORG Tue Nov 9 07:30:41 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A7FF16A4CE for ; Tue, 9 Nov 2004 07:30:41 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61D843D2D for ; Tue, 9 Nov 2004 07:30:40 +0000 (GMT) (envelope-from nembriz@gmail.com) Received: by rproxy.gmail.com with SMTP id q1so32273rnf for ; Mon, 08 Nov 2004 23:30:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=RQrPXY4W6AiJQU7tblhjv6JzvUU+98wKo37wzZlFJyUhovvsDeja3u58LKtAo8essA0rEAxUqF+9WyNXuAJaS6C7f4nti4noABoGhHnPqOsyFu7m5mESBsFgqzMAbRnz0PkXbVpjKQkzsVDB6RhPXrDbhK4cO50NJq2TJEwKkVI= Received: by 10.38.164.78 with SMTP id m78mr146634rne; Mon, 08 Nov 2004 23:30:40 -0800 (PST) Received: by 10.38.65.22 with HTTP; Mon, 8 Nov 2004 23:30:40 -0800 (PST) Message-ID: <6d46f14804110823304f9bea34@mail.gmail.com> Date: Tue, 9 Nov 2004 01:30:40 -0600 From: =?ISO-8859-1?Q?Nicol=E1s_de_Bari_Embriz_Garc=EDa_Rojas?= To: freebsd-hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: NVIDIA driver crashing the system X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Nicol=E1s_de_Bari_Embriz_Garc=EDa_Rojas?= List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 07:30:41 -0000 I am trying to use the nvidia driver from the ports on FreeBSD 5.3-STABLE but every time i startup X the system crash My system: Laptop: Dell latitud D800 video card: GeForce FX Go5200 I attached a console to the laptop and i got this: --- NVRM: detected agp.ko, aborting NVIDIA AGP setup! Fatal trap 12: page fault while in kernel mode fault virtual address = 0xbfc00000 fault code = supervisor write, page not present instruction pointer = 0x8:0xc06c4b39 stack pointer = 0x10:0xdea76a04 frame pointer = 0x10:0xdea76a10 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 3 current process = 676 (Xorg) trap number = 12 panic: page fault Uptime: 1m39s --- doing this: nm -n /boot/kernel/kernel | grep 0xc06c4b39 I don get nothing doing this: (omiting some digits) nm -n /boot/kernel/kernel | grep 4b39 i get: c04b3910 t bge_encap This hapends when i try to X -xf86config /root/xorg.conf.new of startx right now i am instaling XFree86-4 to see if i get the same error, any ideas of how to fix this? regards. This is my kernel config: --- # kernel for Dell Latidud D8000 machine i386 cpu I686_CPU ident D800 # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. options COMPAT_LINUX device acpi device isa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet # Wireless NIC cards device wlan # 802.11 support device an # Aironet 4500/4800 802.11 wireless NICs. device awi # BayStack 660 and others device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # USB Ethernet, requires mii device aue # ADMtek USB Ethernet device axe # ASIX Electronics USB Ethernet device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet device rue # RealTek RTL8150 USB Ethernet # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) # video options SC_PIXEL_MODE options VGA_WIDTH90 options VESA # ipfilter options IPFILTER options IPFILTER_LOG options IPFILTER_DEFAULT_BLOCK options IPSTEALTH # Using the ATAPI/CAM Driver CDBurner device atapicam # speaker device speaker --- This is my /bool/loader.conf: ndis_load="YES" if_ndis_load="YES" snd_ich_load="YES" ntfs_load="YES" machdep.disable_mtrrs="1" nvidia_load="YES" hw.nvidia.registry.ReqAGPRate="1" console="comconsole" --- this is the output of dmesg: --- Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-STABLE #4: Mon Nov 8 23:07:03 CST 2004 root@laptop.nbari.name:/usr/obj/usr/src/sys/D800 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) M processor 1.70GHz (1698.57-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6d6 Stepping = 6 Features=0xafe9f9bf real memory = 536535040 (511 MB) avail memory = 511283200 (487 MB) acpi0: on motherboard Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_tz0: on acpi0 acpi_acad0: on acpi0 acpi_cmbat0: on acpi0 acpi_cmbat1: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 ACPI link \\_SB_.PCI0.LNKB has invalid initial irq 11, ignoring pci0: on pcib0 agp0: mem 0xe0000000-0xe7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 nvidia0: mem 0xd0000000-0xdfffffff,0xfc000000-0xfcffffff irq 11 at device 0.0 on pci1 nvidia0: [GIANT-LOCKED] uhci0: port 0xbf80-0xbf9f irq 11 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xbf40-0xbf5f irq 11 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ums0: Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0, rev 1.10/2.00, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. uhci2: port 0xbf20-0xbf3f irq 11 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pci0: at device 29.7 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 bge0: mem 0xfaff0000-0xfaffffff irq 11 at device 0.0 on pci2 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:1f:25:d7:5e cbb0: at device 1.0 on pci2 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb1: irq 11 at device 1.1 on pci2 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 fwohci0: <1394 Open Host Controller Interface> mem 0xfafe8000-0xfafebfff,0xfafef800-0xfafeffff irq 11 at device 1.2 on pci2 fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 32:4f:c0:00:2a:92:dc:a1 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 32:4f:c0:92:dc:a1 fwe0: Ethernet address: 32:4f:c0:92:dc:a1 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) pci2: at device 1.3 (no driver attached) ndis0: mem 0xfafec000-0xfafedfff irq 5 at device 3.0 on pci2 ndis0: NDIS API version: 5.0 ndis0: Ethernet address: 00:90:96:fa:4a:16 ndis0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xbfa0-0xbfaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f 7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 pcm0: port 0xbc40-0xbc7f,0xb800-0xb8ff mem 0xf4fff400-0xf4fff4ff,0xf4ff f800-0xf4fff9ff irq 5 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: pci0: at device 31.6 (no driver attached) atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 speaker0: port 0x67,0x65,0x63,0x61 on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A, console ppc0: port 0x778-0x77b,0x378-0x37f irq 7 drq 1 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 npx0: [FAST] npx0: on motherboard npx0: INT 16 interface pmtimer0 on isa0 orm0: at iomem 0xcf800-0xcffff,0xc0000-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 1698566630 Hz quality 800 Timecounters tick every 10.000 msec IP Filter: v3.4.35 initialized. Default = block all, Logging = enabled acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0% cpu0: Performance states changed ad0: 76319MB [155061/16/63] at ata0-master UDMA100 acd0: CDRW at ata1-master UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present ndis0: link up --- this is the output of scanpci -vv --- pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x3340 Intel Corp. 82855PM Processor to I/O Controller STATUS 0x2090 COMMAND 0x0106 CLASS 0x06 0x00 0x00 REVISION 0x03 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE0 0xe0000008 addr 0xe0000000 MEM PREFETCHABLE pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x8086 device 0x3341 Intel Corp. 82855PM Processor to AGP Controller STATUS 0x00a0 COMMAND 0x0107 CLASS 0x06 0x04 0x00 REVISION 0x03 HEADER 0x01 LATENCY 0x20 PRIBUS 0x00 SECBUS 0x01 SUBBUS 0x01 SECLT 0x20 SECSTATUS 0x22a0 IOBASE 0xc000 IOLIM 0xcfff NOPREFETCH_MEMBASE 0xfc000000 MEMLIM 0xfdffffff PREFETCH_MEMBASE 0xd0000000 MEMLIM 0xdfffffff NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN pci bus 0x0000 cardnum 0x1d function 0x00: vendor 0x8086 device 0x24c2 Intel Corp. 82801DB USB (Hub #1) CardVendor 0x8086 card 0x4541 (Intel Corp., Card unknown) STATUS 0x0280 COMMAND 0x0005 CLASS 0x0c 0x03 0x00 REVISION 0x01 BIST 0x00 HEADER 0x80 LATENCY 0x00 CACHE 0x00 BASE4 0x0000bf81 addr 0x0000bf80 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x01 INT_LINE 0x0b pci bus 0x0000 cardnum 0x1d function 0x01: vendor 0x8086 device 0x24c4 Intel Corp. 82801DB USB (Hub #2) CardVendor 0x8086 card 0x4541 (Intel Corp., Card unknown) STATUS 0x0280 COMMAND 0x0005 CLASS 0x0c 0x03 0x00 REVISION 0x01 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE4 0x0000bf41 addr 0x0000bf40 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x0b pci bus 0x0000 cardnum 0x1d function 0x02: vendor 0x8086 device 0x24c7 Intel Corp. 82801DB USB (Hub #3) CardVendor 0x8086 card 0x4541 (Intel Corp., Card unknown) STATUS 0x0280 COMMAND 0x0005 CLASS 0x0c 0x03 0x00 REVISION 0x01 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE4 0x0000bf21 addr 0x0000bf20 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x03 INT_LINE 0x0b pci bus 0x0000 cardnum 0x1d function 0x07: vendor 0x8086 device 0x24cd Intel Corp. 82801DB USB2 CardVendor 0x1028 card 0x014e (Dell Computer Corporation, Card unknown) STATUS 0x0290 COMMAND 0x0106 CLASS 0x0c 0x03 0x20 REVISION 0x01 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE0 0xf4fffc00 addr 0xf4fffc00 MEM MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x04 INT_LINE 0x0b pci bus 0x0000 cardnum 0x1e function 0x00: vendor 0x8086 device 0x2448 Intel Corp. 82801BAM/CAM PCI Bridge STATUS 0x8080 COMMAND 0x0107 CLASS 0x06 0x04 0x00 REVISION 0x81 HEADER 0x01 LATENCY 0x00 PRIBUS 0x00 SECBUS 0x02 SUBBUS 0x02 SECLT 0x20 SECSTATUS 0x2280 IOBASE 0xd000 IOLIM 0xefff NOPREFETCH_MEMBASE 0xf6000000 MEMLIM 0xfbffffff PREFETCH_MEMBASE 0xfff00000 MEMLIM 0x000fffff NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN pci bus 0x0000 cardnum 0x1f function 0x00: vendor 0x8086 device 0x24cc Intel Corp. 82801DBM LPC Interface Controller STATUS 0x0280 COMMAND 0x010f CLASS 0x06 0x01 0x00 REVISION 0x01 BIST 0x00 HEADER 0x80 LATENCY 0x00 CACHE 0x00 BYTE_0 0x01 BYTE_1 0x08 BYTE_2 0x00 BYTE_3 0x00 pci bus 0x0000 cardnum 0x1f function 0x01: vendor 0x8086 device 0x24ca Intel Corp. 82801DBM Ultra ATA Storage Controller CardVendor 0x8086 card 0x4541 (Intel Corp., Card unknown) STATUS 0x0280 COMMAND 0x0005 CLASS 0x01 0x01 0x8a REVISION 0x01 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE0 0x000001f1 addr 0x000001f0 I/O BASE1 0x000003f5 addr 0x000003f4 I/O BASE2 0x00000171 addr 0x00000170 I/O BASE3 0x00000375 addr 0x00000374 I/O BASE4 0x0000bfa1 addr 0x0000bfa0 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x01 INT_LINE 0xff BYTE_0 0x77 BYTE_1 0xe3 BYTE_2 0x77 BYTE_3 0xe3 pci bus 0x0000 cardnum 0x1f function 0x05: vendor 0x8086 device 0x24c5 Intel Corp. 82801DB AC'97 Audio Controller CardVendor 0x1028 card 0x014e (Dell Computer Corporation, Card unknown) STATUS 0x0290 COMMAND 0x0007 CLASS 0x04 0x01 0x00 REVISION 0x01 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE0 0x0000b801 addr 0x0000b800 I/O BASE1 0x0000bc41 addr 0x0000bc40 I/O BASE2 0xf4fff800 addr 0xf4fff800 MEM BASE3 0xf4fff400 addr 0xf4fff400 MEM MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x05 BYTE_0 0x09 BYTE_1 0x01 BYTE_2 0x00 BYTE_3 0x00 pci bus 0x0000 cardnum 0x1f function 0x06: vendor 0x8086 device 0x24c6 Intel Corp. 82801DB AC'97 Modem Controller CardVendor 0x14f1 card 0x5422 (Conexant, Card unknown) STATUS 0x0290 COMMAND 0x0005 CLASS 0x07 0x03 0x00 REVISION 0x01 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE0 0x0000b401 addr 0x0000b400 I/O BASE1 0x0000b081 addr 0x0000b080 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x05 pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x10de device 0x0324 nVidia Corporation GeForce FX Go5200 CardVendor 0x1028 card 0x019c (Dell Computer Corporation, Card unknown) STATUS 0x02b0 COMMAND 0x0027 CLASS 0x03 0x00 0x00 REVISION 0xa1 BIST 0x00 HEADER 0x00 LATENCY 0x20 CACHE 0x00 BASE0 0xfc000000 addr 0xfc000000 MEM BASE1 0xd0000008 addr 0xd0000000 MEM PREFETCHABLE BASEROM 0x80000000 addr 0x80000000 not-decode-enabled MAX_LAT 0x01 MIN_GNT 0x05 INT_PIN 0x01 INT_LINE 0x0b BYTE_0 0x28 BYTE_1 0x10 BYTE_2 0x9c BYTE_3 0x01 pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x14e4 device 0x165d Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet CardVendor 0x1028 card 0x865d (Dell Computer Corporation, Card unknown) STATUS 0x02b0 COMMAND 0x0106 CLASS 0x02 0x00 0x00 REVISION 0x01 BIST 0x00 HEADER 0x00 LATENCY 0x20 CACHE 0x08 BASE0 0x00000000faff0004 addr 0x00000000faff0000 MEM 64BIT MAX_LAT 0x00 MIN_GNT 0x40 INT_PIN 0x01 INT_LINE 0x0b pci bus 0x0002 cardnum 0x01 function 0x00: vendor 0x104c device 0xac47 Texas Instruments Device unknown STATUS 0x0210 COMMAND 0x0007 CLASS 0x06 0x07 0x00 REVISION 0x01 BIST 0x00 HEADER 0x82 LATENCY 0x20 CACHE 0x08 BASE0 0xf6000000 addr 0xf6000000 MEM BASE1 0x020000a0 addr 0x020000a0 MEM BASE2 0x20040302 addr 0x20040300 MEM BASE3 0xfffff000 addr 0xfffff000 MEM BASE5 0xfffff000 addr 0xfffff000 MEM MAX_LAT 0x07 MIN_GNT 0x40 INT_PIN 0x01 INT_LINE 0x0b BYTE_0 0x28 BYTE_1 0x10 BYTE_2 0x4e BYTE_3 0x01 pci bus 0x0002 cardnum 0x01 function 0x01: vendor 0x104c device 0xac4a Texas Instruments Device unknown STATUS 0x0210 COMMAND 0x0107 CLASS 0x06 0x07 0x00 REVISION 0x01 BIST 0x00 HEADER 0x82 LATENCY 0x20 CACHE 0x08 BASE0 0xf6001000 addr 0xf6001000 MEM BASE1 0x020000a0 addr 0x020000a0 MEM BASE2 0x20060502 addr 0x20060500 MEM BASE3 0xfffff000 addr 0xfffff000 MEM BASE5 0xfffff000 addr 0xfffff000 MEM BASE2 0x20040302 addr 0x20040300 MEM BASE3 0xfffff000 addr 0xfffff000 MEM BASE5 0xfffff000 addr 0xfffff000 MEM MAX_LAT 0x07 MIN_GNT 0x40 INT_PIN 0x01 INT_LINE 0x0b BYTE_0 0x28 BYTE_1 0x10 BYTE_2 0x4e BYTE_3 0x01 pci bus 0x0002 cardnum 0x01 function 0x01: vendor 0x104c device 0xac4a Texas Instruments Device unknown STATUS 0x0210 COMMAND 0x0107 CLASS 0x06 0x07 0x00 REVISION 0x01 BIST 0x00 HEADER 0x82 LATENCY 0x20 CACHE 0x08 BASE0 0xf6001000 addr 0xf6001000 MEM BASE1 0x020000a0 addr 0x020000a0 MEM BASE2 0x20060502 addr 0x20060500 MEM BASE3 0xfffff000 addr 0xfffff000 MEM BASE5 0xfffff000 addr 0xfffff000 MEM MAX_LAT 0x07 MIN_GNT 0x40 INT_PIN 0x01 INT_LINE 0x0b BYTE_0 0x28 BYTE_1 0x10 BYTE_2 0x4e BYTE_3 0x01 pci bus 0x0002 cardnum 0x01 function 0x02: vendor 0x104c device 0x802b Texas Instruments Device unknown CardVendor 0x1028 card 0x014e (Card unknown) STATUS 0x0210 COMMAND 0x0146 CLASS 0x0c 0x00 0x10 REVISION 0x00 BIST 0x00 HEADER 0x80 LATENCY 0x20 CACHE 0x08 BASE0 0xfafef800 addr 0xfafef800 MEM BASE1 0xfafe8000 addr 0xfafe8000 MEM MAX_LAT 0x04 MIN_GNT 0x02 INT_PIN 0x01 INT_LINE 0x0b pci bus 0x0002 cardnum 0x01 function 0x03: vendor 0x104c device 0x8204 Texas Instruments Device unknown CardVendor 0x1028 card 0x014e (Card unknown) STATUS 0x0210 COMMAND 0x0101 CLASS 0x08 0x80 0x00 REVISION 0x00 BIST 0x00 HEADER 0x80 LATENCY 0x00 CACHE 0x00 BASE0 0x0000ecf9 addr 0x0000ecf8 I/O pci bus 0x0002 cardnum 0x03 function 0x00: vendor 0x14e4 device 0x4324 Broadcom Corporation Device unknown CardVendor 0x1028 card 0x0003 (Card unknown) STATUS 0x0000 COMMAND 0x0106 CLASS 0x02 0x80 0x00 REVISION 0x03 BIST 0x00 HEADER 0x00 LATENCY 0x20 CACHE 0x00 BASE0 0xfafec000 addr 0xfafec000 MEM MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x01 INT_LINE 0x05 BYTE_0 0x01 BYTE_1 0x00 BYTE_2 0xc2 BYTE_3 0x07 -- From owner-freebsd-hardware@FreeBSD.ORG Tue Nov 9 10:26:45 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A676516A4CE for ; Tue, 9 Nov 2004 10:26:45 +0000 (GMT) Received: from main.dca.nnov.ru (altex-nevsk.mts-nn.ru [213.177.120.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0505C43D45 for ; Tue, 9 Nov 2004 10:26:43 +0000 (GMT) (envelope-from tae@altex.nnov.ru) Received: from localhost.nevskogo.texslujba.adm (test.nevskogo.cisco.comers [192.168.10.66]) by main.dca.nnov.ru (8.13.1/8.12.10) with ESMTP id iA9AQdqN076784 for ; Tue, 9 Nov 2004 13:26:40 +0300 (MSK) (envelope-from tae@altex.nnov.ru) To: freebsd-hardware@freebsd.org Date: Tue, 09 Nov 2004 13:28:01 +0300 From: "Alexey Tarakanov" Organization: ALTEX Content-Type: text/plain; format=flowed; delsp=yes; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/7.50 (FreeBSD, build 673) Subject: can't find mfsroot X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 10:26:45 -0000 Hi, all! I have Lifebook B2630 notebook. I'm trying to load FreeBSD 4.10-RELEASE from floppy drive NEC-UF0002 (USB drive) After load the kernel from first floppy disk the system write "can't find /mfsroot" In what's my problem ? -- Best regards Alexey Tarakanov ALTEX Group mailto:tae@altex.nnov.ru From owner-freebsd-hardware@FreeBSD.ORG Tue Nov 9 13:05:44 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8786016A4CE for ; Tue, 9 Nov 2004 13:05:44 +0000 (GMT) Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482D143D49 for ; Tue, 9 Nov 2004 13:05:44 +0000 (GMT) (envelope-from dgilbert@daveg.ca) Received: by ox.eicat.ca (Postfix, from userid 66) id D0A4CC73D; Tue, 9 Nov 2004 08:05:41 -0500 (EST) Received: by canoe.dclg.ca (Postfix, from userid 101) id 92F096AFC; Tue, 9 Nov 2004 08:05:30 -0500 (EST) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16784.49306.555480.790620@canoe.dclg.ca> Date: Tue, 9 Nov 2004 08:05:30 -0500 To: =?ISO-8859-1?Q?Nicol=E1s_de_Bari_Embriz_Garc=EDa_Rojas?= In-Reply-To: <6d46f14804110823304f9bea34@mail.gmail.com> References: <6d46f14804110823304f9bea34@mail.gmail.com> X-Mailer: VM 7.17 under 21.5 (beta17) "chayote" (+CVS-20040321) XEmacs Lucid cc: dell-d800@eicat.ca cc: freebsd-hardware@freebsd.org Subject: NVIDIA driver crashing the system X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 13:05:44 -0000 (informally, I'd also welcome you to our D800 list @ http://ox.eicat.ca/mailman/listinfo/dell-d800) Anyways, I find there are a few things that make the nvidia driver work for me ... and they're all important. Firstly, compile your kernel with 'device agp' ... this is the default. Next, recompile your nvidia driver when you recompile your kernel. Not always necessary, but "portupgrade" makes it easy and it's a problem often enough if you've been following current. Lastly, compile the nvidia driver with WITH_FREEBSD_AGP=YES WITH_NVIDIA_HACKS=YES WITH_ACPI=YES. The WITH_FREEBSD_AGP=YES goes with the option above. I've never used the nvidia AGP code. Dave. -- ============================================================================ |David Gilbert, Independent Contractor. | Two things can only be | |Mail: dave@daveg.ca | equal if and only if they | |http://daveg.ca | are precisely opposite. | =========================================================GLO================ From owner-freebsd-hardware@FreeBSD.ORG Tue Nov 9 20:38:06 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 182B616A4CE for ; Tue, 9 Nov 2004 20:38:06 +0000 (GMT) Received: from www.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9535843D45 for ; Tue, 9 Nov 2004 20:38:05 +0000 (GMT) (envelope-from elessar@bsdforen.de) Received: by www.bsdforen.de (Postfix, from userid 1008) id A1A5D17040; Tue, 9 Nov 2004 21:38:03 +0100 (CET) Received: from loki (dsl-213-023-036-205.arcor-ip.net [213.23.36.205]) by www.bsdforen.de (Postfix) with ESMTP id 55A1F1703E for ; Tue, 9 Nov 2004 21:37:51 +0100 (CET) Date: Tue, 9 Nov 2004 21:37:46 +0100 From: Joerg Pernfuss Cc: freebsd-hardware@freebsd.org Message-ID: <20041109213746.579bb304@loki> In-Reply-To: <6d46f14804110823304f9bea34@mail.gmail.com> References: <6d46f14804110823304f9bea34@mail.gmail.com> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on www.bsdforen.de X-Spam-Status: No, hits=-2.2 required=5.0 tests=BAYES_00,RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Level: Subject: Re: NVIDIA driver crashing the system X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 20:38:06 -0000 On Tue, 9 Nov 2004 01:30:40 -0600 Nicol=E1s de Bari Embriz Garc=EDa Rojas wrote: > I am trying to use the nvidia driver from the ports on FreeBSD > 5.3-STABLE but every time i startup X the system crash >=20 > My system: > Laptop: Dell latitud D800 > video card: GeForce FX Go5200 >=20 > I attached a console to the laptop and i got this: >=20 > --- > NVRM: detected agp.ko, aborting NVIDIA AGP setup! Try Option "NvAGP" "2" in your /etc/X11/xorg.cfg "Device" section. If that doesn't help, follow the instructions in Section 05 of /usr/X11/share/doc/NVIDIA_GLX-1.0/README Installing XF86 should not resolve this issue. Joerg --=20 GnuPG Key ID: 0x34C95FC0 Key Fingerprint: C925 2129 15F2 1C6F 9104 B424 22B6 3409 34C9 5FC0 Writers of the past had absinthe, whiskey, or heroin. I have Google. --Michael Chabon --=20 GnuPG Key ID: 0x34C95FC0 Key Fingerprint: C925 2129 15F2 1C6F 9104 B424 22B6 3409 34C9 5FC0 Writers of the past had absinthe, whiskey, or heroin. I have Google. --Michael Chabon From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 10 04:07:46 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E17A16A4CE for ; Wed, 10 Nov 2004 04:07:46 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D8043D54 for ; Wed, 10 Nov 2004 04:07:45 +0000 (GMT) (envelope-from dikshie@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so230503wri for ; Tue, 09 Nov 2004 20:07:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=PAE5vFeltqOsVdlYIRZEQt+Mca+T1EYwnFUbGUupDVD+SEi1nzFDz/QKKVivUuLR7I0zyOIQ9fRCTePXSxzVFCOIvg4zR8DOjG2ujaCEAuHYBpnMDqbMVGcRApoQfdNJdCLaeWMzJT35lysWaXNhrsLnPqV+IHkiBLvOo9XxGEM= Received: by 10.54.54.78 with SMTP id c78mr137858wra; Tue, 09 Nov 2004 20:07:42 -0800 (PST) Received: by 10.54.29.52 with HTTP; Tue, 9 Nov 2004 20:07:42 -0800 (PST) Message-ID: <910e60e804110920075f115267@mail.gmail.com> Date: Wed, 10 Nov 2004 11:07:42 +0700 From: dikshie To: freebsd-hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: IBM blade HS40 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dikshie List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 04:07:46 -0000 Dear All, anyone has experience installing FreeBSD-5.3 on to IBM Blade HS40 ? I have difficulty when installed FreeBSD-5.3 on to IBM Blade server HS40, the keyboard doesnt want to work when arrive on installation menu. from IBM blade HS40 documentation: "Although the keyboard that is attached to the BladeCenter is a PS/2 style keyboard, communication with it is through the Universal Serial Bus (USB)" best regards, -- -dikshie- From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 10 05:02:28 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB4916A4CE for ; Wed, 10 Nov 2004 05:02:28 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id A569843D3F for ; Wed, 10 Nov 2004 05:02:28 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id iAA547Ll030640; Tue, 9 Nov 2004 21:04:07 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id iAA546Ui030639; Tue, 9 Nov 2004 21:04:06 -0800 Date: Tue, 9 Nov 2004 21:04:06 -0800 From: Brooks Davis To: dikshie Message-ID: <20041110050406.GG23357@odin.ac.hmc.edu> References: <910e60e804110920075f115267@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xjyYRNSh/RebjC6o" Content-Disposition: inline In-Reply-To: <910e60e804110920075f115267@mail.gmail.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-hardware@freebsd.org Subject: Re: IBM blade HS40 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 05:02:28 -0000 --xjyYRNSh/RebjC6o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 10, 2004 at 11:07:42AM +0700, dikshie wrote: > Dear All, > anyone has experience installing FreeBSD-5.3 on to IBM Blade HS40 ? > I have difficulty when installed FreeBSD-5.3 on to IBM Blade server HS40, > the keyboard doesnt want to work when arrive on installation menu. > from IBM blade HS40 documentation: > "Although the keyboard that is attached to the BladeCenter is a PS/2 style > keyboard, communication with it is through the Universal Serial Bus (USB= )" =46rom the eratta: (31 Oct 2004, updated on 5 Nov 2004) For FreeBSD/i386 and FreeBSD/amd64, when installing FreeBSD 5.3 using an USB keyboard the keyboard will stop working once the kernel boots, because a PS/2 keyboard is always considered to be attached. As a workaround, select ``Escape to loader prompt'' in the boot loader menu and enter the following lines at the prompt: set hint.atkbd.0.flags=3D"0x1" boot Note that if you use the boot floppies, this is set by default. After the installation, add the following line to /boot/loader.conf: hint.atkbd.0.flags=3D"0x1" -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --xjyYRNSh/RebjC6o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBkaFFXY6L6fI4GtQRAof5AJ4i04NJFqNUjUvrFWL/83QMvgmdEQCgpvhY RHHlDlX3zQHVZvKRD4Z9HEo= =ruKd -----END PGP SIGNATURE----- --xjyYRNSh/RebjC6o-- From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 10 05:28:24 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB79916A4CE for ; Wed, 10 Nov 2004 05:28:24 +0000 (GMT) Received: from wrongcrowd.com (dsl231-043-085.sea1.dsl.speakeasy.net [216.231.43.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8015743D5E for ; Wed, 10 Nov 2004 05:28:24 +0000 (GMT) (envelope-from matt@wrongcrowd.com) Received: from [192.168.1.95] (port=2971 helo=tbird.wrongcrowd.com) by wrongcrowd.com with esmtp (Exim 4.34 (FreeBSD)) id 1CRkzu-0001f4-UI for freebsd-hardware@freebsd.org; Tue, 09 Nov 2004 21:26:24 -0800 Message-Id: <6.1.2.0.2.20041109210402.08ec4240@wrongcrowd.com> X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Tue, 09 Nov 2004 21:26:40 -0800 To: freebsd-hardware@freebsd.org From: Matt Staroscik In-Reply-To: <20041109120114.11AD616A592@hub.freebsd.org> References: <20041109120114.11AD616A592@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Score: 0.0 (/) Subject: Trouble rebuilding array on 3ware 7000 (twe) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 05:28:24 -0000 I need a hand from a disk guru as I am having some problems with a 7000-2 mirror under 4.10. I last built the stable branch a couple of months ago. My 3ware Escalade 7000-2 has a pair of Maxtor 160GBs on it. I run them mirrored. The other day, a drive bit the dust. As the disk was well and truly hosed according to the Maxtor utilities, I chucked it and dropped a replacement into the RAID. The replacement disk was the exact same Maxtor model. (these were all cold swaps by the way, no hot swap cages here yet.) At boot I hit alt-3 to get into the 3ware BIOS and I started the array rebuilding. All seemed well. The 3dm web page indicated a rebuild was in progress. Disks were chugging. After a few minutes, the rebuild stopped and the 3dm web page showed "error." The console showed an unhelpful twe0 Disk Error message. - Is it still the case that a 7000-series 3ware cannot successfully rebuild under FreeBSD? I found year-old mailing list traffic that mentioned this, and suggested a Knoppix Linux live CD as a workaround. - Might a bad block in /usr kill the rebuild? a dump of /usr (single user mode) did show 2 read errors, which were accompanied by twe controller failure (0x40) error messages. However, the system did not display any other problems. Here is my 7000-2 version information, from 3dm. (which I now see is deprecated... do I need to install the 3ware CLI tools?) Monitor version: ME7X 1.01.00.036 Firmware version: FE7X 1.05.00.050 BIOS version: BE7X 1.08.00.046 PCB version: Rev3 Achip version: 3.20 Pchip version: 1.30-33 Model: 7000-2 Unit count: 1 Many thanks in advance for your ideas. With half a RAID I am running on borrowed time. At least a SMART probe of the remaining drive only shows 2 errors! Best, Matt S. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Matt Staroscik * KF6IYW * mstar@speakeasy.net * http://wrongcrowd.com "The combined weight of the horrors I have authored wrought would crush your carbon hearts into perfect diamonds of terror." -- Leonid Kasparov Destroyovitch From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 10 07:48:50 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5049116A4CE for ; Wed, 10 Nov 2004 07:48:50 +0000 (GMT) Received: from mail.kurskline.ru (mail.kurskline.ru [195.161.221.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB60043D39 for ; Wed, 10 Nov 2004 07:48:49 +0000 (GMT) (envelope-from unicorn@kurskline.ru) Received: by mail.kurskline.ru (Postfix, from userid 1028) id 944E67920E2; Wed, 10 Nov 2004 10:48:47 +0300 (MSK) Received: from KISELIOV (gw-61.kurskline.ru [195.161.221.61]) by mail.kurskline.ru (Postfix) with ESMTP id A1A6C791DDC for ; Wed, 10 Nov 2004 10:48:43 +0300 (MSK) Date: Wed, 10 Nov 2004 10:48:43 +0300 From: "Roman V. Kiseliov" X-Mailer: The Bat! (v2.11) X-Priority: 3 (Normal) Message-ID: <1672326355.20041110104843@mail.kurskline.ru> To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on mail2.kurskline.ru X-Spam-Status: No, score=-105.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.1 X-Spam-Level: Subject: USB wireless keyboard and mouse strange behavior X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Roman V. Kiseliov" List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 07:48:50 -0000 Hi! I'm using A4-Tech Wireless Keyboard+Optical Mouse on FreeBSD 5.2.1-RELEASE Mouse and keyboard interacts with one RF receiver connected to one USB port. Keyboard works fine but mouse doesn't work. At startup FreeBSD detects devices /dev/ukbd0 and /dev/ums0 and A4 Tech USB RF Receiver Can you help me? From owner-freebsd-hardware@FreeBSD.ORG Thu Nov 11 22:59:39 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB6516A4CE for ; Thu, 11 Nov 2004 22:59:39 +0000 (GMT) Received: from imo-d04.mx.aol.com (imo-d04.mx.aol.com [205.188.157.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id B897243D2F for ; Thu, 11 Nov 2004 22:59:38 +0000 (GMT) (envelope-from JScharler@aol.com) Received: from JScharler@aol.com by imo-d04.mx.aol.com (mail_out_v37_r3.8.) id n.1a5.2a5d7daf (14374) for ; Thu, 11 Nov 2004 17:59:36 -0500 (EST) From: JScharler@aol.com Message-ID: <1a5.2a5d7daf.2ec548d8@aol.com> Date: Thu, 11 Nov 2004 17:59:36 EST To: freebsd-hardware@freebsd.org MIME-Version: 1.0 X-Mailer: 9.0 for Windows sub 5001 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Compatibility problem: DFE-570TX (dc(4)) & Linksys router/switch X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 22:59:39 -0000 From owner-freebsd-hardware@FreeBSD.ORG Fri Nov 12 06:04:20 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AD1A16A4CE for ; Fri, 12 Nov 2004 06:04:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103E043D58 for ; Fri, 12 Nov 2004 06:04:20 +0000 (GMT) (envelope-from dikshie@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so79149wra for ; Thu, 11 Nov 2004 22:04:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=k16Bkx/OPvWgmwq2qiCQx1TPgRRWJRy/lh44xQQgMScYX+8CeAsscSfVlTaLyPQu1gzno+9RjZvxmJfJo/e3Pc7wSaScErfDgTM1KZWRSXKgQDFsRBj2j7VeA1t2288CdDt8ZSXiZY/fIJn10tU33MaWc9LDh3VAeMuxEDnDQUU= Received: by 10.54.54.63 with SMTP id c63mr291872wra; Thu, 11 Nov 2004 22:04:19 -0800 (PST) Received: by 10.54.29.52 with HTTP; Thu, 11 Nov 2004 22:04:19 -0800 (PST) Message-ID: <910e60e804111122044101177c@mail.gmail.com> Date: Fri, 12 Nov 2004 13:04:19 +0700 From: dikshie To: freebsd-hardware@freebsd.org In-Reply-To: <20041110050406.GG23357@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <910e60e804110920075f115267@mail.gmail.com> <20041110050406.GG23357@odin.ac.hmc.edu> Subject: Re: IBM blade HS40 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dikshie List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 06:04:20 -0000 On Tue, 9 Nov 2004 21:04:06 -0800, Brooks Davis wrote: > On Wed, Nov 10, 2004 at 11:07:42AM +0700, dikshie wrote: > From the eratta: > (31 Oct 2004, updated on 5 Nov 2004) For FreeBSD/i386 and FreeBSD/amd64, > when installing FreeBSD 5.3 using an USB keyboard the keyboard will stop > working once the kernel boots, because a PS/2 keyboard is always > considered to be attached. As a workaround, select ``Escape to loader > prompt'' in the boot loader menu and enter the following lines at the > prompt: > set hint.atkbd.0.flags="0x1" > boot > Note that if you use the boot floppies, this is set by default. > After the installation, add the following line to /boot/loader.conf: > hint.atkbd.0.flags="0x1" thanks it works well. FreeBSD-5.3-RELEASE can be installed well on to IBM Blade HS40. But I face another problem. If I reboot the HS40 I have entered onto qlogic bios. if I dont enter onto qlogic bios device then the HS40 will hang on probing isp devices after reboot. with best regards, -dikshie- From owner-freebsd-hardware@FreeBSD.ORG Sat Nov 13 10:53:41 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 810AE16A4CE for ; Sat, 13 Nov 2004 10:53:41 +0000 (GMT) Received: from hostel.sm.bmstu.ru (ENERGO-BMSTU.bmstu.ru [195.19.32.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 502AC43D39 for ; Sat, 13 Nov 2004 10:53:40 +0000 (GMT) (envelope-from adler@smtp.ru) Received: from laptop.aknet.ru ([172.16.0.135]) (authenticated bits=0) by hostel.sm.bmstu.ru (8.13.1/8.13.1) with ESMTP id iADArTaH005208 for ; Sat, 13 Nov 2004 13:53:29 +0300 (MSK) (envelope-from adler@smtp.ru) Date: Sat, 13 Nov 2004 13:52:02 +0300 From: Sopov Alexey X-Mailer: The Bat! (v2.04.7) CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <1115004119.20041113135202@smtp.ru> To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.9 required=6.0 tests=AWL,BAYES_00 autolearn=no version=2.63 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0001] * 2.0 AWL AWL: Auto-whitelist adjustment X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on database.hostel.sm.bmstu.ru Subject: Tagged Queuing for ICxxxx in FreeBSD 5.* X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: adler List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 10:53:41 -0000 Hi! Will tagged queuing be supported for IBM/Hitachi ICxxx by FreeBSD 5.x? Thank you, sorry for my English. o_o -- [ /Iexa ] mailto:adler@smtp.ru