LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 06-23-2009, 03:48 PM   #1
dinkyverma279
LQ Newbie
 
Registered: Jun 2009
Posts: 29

Rep: Reputation: 15
Detection of new hardware


Hi,

I have a new USB PCI card and its drivers. Now when i insert the USB PCI card in PCI slot and restart linux, Linux is not detecting it, it hangs may be it is not getting drivers. Can somebody tell where will i copy this drivers so that linux will detect new hardware?

Regards,
dinky
 
Old 06-24-2009, 01:18 AM   #2
JulianTosh
Member
 
Registered: Sep 2007
Location: Las Vegas, NV
Distribution: Fedora / CentOS
Posts: 674
Blog Entries: 3

Rep: Reputation: 90
open a terminal and type 'dmesg -c'
insert your device and let things settle for about 10 seconds
type 'dmesg' #without the -c

This should give you some debugging info about the device. Google the information provided to try and find more information on your problem.

If you like, post the output and I'll see what I can find.
 
Old 06-26-2009, 06:24 AM   #3
dinkyverma279
LQ Newbie
 
Registered: Jun 2009
Posts: 29

Original Poster
Rep: Reputation: 15
See if there is problem
These are the logs when i did like this:

[ 922.682587] spurious 8259A interrupt: IRQ7.
[ 924.193664] irq 3: nobody cared (try booting with the "irqpoll" option)
[ 924.193670] Pid: 5152, comm: pulseaudio Tainted: G D 2.6.27.18-custom #1
[ 924.193674] [<c03497f3>] ? printk+0x1d/0x22
[ 924.193683] [<c016361c>] __report_bad_irq+0x2c/0xa0
[ 924.193704] [<f883d05d>] ? tg3_read32+0xd/0x10 [tg3]
[ 924.193714] [<c01638bc>] note_interrupt+0x22c/0x260
[ 924.193721] [<f8842d5c>] ? tg3_interrupt_tagged+0xdc/0xf0 [tg3]
[ 924.193729] [<c0162851>] ? handle_IRQ_event+0x41/0x80
[ 924.193734] [<c01641c3>] handle_level_irq+0x83/0xa0
[ 924.193737] [<c0105e11>] do_IRQ+0x41/0x80
[ 924.193742] [<c01436fc>] ? tick_program_event+0x1c/0x20
[ 924.193747] [<c0104803>] common_interrupt+0x23/0x28
[ 924.193750] [<c016007b>] ? audit_tag_tree+0x15b/0x3a0
[ 924.193755] [<c012ac44>] ? __do_softirq+0x34/0xc0
[ 924.193759] [<c012ad1d>] do_softirq+0x4d/0x50
[ 924.193762] [<c012ae35>] irq_exit+0x55/0x80
[ 924.193765] [<c0105e16>] do_IRQ+0x46/0x80
[ 924.193768] [<c0104803>] common_interrupt+0x23/0x28
[ 924.193773] [<f89c3730>] ? snd_ctl_poll+0x0/0x60 [snd]
[ 924.193783] [<c0190000>] ? shmem_file_aio_read+0x70/0x310
[ 924.193790] [<f89c3761>] ? snd_ctl_poll+0x31/0x60 [snd]
[ 924.193798] [<c01a52de>] do_sys_poll+0x1de/0x3c0
[ 924.193804] [<c01a5db0>] ? __pollwait+0x0/0xe0
[ 924.193807] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193812] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193816] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193819] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193823] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193826] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193830] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193834] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193837] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193841] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193844] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193848] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193851] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193855] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193859] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193862] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193866] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193869] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193873] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193876] [<c011eb70>] ? default_wake_function+0x0/0x10
[ 924.193881] [<c02c038b>] ? sys_send+0x3b/0x40
[ 924.193886] [<c014016b>] ? getnstimeofday+0x5b/0x110
[ 924.193890] [<c023346b>] ? copy_to_user+0x3b/0x130
[ 924.193896] [<c01a5752>] sys_poll+0x32/0x80
[ 924.193899] [<c0103d5f>] sysenter_do_call+0x12/0x2f
[ 924.193903] [<c0340000>] ? netlbl_unlabel_acceptflg_set+0x30/0x70
[ 924.193908] =======================
[ 924.193910] handlers:
[ 924.193911] [<f889d950>] (usb_hcd_irq+0x0/0x90 [usbcore])
[ 924.193928] [<f889d950>] (usb_hcd_irq+0x0/0x90 [usbcore])
[ 924.193941] [<f889d950>] (usb_hcd_irq+0x0/0x90 [usbcore])
[ 924.193954] [<f8842c80>] (tg3_interrupt_tagged+0x0/0xf0 [tg3])
[ 924.193963] Disabling IRQ #3
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
hardware non-detection Nemesissparadise Linux - Hardware 1 11-27-2007 03:34 AM
Hardware Detection oli888 Debian 6 12-22-2006 04:50 PM
new hardware detection.... blind958 Mandriva 6 07-16-2004 12:43 PM
Hardware detection groovin Debian 12 03-16-2004 05:01 PM
hardware detection johncla Linux - Hardware 2 04-27-2002 06:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 03:57 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration