vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Installing Debian & can't get Xserver to start. It won't recognize the GeForce4 (generic) video card. The lspci - Debian report is listed below. The lspci - RH(FC2) is listed also. Also the on MB network card is not seen by Debian, Intel 82801BD PRO/100 VE is not seen. Any help would be appreciated. kahn |
| |||
| frank wrote: > Installing Debian & can't get Xserver to start. It won't recognize the > GeForce4 (generic) video card. The lspci - Debian report is listed > below. The lspci - RH(FC2) is listed also. > Also the on MB network card is not seen by Debian, Intel 82801BD PRO/100 > VE is not seen. > Any help would be appreciated. > > kahn OK now they are below ! Debian - 00:00.0 Host bridge: Intel Corp.: Unknown device 2560 (rev 02) 00:01.0 PCI bridge: Intel Corp.: Unknown device 2561 (rev 02) 00:1d.0 USB Controller: Intel Corp.: Unknown device 24c2 (rev 02) 00:1d.1 USB Controller: Intel Corp.: Unknown device 24c4 (rev 02) 00:1d.2 USB Controller: Intel Corp.: Unknown device 24c7 (rev 02) 00:1d.7 USB Controller: Intel Corp.: Unknown device 24cd (rev 02) 00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (rev 82) 00:1f.0 ISA bridge: Intel Corp.: Unknown device 24c0 (rev 02) 00:1f.1 IDE interface: Intel Corp.: Unknown device 24cb (rev 02) 00:1f.3 SMBus: Intel Corp.: Unknown device 24c3 (rev 02) 00:1f.5 Multimedia audio controller: Intel Corp.: Unknown device 24c5 (rev 02) 01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0281 (rev a1) 02:01.0 Multimedia video controller: Brooktree Corporation Bt878 (rev 11) 02:01.1 Multimedia controller: Brooktree Corporation Bt878 (rev 11) 02:02.0 SCSI storage controller: Adaptec AHA-2930CU (rev 03) 02:03.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a) 02:03.1 Input device controller: Creative Labs SB Live! (rev 0a) 02:04.0 Ethernet controller: Digital Equipment Corporation DECchip 21140 [FasterNet] (rev 20) 02:06.0 RAID bus controller: Promise Technology, Inc. 20267 (rev 02) 02:07.0 FireWire (IEEE 1394): Lucent Microelectronics: Unknown device 5811 (rev 04) 02:08.0 Ethernet controller: Intel Corp.: Unknown device 1039 (rev 82) RH - 00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 02) 00:01.0 PCI bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE Host-to-AGP Bridge (rev 02) 00:1d.0 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #3 (rev 02) 00:1d.7 USB Controller: Intel Corp. 82801DB (ICH4) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB/ER Hub interface to PCI Bridge (rev 82) 00:1f.0 ISA bridge: Intel Corp. 82801DB (ICH4) LPC Bridge (rev 02) 00:1f.1 IDE interface: Intel Corp. 82801DB (ICH4) Ultra ATA 100 Storage Controller (rev 02) 00:1f.3 SMBus: Intel Corp. 82801DB/DBM (ICH4) SMBus Controller (rev 02) 00:1f.5 Multimedia audio controller: Intel Corp. 82801DB (ICH4) AC'97 Audio Controller (rev 02) 01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x] (rev a1) 02:01.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11) 02:01.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11) 02:02.0 SCSI storage controller: Adaptec AHA-2930CU (rev 03) 02:03.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a) 02:03.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 0a) 02:04.0 Ethernet controller: Digital Equipment Corporation DECchip 21140 [FasterNet] (rev 20) 02:06.0 RAID bus controller: Promise Technology, Inc. 20267 (rev 02) 02:07.0 FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 04) 02:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 VE (LOM) Ethernet Controller (rev 82) |
| ||||
| Hello frank (<kahn39@sc.rr.com>) wrote: > Installing Debian & can't get Xserver to start. It won't recognize the > GeForce4 (generic) video card. The lspci - Debian report is listed > below. The lspci - RH(FC2) is listed also. XFree 4.1 in Debian Woody (3.0) only supports GF2 or older with the nv driver. Either - use the VESA driver - ugrade XFree to 4.3 using backports (http://www.apt-get.org) - install the closed-source-driver from http://www.nvidia.com > Also the on MB network card is not seen by Debian, Intel 82801BD > PRO/100 VE is not seen. Either the kernel is too old, or you need to load the driver. If you use Woody, check what kernel is installed (uname -r). If it is 2.2.2 (-idepci), upgrade to the latest 2.4.18-1 packages from security.debian.org. Don't forget to configure lilo to use the initrd that comes with that kernel. If you already use 2.4.18, upgrade to 2.4.27 from <http://www.backports.org>. best regards Andreas Janssen -- Andreas Janssen <andreas.janssen@bigfoot.com> PGP-Key-ID: 0xDC801674 ICQ #17079270 Registered Linux User #267976 http://www.andreas-janssen.de/debian-tipps-sarge.html |