LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 01-01-2009, 04:09 PM   #1
ben44b
Member
 
Registered: Oct 2006
Distribution: Ubuntu
Posts: 66

Rep: Reputation: 15
Ubuntu not recognizing intel chipset?


I've searched high and low to fix this but I have to resort to posting a new thread. I've spent a day and a half working on it with no success.

I was unable to change my screen resolution to 1440x900. I didn't have the options. I'm using Kubuntu 8.10. My Acer x193w monitor is not being recognized by Ubuntu according to the /x.org file.



I've tried sudo dpgk @#$@#$@--rebuild the file and it's derivatives with no success. I've tried using envyng -t selecting both ATI and NVidia drivers. Nothing. I've downloaded a driver from the Intel web site but the installation was not successful.

Windows XP was pre-installed but used the entire drive to install Ubuntu.

Did I mention that I am a bit of a newb!

Here's my info.:

THIS IS FROM THE LOG FILE FROM MY ATTEMPT TO INSTALL THE INTEL DRIVER THAT I DOWNLOADED:

make -C /lib/modules/2.6.27-11-generic/build SUBDIRS=/home/bernie/Desktop/dripkg/agpgart-2.0 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-11-generic'
CC [M] /home/bernie/Desktop/dripkg/agpgart-2.0/backend.o
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:68: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:77: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:88: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:93: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_add_bridge’:
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:281: error: implicit declaration of function ‘inter_module_register’
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:281: error: ‘drm_agp’ undeclared (first use in this function)
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:281: error: (Each undeclared identifier is reported only once
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:281: error: for each function it appears in.)
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_remove_bridge’:
/home/bernie/Desktop/dripkg/agpgart-2.0/backend.c:301: error: implicit declaration of function ‘inter_module_unregister’
make[2]: *** [/home/bernie/Desktop/dripkg/agpgart-2.0/backend.o] Error 1
make[1]: *** [_module_/home/bernie/Desktop/dripkg/agpgart-2.0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-11-generic'
make: *** [default] Error 2
make -f Makefile.linux DRM_MODULES=gdg.ko modules
make[1]: Entering directory `/home/bernie/Desktop/dripkg/drm'
+ ln -s Makefile.linux Makefile
make -C /lib/modules/2.6.27-11-generic/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.27-11-generic'
rm: cannot remove `/home/bernie/Desktop/dripkg/drm/.tmp_versions/CVS': Is a directory
make[2]: *** [crmodverdir] Error 1
make[2]: Leaving directory `/usr/src/linux-headers-2.6.27-11-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/bernie/Desktop/dripkg/drm'
make: *** [gdg.ko] Error 2


HERE'S lspci result
:

lspci
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
02:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81)


I'll post my dmesg in a reply since I used too much space.

Thank you.
 
Old 01-01-2009, 04:12 PM   #2
ben44b
Member
 
Registered: Oct 2006
Distribution: Ubuntu
Posts: 66

Original Poster
Rep: Reputation: 15
Here's my dmesg (Part 1)

Here are the contents of my dmesg:






[ 0.000000] Linux version 2.6.27-11-generic (buildd@palmer) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Fri Dec 19 16:29:52 UTC 2008 (Ubuntu 2.6.27-11.22-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001fcf0000 (usable)
[ 0.000000] BIOS-e820: 000000001fcf0000 - 000000001fcfb000 (ACPI data)
[ 0.000000] BIOS-e820: 000000001fcfb000 - 000000001fd00000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000001fd00000 - 000000001fe80000 (usable)
[ 0.000000] BIOS-e820: 000000001fe80000 - 0000000020000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
[ 0.000000] DMI present.
[ 0.000000] last_pfn = 0x1fe80 max_arch_pfn = 0x100000
[ 0.000000] kernel direct mapping tables up to 1fe80000 @ 7000-d000
[ 0.000000] RAMDISK: 1f50b000 - 1fcdf765
[ 0.000000] ACPI: RSDP 000F6360, 0014 (r0 PTLTD )
[ 0.000000] ACPI: RSDT 1FCF7424, 0034 (r1 PTLTD RSDT 60400D0 LTP 0)
[ 0.000000] ACPI: FACP 1FCFAEE2, 0074 (r1 IBM NETVISTA 60400D0 PTL 1)
[ 0.000000] ACPI: DSDT 1FCF7458, 3A8A (r1 IBM Yelotail 60400D0 MSFT 100000E)
[ 0.000000] ACPI: FACS 1FCFBFC0, 0040
[ 0.000000] ACPI: TCPA 1FCFAF56, 0032 (r1 IBM NETVISTA 60400D0 PTL 1)
[ 0.000000] ACPI: APIC 1FCFAF88, 0050 (r1 PTLTD APIC 60400D0 LTP 0)
[ 0.000000] ACPI: BOOT 1FCFAFD8, 0028 (r1 PTLTD $SBFTBL$ 60400D0 LTP 1)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 510MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 1fe80000
[ 0.000000] low ram: 00000000 - 1fe80000
[ 0.000000] bootmap 00002000 - 00005fd0
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 001fe80000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00005c29e0] TEXT DATA BSS ==> [0000100000 - 00005c29e0]
[ 0.000000] #4 [001f50b000 - 001fcdf765] RAMDISK ==> [001f50b000 - 001fcdf765]
[ 0.000000] #5 [00005c3000 - 00005c6000] INIT_PG_TABLE ==> [00005c3000 - 00005c6000]
[ 0.000000] #6 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #7 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
[ 0.000000] #8 [0000002000 - 0000006000] BOOTMAP ==> [0000002000 - 0000006000]
[ 0.000000] found SMP MP-table at [c00f62d0] 000f62d0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x0001fe80
[ 0.000000] HighMem 0x0001fe80 -> 0x0001fe80
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0001fcf0
[ 0.000000] 0: 0x0001fd00 -> 0x0001fe80
[ 0.000000] On node 0 totalpages: 130575
[ 0.000000] free_area_init_node: node 0, pgdat c048c680, node_mem_map c1000000
[ 0.000000] DMA zone: 3963 pages, LIFO batch:0
[ 0.000000] Normal zone: 125463 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 000000001fcf0000 - 000000001fcfb000
[ 0.000000] PM: Registered nosave memory: 000000001fcfb000 - 000000001fd00000
[ 0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000)
[ 0.000000] PERCPU: Allocating 41628 bytes of per cpu data
[ 0.000000] NR_CPUS: 64, nr_cpu_ids: 1, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129426
[ 0.000000] Kernel command line: root=UUID=4dda4ad7-95f2-4dd8-ad07-788ca35fc362 ro xforcevesa quiet splash
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[ 0.000000] TSC: PIT calibration confirmed by PMTIMER.
[ 0.000000] TSC: using PMTIMER calibration value
[ 0.000000] Detected 2259.121 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.004000] Memory: 503996k/522752k available (2576k kernel code, 18004k reserved, 1165k data, 424k init, 0k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xffc77000 - 0xfffff000 (3616 kB)
[ 0.004000] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.004000] vmalloc : 0xe0800000 - 0xff3fe000 ( 491 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xdfe80000 ( 510 MB)
[ 0.004000] .init : 0xc04ad000 - 0xc0517000 ( 424 kB)
[ 0.004000] .data : 0xc03840da - 0xc04a7680 (1165 kB)
[ 0.004000] .text : 0xc0100000 - 0xc03840da (2576 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.004000] SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.004013] Calibrating delay loop (skipped), value calculated using timer frequency.. 4518.24 BogoMIPS (lpj=9036484)
[ 0.004039] Security Framework initialized
[ 0.004048] SELinux: Disabled at boot.
[ 0.004076] AppArmor: AppArmor initialized
[ 0.004090] Mount-cache hash table entries: 512
[ 0.004333] Initializing cgroup subsys ns
[ 0.004339] Initializing cgroup subsys cpuacct
[ 0.004344] Initializing cgroup subsys memory
[ 0.004367] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 0.004372] CPU: L2 cache: 512K
[ 0.004376] CPU: Hyper-Threading is disabled
[ 0.004397] Checking 'hlt' instruction... OK.
[ 0.020667] SMP alternatives: switching to UP code
[ 0.030472] Freeing SMP alternatives: 11k freed
[ 0.030478] ACPI: Core revision 20080609
[ 0.032680] ACPI: Checking initramfs for custom DSDT
[ 0.480237] ENABLING IO-APIC IRQs
[ 0.480950] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.484030] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 0.484030] ...trying to set up timer (IRQ0) through the 8259A ...
[ 0.484030] ..... (found apic 0 pin 0) ...
[ 0.529409] ....... works.
 
Old 01-01-2009, 04:13 PM   #3
ben44b
Member
 
Registered: Oct 2006
Distribution: Ubuntu
Posts: 66

Original Poster
Rep: Reputation: 15
Here's my dmesg (Part 2)

[ 0.529412] CPU0: Intel(R) Pentium(R) 4 CPU 2.26GHz stepping 04
[ 0.532031] Brought up 1 CPUs
[ 0.532031] Total of 1 processors activated (4518.24 BogoMIPS).
[ 0.532031] CPU0 attaching NULL sched-domain.
[ 0.532031] net_namespace: 840 bytes
[ 0.532031] Booting paravirtualized kernel on bare hardware
[ 0.532031] Time: 21:31:51 Date: 01/01/09
[ 0.532031] NET: Registered protocol family 16
[ 0.532031] EISA bus registered
[ 0.532031] ACPI: bus type pci registered
[ 0.532031] PCI: PCI BIOS revision 2.10 entry at 0xfd98d, last bus=2
[ 0.532031] PCI: Using configuration type 1 for base access
[ 0.532183] ACPI: EC: Look up EC in DSDT
[ 0.547301] ACPI: Interpreter enabled
[ 0.547308] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.547334] ACPI: Using IOAPIC for interrupt routing
[ 0.583318] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.583429] PCI: 0000:00:00.0 reg 10 32bit mmio: [d0000000, dfffffff]
[ 0.583501] PCI: 0000:00:02.0 reg 10 32bit mmio: [88000000, 8fffffff]
[ 0.583509] PCI: 0000:00:02.0 reg 14 32bit mmio: [80000000, 8007ffff]
[ 0.583619] PCI: 0000:00:1d.0 reg 20 io port: [1800, 181f]
[ 0.583679] PCI: 0000:00:1d.1 reg 20 io port: [1820, 183f]
[ 0.584058] PCI: 0000:00:1d.2 reg 20 io port: [1840, 185f]
[ 0.584116] PCI: 0000:00:1d.7 reg 10 32bit mmio: [c0080000, c00803ff]
[ 0.584172] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.584178] pci 0000:00:1d.7: PME# disabled
[ 0.584221] * The chipset may have PM-Timer Bug. Due to workarounds for a bug,
[ 0.584223] * this clock source is slow. If you are sure your timer does not have
[ 0.584225] * this bug, please use "acpi_pm_good" to disable the workaround
[ 0.584270] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.584279] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[ 0.584284] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
[ 0.584307] PCI: 0000:00:1f.1 reg 10 io port: [0, 7]
[ 0.584315] PCI: 0000:00:1f.1 reg 14 io port: [0, 3]
[ 0.584323] PCI: 0000:00:1f.1 reg 18 io port: [0, 7]
[ 0.584331] PCI: 0000:00:1f.1 reg 1c io port: [0, 3]
[ 0.584339] PCI: 0000:00:1f.1 reg 20 io port: [1860, 186f]
[ 0.584347] PCI: 0000:00:1f.1 reg 24 32bit mmio: [0, 3ff]
[ 0.584402] PCI: 0000:00:1f.3 reg 20 io port: [1880, 189f]
[ 0.584449] PCI: 0000:00:1f.5 reg 10 io port: [1c00, 1cff]
[ 0.584457] PCI: 0000:00:1f.5 reg 14 io port: [18c0, 18ff]
[ 0.584465] PCI: 0000:00:1f.5 reg 18 32bit mmio: [c0080c00, c0080dff]
[ 0.584473] PCI: 0000:00:1f.5 reg 1c 32bit mmio: [c0080800, c00808ff]
[ 0.584503] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[ 0.584509] pci 0000:00:1f.5: PME# disabled
[ 0.584560] PCI: 0000:02:08.0 reg 10 32bit mmio: [c0100000, c0100fff]
[ 0.584568] PCI: 0000:02:08.0 reg 14 io port: [2000, 203f]
[ 0.584607] pci 0000:02:08.0: supports D1
[ 0.584610] pci 0000:02:08.0: supports D2
[ 0.584613] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.584618] pci 0000:02:08.0: PME# disabled
[ 0.584650] pci 0000:00:1e.0: transparent bridge
[ 0.584656] PCI: bridge 0000:00:1e.0 io port: [2000, 2fff]
[ 0.584662] PCI: bridge 0000:00:1e.0 32bit mmio: [c0100000, c01fffff]
[ 0.584675] bus 00 -> node 0
[ 0.584685] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.585025] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
[ 0.670489] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.670674] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[ 0.670859] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[ 0.671042] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.671235] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[ 0.671426] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.671619] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.671812] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[ 0.672101] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.672160] pnp: PnP ACPI init
[ 0.672174] ACPI: bus type pnp registered
[ 0.716114] pnp: PnP ACPI: found 15 devices
[ 0.716118] ACPI: ACPI bus type pnp unregistered
[ 0.716124] PnPBIOS: Disabled by ACPI PNP
[ 0.716718] PCI: Using ACPI for IRQ routing
[ 0.716871] NET: Registered protocol family 8
[ 0.716871] NET: Registered protocol family 20
[ 0.716871] NetLabel: Initializing
[ 0.716871] NetLabel: domain hash size = 128
[ 0.716871] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.716871] NetLabel: unlabeled traffic allowed by default
[ 0.716871] tracer: 772 pages allocated for 65536 entries of 48 bytes
[ 0.716871] actual entries 65620
[ 0.716871] AppArmor: AppArmor Filesystem Enabled
[ 0.716871] ACPI: RTC can wake from S4
[ 0.716871] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[ 0.716871] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[ 0.716871] system 00:01: ioport range 0x800-0x87f has been reserved
[ 0.716871] system 00:01: ioport range 0x1000-0x107f has been reserved
[ 0.716871] system 00:01: ioport range 0x1100-0x111f has been reserved
[ 0.716871] system 00:01: ioport range 0x1180-0x11bf has been reserved
[ 0.716871] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.716871] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[ 0.716871] system 00:01: iomem range 0xeffffc00-0xefffffff has been reserved
[ 0.753286] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
[ 0.753292] pci 0000:00:1e.0: IO window: 0x2000-0x2fff
[ 0.753299] pci 0000:00:1e.0: MEM window: 0xc0100000-0xc01fffff
[ 0.753305] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.753326] pci 0000:00:1e.0: setting latency timer to 64
[ 0.753331] bus: 00 index 0 io port: [0, ffff]
[ 0.753335] bus: 00 index 1 mmio: [0, ffffffff]
[ 0.753338] bus: 02 index 0 io port: [2000, 2fff]
[ 0.753341] bus: 02 index 1 mmio: [c0100000, c01fffff]
[ 0.753343] bus: 02 index 2 mmio: [0, 0]
[ 0.753346] bus: 02 index 3 io port: [0, ffff]
[ 0.753349] bus: 02 index 4 mmio: [0, ffffffff]
[ 0.753366] NET: Registered protocol family 2
[ 0.753574] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.753933] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.754065] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.754192] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.754197] TCP reno registered
[ 0.754323] NET: Registered protocol family 1
[ 0.754517] checking if image is initramfs... it is
[ 1.256075] Switched to high resolution mode on CPU 0
[ 1.679665] Freeing initrd memory: 8017k freed
[ 1.679993] Simple Boot Flag at 0x6c set to 0x1
[ 1.680775] audit: initializing netlink socket (disabled)
[ 1.680804] type=2000 audit(1230845511.680:1): initialized
[ 1.687084] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.690473] VFS: Disk quotas dquot_6.5.1
[ 1.690613] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.690778] msgmni has been set to 1000
[ 1.690994] io scheduler noop registered
[ 1.690998] io scheduler anticipatory registered
[ 1.691002] io scheduler deadline registered
[ 1.691023] io scheduler cfq registered (default)
[ 1.691048] pci 0000:00:02.0: Boot video device
[ 1.691234] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
[ 1.691722] isapnp: Scanning for PnP cards...
[ 2.045638] isapnp: No Plug & Play device found
[ 2.106307] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 2.106468] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.106710] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.107793] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.108358] 00:0d: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.111015] brd: module loaded
[ 2.111124] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 2.111324] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PSM] at 0x60,0x64 irq 1,12
[ 2.113204] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.113213] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.113795] mice: PS/2 mouse device common for all mice
[ 2.114020] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 2.114046] rtc0: alarms up to one month, y3k
[ 2.114240] EISA: Probing bus 0 at eisa.0
[ 2.114251] Cannot allocate resource for EISA slot 1
[ 2.114255] Cannot allocate resource for EISA slot 2
[ 2.114288] EISA: Detected 0 cards.
[ 2.114293] cpuidle: using governor ladder
[ 2.114296] cpuidle: using governor menu
[ 2.115065] TCP cubic registered
[ 2.115111] Using IPI No-Shortcut mode
[ 2.115481] registered taskstats version 1
[ 2.115613] Magic number: 9:747:549
[ 2.115743] pci_link PNP0C0F:00: hash matches
[ 2.115779] rtc_cmos 00:04: setting system clock to 2009-01-01 21:31:53 UTC (1230845513)
[ 2.115783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.115786] EDD information not available.
[ 2.116483] Freeing unused kernel memory: 424k freed
[ 2.116552] Write protecting the kernel text: 2580k
[ 2.116593] Write protecting the kernel read-only data: 940k
[ 2.133392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 2.448055] fuse init (API version 7.9)
[ 2.724030] processor ACPI0007:00: registered as cooling_device0
[ 2.724039] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 2.734470] thermal LNXTHERM:01: registered as thermal_zone0
[ 2.735363] ACPI: Thermal Zone [THM0] (46 C)
[ 3.139828] usbcore: registered new interface driver usbfs
[ 3.139866] usbcore: registered new interface driver hub
[ 3.139931] usbcore: registered new device driver usb
[ 3.152234] USB Universal Host Controller Interface driver v3.0
[ 3.152313] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.152326] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.152331] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.152414] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 3.152452] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001800
[ 3.152700] usb usb1: configuration #1 chosen from 1 choice
[ 3.152742] hub 1-0:1.0: USB hub found
[ 3.152756] hub 1-0:1.0: 2 ports detected
[ 3.360410] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 3.360428] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.360433] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.360472] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 3.360516] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[ 3.360668] usb usb2: configuration #1 chosen from 1 choice
[ 3.360709] hub 2-0:1.0: USB hub found
[ 3.360723] hub 2-0:1.0: 2 ports detected
[ 3.456198] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 3.464391] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 3.464407] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3.464413] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.464453] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 3.464492] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[ 3.464640] usb usb3: configuration #1 chosen from 1 choice
[ 3.464688] hub 3-0:1.0: USB hub found
[ 3.464701] hub 3-0:1.0: 2 ports detected
[ 3.479126] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3.512176] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
[ 3.512182] e100: Copyright(c) 1999-2006 Intel Corporation
[ 3.522480] No dock devices found.
[ 3.568478] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 3.568499] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3.568504] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.568546] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
[ 3.572479] ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
[ 3.572500] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0080000
[ 3.616054] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 3.616343] usb usb4: configuration #1 chosen from 1 choice
[ 3.616386] hub 4-0:1.0: USB hub found
[ 3.616403] hub 4-0:1.0: 6 ports detected
[ 3.648893] SCSI subsystem initialized
[ 3.684955] libata version 3.00 loaded.
[ 3.826055] e100 0000:02:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.848754] e100 0000:02:08.0: PME# disabled
[ 3.851509] e100: eth0: e100_probe: addr 0xc0100000, irq 20, MAC addr 00:09:6b:62:c6:f1
[ 3.851557] pata_acpi 0000:00:1f.1: enabling device (0005 -> 0007)
[ 3.851568] pata_acpi 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 3.851626] pata_acpi 0000:00:1f.1: setting latency timer to 64
[ 3.851644] pata_acpi 0000:00:1f.1: PCI INT A disabled
[ 3.864674] ata_piix 0000:00:1f.1: version 2.12
[ 3.864694] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 3.864762] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 3.865258] scsi0 : ata_piix
[ 3.866714] scsi1 : ata_piix
[ 3.868330] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[ 3.868335] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[ 4.012082] usb 1-1: device not accepting address 2, error -71
[ 4.032567] ata1.00: ATA-5: ST340016A, 3.19, max UDMA/100
[ 4.032573] ata1.00: 78156288 sectors, multi 16: LBA
[ 4.048442] ata1.00: configured for UDMA/100
[ 4.068138] hub 1-0:1.0: unable to enumerate USB device on port 1
[ 4.228401] ata2.00: ATAPI: HL-DT-STDVD-ROM GDR8160B, 0009, max UDMA/66
[ 4.244325] ata2.00: configured for UDMA/66
[ 4.244499] scsi 0:0:0:0: Direct-Access ATA ST340016A 3.19 PQ: 0 ANSI: 5
[ 4.248858] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-ROM GDR8160B 0009 PQ: 0 ANSI: 5
[ 4.608087] usb 1-1: new full speed USB device using uhci_hcd and address 4
[ 4.644446] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.644501] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 4.686655] Driver 'sd' needs updating - please use bus_type methods
[ 4.686818] sd 0:0:0:0: [sda] 78156288 512-byte hardware sectors (40016 MB)
[ 4.686844] sd 0:0:0:0: [sda] Write Protect is off
[ 4.686849] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.686890] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.686991] sd 0:0:0:0: [sda] 78156288 512-byte hardware sectors (40016 MB)
[ 4.687015] sd 0:0:0:0: [sda] Write Protect is off
[ 4.687019] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.687059] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.687065] sda:<4>Driver 'sr' needs updating - please use bus_type methods
[ 4.697694] sda1 sda2 < sda5 >
[ 4.719516] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.741523] sr0: scsi3-mmc drive: 20x/48x cd/rw xa/form2 cdda tray
[ 4.741531] Uniform CD-ROM driver Revision: 3.20
[ 4.741675] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 4.792473] usb 1-1: configuration #1 chosen from 1 choice
[ 4.795319] hub 1-1:1.0: USB hub found
[ 4.800045] hub 1-1:1.0: 4 ports detected
[ 5.029496] PM: Starting manual resume from disk
[ 5.029502] PM: Resume from partition 8:5
[ 5.029505] PM: Checking hibernation image.
[ 5.029751] PM: Resume from disk failed.
[ 5.099231] kjournald starting. Commit interval 5 seconds
[ 5.099254] EXT3-fs: mounted filesystem with ordered data mode.
[ 5.102211] usb 1-1.1: new full speed USB device using uhci_hcd and address 5
[ 5.257414] usb 1-1.1: configuration #1 chosen from 1 choice
[ 5.333163] usb 1-1.3: new full speed USB device using uhci_hcd and address 6
[ 5.435133] usb 1-1.3: not running at top speed; connect to a high speed hub
[ 5.463347] usb 1-1.3: configuration #1 chosen from 1 choice
[ 11.073801] udevd version 124 started
[ 11.888217] Linux agpgart interface v0.103
[ 11.989096] agpgart-intel 0000:00:00.0: Intel 830M Chipset
[ 11.989289] agpgart-intel 0000:00:00.0: detected 892K stolen memory
[ 12.146043] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 12.155256] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0x88000000
[ 12.188800] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 12.220210] iTCO_vendor_support: vendor-support=0
[ 12.252222] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[ 12.252363] iTCO_wdt: Found a ICH4 TCO device (Version=1, TCOBASE=0x1060)
[ 12.252553] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.332240] intel_rng: Firmware space is locked read-only. If you can't or
[ 12.332243] intel_rng: don't want to disable this in firmware setup, and if
[ 12.332245] intel_rng: you are certain that your system has a functional
[ 12.332247] intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 12.402620] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 12.416032] ACPI: Power Button (FF) [PWRF]
[ 12.416241] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input3
[ 12.428030] ACPI: Power Button (CM) [PWRB]
[ 12.656314] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 15.200624] Linux video capture interface: v2.00
[ 15.264085] usbcore: registered new interface driver libusual
[ 15.334500] Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 15.334533] Intel ICH 0000:00:1f.5: setting latency timer to 64
[ 15.339982] gspca: main v2.2.0 registered
[ 15.366581] Initializing USB Mass Storage driver...
[ 15.369260] scsi2 : SCSI emulation for USB Mass Storage devices
[ 15.370929] usbcore: registered new interface driver usb-storage
[ 15.370968] USB Mass Storage support registered.
[ 15.370976] usb-storage: device found at 6
[ 15.370978] usb-storage: waiting for device to settle before scanning
[ 15.379086] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5
[ 15.379890] gspca: probing 0ac8:301b
[ 15.408517] parport_pc 00:0e: reported by Plug and Play ACPI
[ 15.408581] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 15.663539] zc3xx: probe sensor -> 0a
[ 15.663546] zc3xx: Find Sensor PB0330. Chip revision 0
[ 15.668829] gspca: probe ok
[ 15.668865] usbcore: registered new interface driver zc3xx
[ 15.668889] zc3xx: registered
[ 15.704045] intel8x0_measure_ac97_clock: measured 54613 usecs
[ 15.704050] intel8x0: clocking to 48000
[ 19.066085] lp0: using parport0 (interrupt-driven).
[ 19.241468] Adding 1502036k swap on /dev/sda5. Priority:-1 extents:1 across:1502036k
[ 19.833959] EXT3 FS on sda1, internal journal
[ 20.369828] usb-storage: device scan complete
[ 20.372812] scsi 2:0:0:0: CD-ROM SONY DVD RW DRU-820A 2.0c PQ: 0 ANSI: 0
[ 20.428828] sr1: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[ 20.429003] sr 2:0:0:0: Attached scsi CD-ROM sr1
[ 20.429229] sr 2:0:0:0: Attached scsi generic sg2 type 5
[ 20.956972] type=1505 audit(1230845532.051:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=3821
[ 21.205389] type=1505 audit(1230845532.299:3): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=3826
[ 21.205838] type=1505 audit(1230845532.299:4): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=3826
[ 21.353159] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 22.176492] ACPI: WMI: Mapper loaded
[ 23.447723] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 23.520705] IBM machine detected. Enabling interrupts during APM calls.
[ 23.520715] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[ 23.520719] apm: overridden by ACPI.
[ 23.741568] ppdev: user-space parallel port driver
[ 27.266306] Bluetooth: Core ver 2.13
[ 27.268837] NET: Registered protocol family 31
[ 27.268845] Bluetooth: HCI device and connection manager initialized
[ 27.268851] Bluetooth: HCI socket layer initialized
[ 27.297835] Bluetooth: L2CAP ver 2.11
[ 27.297842] Bluetooth: L2CAP socket layer initialized
[ 27.313233] Bluetooth: SCO (Voice Link) ver 0.6
[ 27.313240] Bluetooth: SCO socket layer initialized
[ 27.326577] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.326584] Bluetooth: BNEP filters: protocol multicast
[ 27.357519] Bridge firewalling registered
[ 27.403215] Bluetooth: RFCOMM socket layer initialized
[ 27.404221] Bluetooth: RFCOMM TTY layer initialized
[ 27.404228] Bluetooth: RFCOMM ver 1.10
[ 28.793413] mtrr: base(0x88000000) is not aligned on a size(0xd0000) boundary
[ 31.564134] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
[ 31.840854] NET: Registered protocol family 17
[ 36.327917] NET: Registered protocol family 10
[ 36.330594] lo: Disabled Privacy Extensions
[ 144.280510] ppdev0: registered pardevice
[ 144.328232] ppdev0: unregistered pardevice
[ 144.375948] ppdev0: registered pardevice
[ 144.424369] ppdev0: unregistered pardevice
[ 146.900205] ppdev0: registered pardevice
[ 146.948098] ppdev0: unregistered pardevice
 
Old 01-05-2009, 08:02 PM   #4
ben44b
Member
 
Registered: Oct 2006
Distribution: Ubuntu
Posts: 66

Original Poster
Rep: Reputation: 15
anyone?

Have I stumped the entire Linux community or is this board obsolete?
 
Old 01-05-2009, 08:15 PM   #5
jeepsiteguy
LQ Newbie
 
Registered: Dec 2008
Location: AZ, under the sun!
Distribution: ubuntu server 8.10
Posts: 4

Rep: Reputation: 0
Yeah, seems an Intel Video card is the grand stumper of all linux geeks! I too have an integraded intel card and cant find a driver or a solution.
 
Old 01-05-2009, 11:29 PM   #6
arnuld
Member
 
Registered: Dec 2005
Location: Punjab (INDIA)
Distribution: Arch
Posts: 209

Rep: Reputation: 30
yeah, my friend bought a new Core 2 Duo 3 GHz 2 days ago and guess, he can't run X :-\ . Intel G41 chipset, about Drivers for Linux, Intel web-site says: Sorry your Operating System is not supported

Last edited by arnuld; 01-05-2009 at 11:30 PM. Reason: addition
 
Old 01-06-2009, 05:06 AM   #7
jlinkels
Senior Member
 
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,483

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Is this a very new mainboard? Dit you try the pre-compiled xserver-xorg-intel driver?

If the latter installs and works, is the remaining problem the resolution?

jlinkels
 
Old 01-06-2009, 06:48 AM   #8
arnuld
Member
 
Registered: Dec 2005
Location: Punjab (INDIA)
Distribution: Arch
Posts: 209

Rep: Reputation: 30
Quote:
Originally Posted by jlinkels View Post
Is this a very new mainboard? Dit you try the pre-compiled xserver-xorg-intel driver?

If the latter installs and works, is the remaining problem the resolution?
yes, It is very new motherboard: EG41MF-S2H See the output of lspci down here.

He is using Ubuntu and Arch on 2 different hard disk and have used the pre-compiled distro-provided driver, xerver-xorg-video-intel in case of Ubuntu. He can run the X with a resolution much lower than the native resolution of his LCD monitor. He is running 1280x1024 on Ubuntu and 1024x768 on Arch and trust me it looks pretty much ugly on on Samsung T220.

Running "Xorg -configure" gives me fbdev as the driver and when I do startx, it says No Screens found: device /dev/fb0 does not exist.

Quote:
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
03:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)

Last edited by arnuld; 01-06-2009 at 06:55 AM. Reason: addition
 
Old 01-06-2009, 07:54 AM   #9
farslayer
Guru
 
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,230
Blog Entries: 5

Rep: Reputation: 185Reputation: 185
ben44b
for the widescreen monitor on the 845 you probably need to install 915 resolution..
http://slibuntu.wordpress.com/2007/0...ge-resolution/




arnuld
Quote:
The GMA X4500 will also be used in the G41 chipset,
xserver-xorg-video-intel-2.4 adds support for Intel X4500 graphics card

Anyone with a NEW intel board may need to look at intels Linux Graphics website.. http://intellinuxgraphics.org/
You will probably have to download and compile the newest intel driver to get the X4500 working.
I don't think there are too many distros with that version of the driver included yet. (Debian Lenny has 2.3.2 currently)

Last edited by farslayer; 01-06-2009 at 08:03 AM.
 
Old 01-06-2009, 08:14 AM   #10
jlinkels
Senior Member
 
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,483

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Yes, from the LSPCI I see that you have an Intel 82845 controller, and that one should hopefully work with the xserver-xorg-intel driver.

Can you check /var/log/Xorg.0.log?

You should check if the intel driver is loaded by X, there should be clear messages about it.

Then look at the messages which describe the decision process for a certain resulution. Most likely it will tell you that you want 1440x900 and that it is not supported.

Make sure that you have that mode in your /etc/X11/xorg.conf.

The Intel 945 (driver) has a bug that it can only work in a few number of resolutions. This is because it has a table which allow only a few entries describing resolutions. There is a fix for that called something with 915resolution or so.

jlinkels
 
Old 01-06-2009, 11:23 AM   #11
jlinkels
Senior Member
 
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,483

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
This should be it.

http://www.geocities.com/stomljen/

I had the same problem with a 945 chipset, could make 1152x864. AFter installing this hack it worked fine. Debian and Ubuntu packages available.

jlinkels
 
Old 01-06-2009, 02:23 PM   #12
ben44b
Member
 
Registered: Oct 2006
Distribution: Ubuntu
Posts: 66

Original Poster
Rep: Reputation: 15
Yikes!

Now I wish my only problem was fixing the resolution!

My keyboard won't let me access my bios so I can't interrupt the boot procedure. Ubuntu 8.10 in the drive doesn't load properly (it stops after giving me the ubuntu sound, but then just a black screen).

I tried that 915resolution for Intrepid but it does not show up in the packages. Can I still download it and run it? It says it has been replaced by xorg-xserver-intel-video but that does squat and it is installed.

I tried to re-install XP which I wiped completely with Ubuntu originally, but for whatever reason my keyboard has stopped working, I can`t even press a key to install when it says: PRESS ANY KEY TO BOOT FROM THE CD...

AARRGGGHHH!

I live on the 7th floor. I hope no one is outside when I chuck this thing of my balcony.

Thanks for the replies.
 
Old 01-06-2009, 03:13 PM   #13
farslayer
Guru
 
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,230
Blog Entries: 5

Rep: Reputation: 185Reputation: 185
Interesting because it's still listed in the Intrepid Ibex Ubuntuguide..

http://ubuntuguide.org/wiki/Ubuntu:I...lution_problem

but you are right a package search shows 915resolution for Hardy but not Ibex..


Apparently you should be able to just install the intel driver from the repository, and if it still gives you grief insert a modeline into the xorg.conf

sudo apt-get install xserver-xorg-video-intel

the driver line in your xorg.con should read "intel"


Code:
Section "Device"
	Identifier	"intel 845"
	Driver		"intel"
	BusID		"PCI:1:5:0"
EndSection

Last edited by farslayer; 01-06-2009 at 03:24 PM.
 
Old 01-06-2009, 06:14 PM   #14
ben44b
Member
 
Registered: Oct 2006
Distribution: Ubuntu
Posts: 66

Original Poster
Rep: Reputation: 15
Back to square 1

OK. I popped the little battery on the motherboard and restored my BIOS settings. Whew!

So now this is what my xorg.conf looks like:

g.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
Identifier "intel 845"
Driver "intel"
BusID "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


I'll give it a shot.

Thank you.
 
Old 01-06-2009, 06:25 PM   #15
ben44b
Member
 
Registered: Oct 2006
Distribution: Ubuntu
Posts: 66

Original Poster
Rep: Reputation: 15
Almost there

I was able to change my BIOS in the video system setup to 8000 something K instead of 1024K. I've got a much better resolution but I'm trying the 915 resolution noted above.

Thanks for the help.

Last edited by ben44b; 01-06-2009 at 07:52 PM. Reason: wrong result
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel® Installing 965 Express Chipset family graphics controller in Ubuntu tram Linux - Hardware 4 06-29-2009 08:00 AM
Could Freespire have drivers that Ubuntu lack for Intel 915 chipset? nooby Linspire/Freespire 5 05-06-2008 05:32 AM
does the intel duo 965 chipset with envidia 8400m gs work ubuntu 7.10? bobear Linux - Newbie 2 01-17-2008 10:02 PM
agpgart not recognizing Intel G965 chipset kamran_pro Linux - Kernel 1 11-10-2006 06:05 AM
Ubuntu server (2.6.12) on a SATA drive, Intel chipset? Dee-ehn Linux - Hardware 2 04-21-2006 07:47 AM


All times are GMT -5. The time now is 11:54 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration