• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

help with setpci.. to configure internal modem.

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
If you used setpci for configuring internal modems on Linux, can you tell me if (and how) I can use setpci to set IRQ for the PCI card.
I have internal modem 56FW-92 from BestData which is hardware flow controlled. My lspci -vv output shows IRQ 0 for the Communication controler. I wanted to set it to IRQ 10
I have been trying to configure this modem since two days and has been very frustrating.. Any help is very much appriciated..
Thanks.
 
Saloon Keeper
Posts: 28663
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're in luck(?) Last week I didn't even know the "pci" utilities existed, but I've been doing some modem research of my own.
You don't usually WANT to override the IRQ for a PCI bus device. One of the primary reasons we WENT to PCI was to escape the IRQ/DMA/address conflicts. PCI IRQ's are sharable, unlike the old ATA IRQ's.
Actually, having the IRQ show up as "0" makes me wonder if the device in fact has IRQ capabilities at all. Winmodems are notorious for their dependency on the CPU, and it's possible that this device is polled rather than interrupt driven.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic