Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread Alexey Vatchenko
[EMAIL PROTECTED] wrote:
 cbb0 at pci2 dev 12 function 0 vendor ENE, unknown product 0x1411 rev
 0x02pci_intr_map: no mapping for pin A
 : couldn't map interrupt

To get rid of this message find pcibios0 at bios0 ... line in your
kernel config file and change flags to 0x0042. Then recompile kernel
and boot it. If you have any PCMCIA card try it. It'd be interesting to
know the results.

-- 
%cat ~/doc/personal.txt
mailto: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]



Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread mickey
On Fri, Feb 17, 2006 at 01:14:25PM +0200, Alexey Vatchenko wrote:
 [EMAIL PROTECTED] wrote:
  cbb0 at pci2 dev 12 function 0 vendor ENE, unknown product 0x1411 rev
  0x02pci_intr_map: no mapping for pin A
  : couldn't map interrupt
 
 To get rid of this message find pcibios0 at bios0 ... line in your
 kernel config file and change flags to 0x0042. Then recompile kernel
 and boot it. If you have any PCMCIA card try it. It'd be interesting to
 know the results.

of course the right way is to boot into UKC:

boot -c
...
UKC change pcibios
change pcibios (y/n)? y
flags [0x0]: 0x30
UKC exit

and send a full dmesg then please.

cu
-- 
paranoic mickey   (my employers have changed but, the name has remained)



Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread Alexey Vatchenko
mickey wrote:
 On Fri, Feb 17, 2006 at 01:14:25PM +0200, Alexey Vatchenko wrote:
 of course the right way is to boot into UKC:
 
 boot -c
 ...
 UKC change pcibios
 change pcibios (y/n)? y
 flags [0x0]: 0x30
 UKC exit
 
 and send a full dmesg then please.

http://psytech.h10.ru/full_dmesg.txt

-- 
%cat ~/doc/personal.txt
mailto: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]



cardbus cant map interrupt - asus pundit barebone

2006-02-15 Thread brtw2003
hi fellows,

having issues to get the cardbus working.

Hardware: Asus Pundit AB-P2600
Cardbus Chipset: ENE CB-710Q Chip

OpenBSD 3.8 GENERIC#76 Intel(R) Pentium(R) 4 CPU 3.00GHz

relevant dmesg part:

cbb0 at pci2 dev 12 function 0 vendor ENE, unknown product 0x1411 rev
0x02pci_intr_map: no mapping for pin A
: couldn't map interrupt
vendor ENE, unknown product 0x0510 (class memory subclass flash, rev
0x00) at pci2 dev 12 funct



thx for any advise
/geri



Re: cardbus cant map interrupt - asus pundit barebone

2006-02-15 Thread Nick Guenther
On 2/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 hi fellows,

 having issues to get the cardbus working.

 Hardware: Asus Pundit AB-P2600
 Cardbus Chipset: ENE CB-710Q Chip

 vendor ENE, unknown product 0x0510 (class memory subclass flash, rev
 0x00) at pci2 dev 12 funct

'unknown product' means there's no drivers for it.



Re: cardbus cant map interrupt - asus pundit barebone

2006-02-15 Thread David Gwynne

On 16/02/2006, at 2:25 PM, Nick Guenther wrote:

On 2/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

hi fellows,

having issues to get the cardbus working.

Hardware: Asus Pundit AB-P2600
Cardbus Chipset: ENE CB-710Q Chip

vendor ENE, unknown product 0x0510 (class memory subclass flash,  
rev

0x00) at pci2 dev 12 funct


'unknown product' means there's no drivers for it.


no, it just means we dont have an entry for it in our pci device list  
inside the kernel. not all drivers need pci dev entries for matching  
on a device. for example all the usb host controller drivers attach  
on the devices class, not its vendor and product ids. in this  
situation you can have a driver happily attach to a device while  
printing out unknown product.


dlg