Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th March 2009, 10:20 AM
hnit_hnout Offline
Registered User
 
Join Date: Mar 2009
Posts: 7
I need help for specific ISA Card Driver

hi,
I am writing a driver to an ISA card non-PnP, i almosty finished the driver, the driver is loaded in the kernel, but my problem that I cannot find the ISA base address to control the card the driver was working on fedora 6 but now i passed to fedora 8 and i while i was googling i found that i should change the base address and i don't know how to find it, because in fedora 6 some one helped me to find it and lnow I am working on my own.
Thanks

Last edited by notageek; 18th March 2009 at 10:23 AM. Reason: Unmarked thread as urgent.
Reply With Quote
  #2  
Old 18th March 2009, 10:23 AM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
Please do not mark threads as urgent, all threads are important.

Thread Edited
Reply With Quote
  #3  
Old 18th March 2009, 11:08 AM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
The base address of a non-PnP ISA card is set by jumper blocks or dip switches on the card. See your hardware documentation.
Reply With Quote
  #4  
Old 18th March 2009, 11:39 AM
hnit_hnout Offline
Registered User
 
Join Date: Mar 2009
Posts: 7
I marked Urgent because i have put the thread in another page and no body answers me and i am working for a company that our machine witch is connected to this damn card is not working.
And the we don't have a documentation for this card because it is too old and it is card that controls translation platines so it is not standard card

Thanks
Reply With Quote
  #5  
Old 18th March 2009, 11:43 AM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
I understand this problem is important to you, similarly understand that others who post on this forum may have equally important problems, we try to give equal precedence to all threads and therefore we discourage marking threads as urgent.

You can also read our forum guidelines for this and other guidelines.

Quote:
Don't mark your question as important or critical. All questions asked are equally important.
http://www.fedoraforum.org/?view=guide
Reply With Quote
  #6  
Old 18th March 2009, 11:59 AM
hnit_hnout Offline
Registered User
 
Join Date: Mar 2009
Posts: 7
I have another question maybe it can help ... i saw on some forums that the package "hwtools" for debian countains some helpfull tools like "scanport" witch can give all possible active addresses so is it possible to find it for fedora;

btw i installed apt-get and typed :
$apt-get install hwtools
and doesn't work does anybody have any solution
Reply With Quote
  #7  
Old 18th March 2009, 12:06 PM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
I don't believe "hwtools" is not available in Fedora considering its developed for Debian. In Fedora the package management is handled by "yum"

You may use the following commands to search and install tools in Fedora.

Code:
# yum search hwtools
# yum install <name>
Reply With Quote
  #8  
Old 18th March 2009, 12:32 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
I'm making a big guess because I saw thw words isa and controls. If it's an old honeyell ricm or mpcp then you might find your answers at tac or customer.honeywell.com. Most of those manuals are scanned by and searchable. It's been a while for me, truth is I have only one site left to upgrade so I could grab it on my next visit.
Reply With Quote
  #9  
Old 18th March 2009, 02:03 PM
hnit_hnout Offline
Registered User
 
Join Date: Mar 2009
Posts: 7
Quote:
Originally Posted by notageek View Post
I don't believe "hwtools" is not available in Fedora considering its developed for Debian. In Fedora the package management is handled by "yum"

You may use the following commands to search and install tools in Fedora.

Code:
# yum search hwtools
# yum install <name>
I tried it and doesn't work is there any source link to add it to my "source.list"

Code:
[root@psbmesures ~]# yum search hwtools
No Matches found
[root@psbmesures ~]#
Reply With Quote
  #10  
Old 18th March 2009, 02:13 PM
hnit_hnout Offline
Registered User
 
Join Date: Mar 2009
Posts: 7
Quote:
Originally Posted by beaker_ View Post
I'm making a big guess because I saw thw words isa and controls. If it's an old honeyell ricm or mpcp then you might find your answers at tac or customer.honeywell.com. Most of those manuals are scanned by and searchable. It's been a while for me, truth is I have only one site left to upgrade so I could grab it on my next visit.
thanks any way but it is not this types of card it is an "UPG 3600 ISA card" manufactured with a candian company that does not exists now.

And by the way if there is any one how has written a driver and have some experience i can send him my code...
The fact that code works on FC6 but now it is not working.... on FC8
Reply With Quote
  #11  
Old 18th March 2009, 03:36 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,120
You might find some useful information to discover resource allocations on isa/pci bus's from this link. I didn't dig very deep on this page, but it looks promising.
Reply With Quote
  #12  
Old 18th March 2009, 03:46 PM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
Quote:
Originally Posted by hnit_hnout View Post
I tried it and doesn't work is there any source link to add it to my "source.list"

Code:
[root@psbmesures ~]# yum search hwtools
No Matches found
[root@psbmesures ~]#
Thats what I said, its not available in Fedora, and in future to install applications/programs use "yum" instead of "apt-get".
Reply With Quote
  #13  
Old 18th March 2009, 07:07 PM
hnit_hnout Offline
Registered User
 
Join Date: Mar 2009
Posts: 7
Quote:
Originally Posted by PabloTwo View Post
You might find some useful information to discover resource allocations on isa/pci bus's from this link. I didn't dig very deep on this page, but it looks promising.
I read this page a lot of times they talk about "scanport" witch is for debian only so I seached i found that is package of hwtools for debian only, If you can give me a hint how install something similar having the same option.

Quote:
Originally Posted by markkuk View Post
The base address of a non-PnP ISA card is set by jumper blocks or dip switches on the card. See your hardware documentation.
I have seen and i found 12 switches so i think they are binary switches and they equivalant in hexa to 0xCCC or 0x333 in there position and i tried both of them and nothing happens
Reply With Quote
Reply

Tags
card, driver, isa, specific

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Associating specific DNS's with specific ethers Jakkals Servers & Networking 0 9th July 2009 02:29 PM
Bad Video Card or Bad Driver? jafar Hardware & Laptops 2 25th November 2005 10:10 AM
Help!!!!!!with driver ATI card Dr. Hardware & Laptops 2 20th January 2005 11:34 PM
TV-Card Driver flyer2000 Hardware & Laptops 0 10th January 2005 07:29 PM
Help me with Video card driver!!PLEASE!!!!! orbknives Using Fedora 5 3rd August 2004 12:07 PM


Current GMT-time: 13:26 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat