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

18th March 2009, 10:20 AM
|
|
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.
|

18th March 2009, 10:23 AM
|
 |
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
|

18th March 2009, 11:08 AM
|
|
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.
|

18th March 2009, 11:39 AM
|
|
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
|

18th March 2009, 11:43 AM
|
 |
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
|

18th March 2009, 11:59 AM
|
|
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
|

18th March 2009, 12:06 PM
|
 |
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>
|

18th March 2009, 12:32 PM
|
 |
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.
|

18th March 2009, 02:03 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 7

|
|
Quote:
Originally Posted by notageek
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 ~]#
|

18th March 2009, 02:13 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 7

|
|
Quote:
Originally Posted by beaker_
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
|

18th March 2009, 03:36 PM
|
 |
"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.
|

18th March 2009, 03:46 PM
|
 |
Registered User
|
|
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068

|
|
Quote:
Originally Posted by hnit_hnout
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".
|

18th March 2009, 07:07 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 7

|
|
Quote:
Originally Posted by PabloTwo
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
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:26 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|