From: Lavender <448463782@qq.com>
To: gentoo-user <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] Can't find driver for VGA in kernel source tree
Date: Sat, 15 Oct 2011 10:13:23 +0800 [thread overview]
Message-ID: <tencent_3757AC8B1F84733A31AD3BC8@qq.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]
Hello, everyone ! I'm trying to build a kernel
manully and there is a problem.
I use lspci command and it shows my
VGA card information:
01:00.0 VGA compatible controller:
ATI Technologies Inc M92 LP
Then I type
$ cd /sys/bus/pci/devices/0000:01:00.0
$ cat vendor
$ cat device
Now I get the vendor ID 0x1002
and the device ID 0x9552 for my VGA card
Then I type
$ grep -i 0x1002 include/linux/pci_ids.h
It shows #define PCI_VENDOR_ID_ATI 0x1002
$grep -i 0x9552 include/linux/pci_ids.h
It shows nothing
$grep -Rl PCI_VENDOR_ID_ATI
It prints a lot message, but I should notice
files in directory drivers/media video and gpu.
Here are the files in them:
/drivers/media/video/cx88/cx88-card.c
/drivers/video/aty/radeon_base.c
/drivers/video/aty/atyfb_base.c
/drivers/video/aty/aty128fb.c
/drivers/drm/radeon/radeon_agp.c
I have searched through these files, but I didn't
find both 0x1002 and 0x9552 in one file which
means these files are not drivers I need.
If it means that there is no driver for my VGA in
kernel source tree ? But my laptop is bought two
years ago, hardware is not fashion.
[-- Attachment #2: Type: text/html, Size: 1601 bytes --]
next reply other threads:[~2011-10-15 2:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-15 2:13 Lavender [this message]
2011-10-15 3:13 ` [gentoo-user] Can't find driver for VGA in kernel source tree Nilesh Govindarajan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tencent_3757AC8B1F84733A31AD3BC8@qq.com \
--to=448463782@qq.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox