CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 5 - General Support
  The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  pschaff
      pschaff
Re: The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#8
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
You are welcome. Thanks for reporting back. Please let us know if CentOS-6 works for you. I see I forgot to move this thread back to CentOS-5 after my earlier confusion. Done now.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/3/7 12:34
Create PDF from Post Print
Top
  •  DrBim
      DrBim
Re: The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#7
Jr Board Member
Joined: 2012/2/23
From
Posts: 27
Think you.
Began to move to kernel 2.6.32
Posted on: 2012/3/7 11:01
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#6
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Both the screen output from the script and Readme First should have told you how to handle the script output. As the site you linked to was not very friendly about showing the text I pasted it in-line for you.

Is the capture card this item from lspci?

03:05.0 Non-VGA unclassified device [0000]: Texas Instruments TMS320DM642 [104c:9065] (rev 01)

I found the DS-4004HCI manufacturers page and the so-called Hikvision DS-4000 Linux SDK v4.3 (02.06.09) which only includes a couple of kernel modules for specific kernel versions and no source code, so things do not look too good as far as creating a CentOS-6 driver, but some of the included documentation says:

  Copyright 2004-2006, Hangzhou Hikvision Digital Technology Co., Ltd.


   If you have any customized requirements, please contact us.

   Website: http://en.hikvision.com
   E-mail:  overseabusiness@hikvision.com
   Tel:     0086-571-88060577
   Fax:     0086-571-88805843

   Support Tel: (+86571)-88075998-8079
   Support Email: xuhf@hikvision.com

   Address: No.36, Macheng Road, Hangzhou, Zhejiang, China
   Post Code: 310012

----------------------------------------------------------------------------


      Video Capture Card Driver Install/Uninstall for Linux

   NOTICE: Your Linux kernel might not be supported directly.
           Please contact your equipment provider if necessary providing
                   with below information (output of these commands):
        
           # uname -a
           # uname -r
           # gcc -v

My subsequent googling only confirmed what the docs in the above SDK say - only Fedora 3 - 8 and Redhat 9 are supported, and since CentOS-5 is based on Fedora 6 it is too.


Back to the Intel driver issue - the lspci info shows:

00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a001]

So i915 is the correct CentOS-6 driver:
$ grep -i 8086 /lib/modules/*/modules.alias | grep -i a001
/lib/modules/2.6.32-220.2.1.el6.i686/modules.alias:alias pci:v00008086d0000A001sv*sd*bc03sc*i* i915
/lib/modules/2.6.32-220.4.1.el6.i686/modules.alias:alias pci:v00008086d0000A001sv*sd*bc03sc*i* i915
/lib/modules/2.6.32-220.4.2.el6.i686/modules.alias:alias pci:v00008086d0000A001sv*sd*bc03sc*i* i915
/lib/modules/2.6.32-220.el6.i686/modules.alias:alias pci:v00008086d0000A001sv*sd*bc03sc*i* i915


On CentOS-5 no driver is found by the above grep magic.

The Intel 2011Q4 drivers will not build on CentOS-5 as they require a 2.6.29 or later kernel. So looks like your system need CentOS-6 but your card needs CentOS-5 unless driver source, or a later driver is available. Catch 22.

I'd be looking for a more modern and better supported video capture card.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/2/27 22:32
Create PDF from Post Print
Top
  •  DrBim
      DrBim
Re: The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#5
Jr Board Member
Joined: 2012/2/23
From
Posts: 27
Perhaps I just spoke it not exactly. I installed CentOS 6.1 to see what drivers are installed for the video.
Below is the result of the script (if file is not sended then http://www.fileconvoy.com/dfl.php?id=gd4837af0a1972e6594941494bacd28154c021 ).
The video capture card is DS-4004HCI. I have no its driver for CentOS 6.xx but only for CentOS 5.xx.

Information for general problems.
== BEGIN uname -rmi ==
2.6.18-274.18.1.el5 i686 i386
== END   uname -rmi ==

== BEGIN rpm -qa \*-release\* ==
centos-release-notes-5.7-0
centos-release-5-7.el5.centos
== END   rpm -qa \*-release\* ==

== BEGIN cat /etc/redhat-release ==
CentOS release 5.7 (Final)
== END   cat /etc/redhat-release ==

== BEGIN getenforce ==
Disabled
== END   getenforce ==

== BEGIN free -m ==
             total       used       free     shared    buffers     cached
Mem:          2016        617       1398          0         30        379
-/+ buffers/cache:        207       1808
Swap:         4031          0       4031
== END   free -m ==

== BEGIN rpm -qa yum\* rpm-\* python | sort ==
python-2.4.3-44.el5_7.1
rpm-libs-4.4.2.3-22.el5_7.2
rpm-python-4.4.2.3-22.el5_7.2
yum-3.2.22-37.el5.centos
yum-fastestmirror-1.1.16-16.el5.centos
yum-metadata-parser-1.1.2-3.el5.centos
yum-updatesd-0.9-2.el5
== END   rpm -qa yum\* rpm-\* python | sort ==

== BEGIN ls /etc/yum.repos.d ==
CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
CentOS-Vault.repo
== END   ls /etc/yum.repos.d ==

== BEGIN cat /etc/yum.conf ==
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum

# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h

installonly_limit = 5

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
== END   cat /etc/yum.conf ==

== BEGIN yum repolist all ==
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.awanti.com
 * extras: ftp.riken.jp
 * updates: ftp.riken.jp
repo id                       repo name                           status
C5.0-base                     CentOS-5.0 - Base                   disabled
C5.0-centosplus               CentOS-5.0 - Plus                   disabled
C5.0-extras                   CentOS-5.0 - Extras                 disabled
C5.0-updates                  CentOS-5.0 - Updates                disabled
C5.1-base                     CentOS-5.1 - Base                   disabled
C5.1-centosplus               CentOS-5.1 - Plus                   disabled
C5.1-extras                   CentOS-5.1 - Extras                 disabled
C5.1-updates                  CentOS-5.1 - Updates                disabled
C5.2-base                     CentOS-5.2 - Base                   disabled
C5.2-centosplus               CentOS-5.2 - Plus                   disabled
C5.2-extras                   CentOS-5.2 - Extras                 disabled
C5.2-updates                  CentOS-5.2 - Updates                disabled
C5.3-base                     CentOS-5.3 - Base                   disabled
C5.3-centosplus               CentOS-5.3 - Plus                   disabled
C5.3-extras                   CentOS-5.3 - Extras                 disabled
C5.3-updates                  CentOS-5.3 - Updates                disabled
C5.4-base                     CentOS-5.4 - Base                   disabled
C5.4-centosplus               CentOS-5.4 - Plus                   disabled
C5.4-extras                   CentOS-5.4 - Extras                 disabled
C5.4-updates                  CentOS-5.4 - Updates                disabled
C5.5-base                     CentOS-5.5 - Base                   disabled
C5.5-centosplus               CentOS-5.5 - Plus                   disabled
C5.5-extras                   CentOS-5.5 - Extras                 disabled
C5.5-updates                  CentOS-5.5 - Updates                disabled
C5.6-base                     CentOS-5.6 - Base                   disabled
C5.6-centosplus               CentOS-5.6 - Plus                   disabled
C5.6-extras                   CentOS-5.6 - Extras                 disabled
C5.6-updates                  CentOS-5.6 - Updates                disabled
base                          CentOS-5 - Base                     enabled: 2,705
c5-media                      CentOS-5 - Media                    disabled
centosplus                    CentOS-5 - Plus                     disabled
contrib                       CentOS-5 - Contrib                  disabled
debug                         CentOS-5 - Debuginfo                disabled
extras                        CentOS-5 - Extras                   enabled:   299
updates                       CentOS-5 - Updates                  enabled:   584
repolist: 3,588
== END   yum repolist all ==

== BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
== END   egrep 'include|exclude' /etc/yum.repos.d/*.repo ==

== BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
== END   sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==

== BEGIN cat /etc/fstab ==
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
== END   cat /etc/fstab ==

== BEGIN df -h ==
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      448G  3.6G  421G   1% /
/dev/sda1              99M   19M   76M  20% /boot
tmpfs                1009M     0 1009M   0% /dev/shm
== END   df -h ==

== BEGIN fdisk -l ==

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14       60801   488279610   8e  Linux LVM

Disk /dev/sdb: 4051 MB, 4051697664 bytes
227 heads, 32 sectors/track, 1089 cylinders
Units = cylinders of 7264 * 512 = 3719168 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1        1090     3956720    b  W95 FAT32
== END   fdisk -l ==

== BEGIN blkid ==
/dev/mapper/VolGroup00-LogVol01: TYPE="swap" 
/dev/mapper/VolGroup00-LogVol00: UUID="255bf3f3-04ac-4ae3-9a68-c1b4204fc69b" TYPE="ext3" 
/dev/sda1: LABEL="/boot" UUID="65bf6d72-2330-4507-ab4b-546ba00c6d68" TYPE="ext3" 
/dev/VolGroup00/LogVol00: UUID="255bf3f3-04ac-4ae3-9a68-c1b4204fc69b" TYPE="ext3" 
/dev/VolGroup00/LogVol01: TYPE="swap" 
/dev/sdb1: LABEL="FOR_SPAR" UUID="7EA3-C476" TYPE="vfat" 
== END   blkid ==

== BEGIN cat /proc/mdstat ==
Personalities : 
unused devices: <none>
== END   cat /proc/mdstat ==

== BEGIN pvs ==
File descriptor 3 (/dev/tty) leaked on pvs invocation. Parent PID 3803: /bin/bash
File descriptor 7 (pipe:[12008]) leaked on pvs invocation. Parent PID 3803: /bin/bash
  PV         VG         Fmt  Attr PSize   PFree
  /dev/sda2  VolGroup00 lvm2 a-   465.66G    0 
== END   pvs ==

== BEGIN vgs ==
File descriptor 3 (/dev/tty) leaked on vgs invocation. Parent PID 3803: /bin/bash
File descriptor 7 (pipe:[12008]) leaked on vgs invocation. Parent PID 3803: /bin/bash
  VG         #PV #LV #SN Attr   VSize   VFree
  VolGroup00   1   2   0 wz--n- 465.66G    0 
== END   vgs ==

== BEGIN lvs ==
File descriptor 3 (/dev/tty) leaked on lvs invocation. Parent PID 3803: /bin/bash
File descriptor 7 (pipe:[12008]) leaked on lvs invocation. Parent PID 3803: /bin/bash
  LV       VG         Attr   LSize   Origin Snap%  Move Log Copy%  Convert
  LogVol00 VolGroup00 -wi-ao 461.72G                                      
  LogVol01 VolGroup00 -wi-ao   3.94G                                      
== END   lvs ==

== BEGIN rpm -qa kernel\* | sort ==
kernel-2.6.18-274.18.1.el5
kernel-2.6.18-274.el5
kernel-headers-2.6.18-274.18.1.el5
== END   rpm -qa kernel\* | sort ==

== BEGIN lspci -nn ==
00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a000]
00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a001]
00:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a002]
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation N10/ICH7 Family SATA IDE Controller [8086:27c0] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
02:00.0 IDE interface [0101]: JMicron Technology Corp. JMB368 IDE controller [197b:2368]
03:05.0 Non-VGA unclassified device [0000]: Texas Instruments TMS320DM642 [104c:9065] (rev 01)
== END   lspci -nn ==

== BEGIN lsusb ==
Bus 004 Device 003: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000  
Bus 001 Device 002: ID 8564:1000  
Bus 002 Device 001: ID 0000:0000  
Bus 005 Device 001: ID 0000:0000  
== END   lsusb ==

== BEGIN rpm -qa kmod\* kmdl\* ==
== END   rpm -qa kmod\* kmdl\* ==

== BEGIN ifconfig -a ==
eth0      Link encap:Ethernet  HWaddr 00:E0:B4:02:82:47  
          inet addr:192.168.2.124  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:b4ff:fe02:8247/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5514 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1823 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1640958 (1.5 MiB)  TX bytes:300725 (293.6 KiB)
          Interrupt:225 Base address:0xa000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6473 (6.3 KiB)  TX bytes:6473 (6.3 KiB)

sit0      Link encap:IPv6-in-IPv4  
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

== END   ifconfig -a ==

== BEGIN brctl show ==
./getinfo.sh: line 87: brctl: command not found
== END   brctl show ==

== BEGIN route -n ==
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
0.0.0.0         192.168.2.5     0.0.0.0         UG    0      0        0 eth0
== END   route -n ==

== BEGIN cat /etc/resolv.conf ==
; generated by /sbin/dhclient-script
search uvg.local
nameserver 192.168.2.25
== END   cat /etc/resolv.conf ==

== BEGIN grep net /etc/nsswitch.conf ==
#networks:   nisplus [NOTFOUND=return] files
#netmasks:   nisplus [NOTFOUND=return] files     
netmasks:   files
networks:   files
netgroup:   nisplus
== END   grep net /etc/nsswitch.conf ==

== BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
NetworkManager 	0:off	1:off	2:off	3:off	4:off	5:off	6:off
network        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
wpa_supplicant 	0:off	1:off	2:off	3:off	4:off	5:off	6:off
== END   chkconfig --list | grep -Ei 'network|wpa' ==
[Moderator edit: Paste script results in-line.]
Posted on: 2012/2/27 7:12
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#4
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
If you told us what the video capture card is we might be able to help with that. Providing the requested information would help with that.

If you want to go back to CentOS-5 please let me know and I will move the thread back there, but when you said you installed 6.1 I presumed it was to stay.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/2/26 14:59
Create PDF from Post Print
Top
  •  DrBim
      DrBim
Re: The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#3
Jr Board Member
Joined: 2012/2/23
From
Posts: 27
Thank you for your attention to my question.

Of course, the most promising way is to move to a modern version of the operating system. But I still have to stay on version 5 because it has only a specific hardware driver (video capture card). Unfortunately, there's a problem displaying on the monitor because of delays. This is due to lack of driver of video subsystem, which is why it is using vesa driver and not using tools for hardware acceleration.
Posted on: 2012/2/26 7:52
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#2
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

As you are now on CentOS-6 I am moving the thread to a more appropriate forum. You should not be installing 6.1 as the current/supported release is 6.2. Please "yum update" to get to 6.2 plus subsequent errata. If still having trouble you may want to consider using ELRepo xorg-x11-drv-intel.

If more help is needed then please provide more information about your system by running "./getinfo.sh" and showing us the output file.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/2/23 15:44
Create PDF from Post Print
Top
  •  DrBim
      DrBim
The graphic subsystem GMA 3150 driver and CentOS 5.5/5.7
#1
Jr Board Member
Joined: 2012/2/23
From
Posts: 27
I have CentOS 5.5 (release kernel-2.6.18- 274.18.1.el5) on ITX-WD425 motherboard (processor Intel D425) and I need a driver for integrated VGA (the graphic subsystem is GMA 3150). The install process wrote automatically at xorg.conf file a driver "vesa" but not "intel". On http://intellinuxgraphics.org/2011Q4.html there are sources for this driver but, for example, "pixman" that is needed is factually for CentOS 6 kernel (I do not remember the version). Less versions "pixman" won't do for this case. Or not? I came to a standstill. How i can to install driver?

And more - then I have installed CentOS 6.1 but command lspci -k give answer:

00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
 Subsystem: Intel Corporation N10 Family Integrated Graphics Controller
 Kernel driver in use: i915
 Kernel modules: i915
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
 Subsystem: Intel Corporation Device a001

But why "i915"? because it is D425 processor and NM10 chipset!

block-scheme of D425-processor and all chipset here http://downloadmirror.intel.com/19122/eng/D425KT_D425KTW_TechProdSpec.pdf (p. 13).
Posted on: 2012/2/23 9:01
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com