Sponsored Content
Operating Systems Solaris Problem installing Solaris on a V890 using flash Post 302096373 by BG_JrAdmin on Wednesday 15th of November 2006 09:13:09 AM
Old 11-15-2006
I ended up using the eri interfaces and it worked.

It did seem like the drivers werent loaded for the ce cards.
 

7 More Discussions You Might Find Interesting

1. Solaris

Problem installing Solaris 9

Hi all, i am new in solaris, i have a solris server Ultra 60, when i turn on the server show me the follow error: Bad magic number in disk label can`t open disk label package Boot device: net File and args: Timeouot waiting for ARP/RARP packet Timeouot waiting for ARP/RARP packet .... I... (3 Replies)
Discussion started by: elimunoz
3 Replies

2. Solaris

Installing Solaris 8 on a V890

Question, I have a new V890 preloaded witrh Solaris 10. Due to SW compatibility I need to run Sol 8 on the server. When running boot cdrom from the ok prompt, I get amessages looking for a location on the CDROM to find the startup install SW. The path must be different from what's on Sol 10 install... (4 Replies)
Discussion started by: stocksj
4 Replies

3. Solaris

problem installing solaris 10

I tried to install solaris 10 on a Netra T2000 server. From prompt ok, I entered "boot cdrom - install" command. Then, things seems to work normally. Except that nothing happend after displaying "Configuring the /devices". It seems that, installation never arrived to configure /devices. ... (4 Replies)
Discussion started by: Thom
4 Replies

4. Solaris

Problem installing Solaris 10

Hello to everybody, I`m Trying to install solaris 10 in a e3000 sun sparc.I have to create a instalation server, because de scsi cdrom doesn`t work.When i am in the prompt and write boot net, everything is going great i see the banner ( Solaris 5.10 64 bits version bla bla bla) but sudenly stop... (8 Replies)
Discussion started by: enkei17
8 Replies

5. UNIX for Dummies Questions & Answers

Installing Solaris 10 on Flash Drive

Where can I find instructions for doing this? I am running Win XP and would like to be able to run solaris 10 from my flash drive. Thanks, Carrie (3 Replies)
Discussion started by: Carrie Heiser
3 Replies

6. Solaris

HBA problem...? at SF V890

Dear All, I need your help. I have server like this SunOS 5.10 Generic_141444-09 sun4u sparc SUNW,Sun-Fire-V890 with messages like this... Oct 10 17:07:52 iscsi: NOTICE: unrecognized ioctl 0x403 Oct 10 17:07:52 scsi: WARNING: /pseudo/fcp@0 (fcp0): Oct 10 17:07:52 Invalid... (4 Replies)
Discussion started by: mbah_jiman
4 Replies

7. Solaris

Installing Solaris 10 x86 from USB flash drive

Dear friends, I have the DVD image of solaris 10 but I don't have DVD writer to burn it onto a dvd R. I was wondering if I could install Solaris from my 4gb usb flash drive as my PC supports booting from usb. I have installed Windows 7 this way recently, I have no idea about Solaris. Could you... (2 Replies)
Discussion started by: gabam
2 Replies
CARDBUS(4)						   BSD Kernel Interfaces Manual 						CARDBUS(4)

NAME
cardbus, cardslot, cbb -- CardBus driver SYNOPSIS
cbb* at pci? dev? function ? cardslot* at cbb? cardbus* at cardslot? pcmcia* at cardslot? XX* at cardbus? function ? DESCRIPTION
NetBSD provides machine-independent bus support and drivers for CardBus devices. The cbb device represents the CardBus controller. Each controller has a number of slots, represented by the cardslot devices. A slot can have either a CardBus card or a PCMCIA card, which are attached with the cardbus or pcmcia devices, respectively. SUPPORTED DEVICES
NetBSD includes the following machine-independent CardBus drivers, sorted by function and driver name: Network interfaces ath Atheros 5210/5211/5212 802.11 atw ADMtek ADM8211 (802.11) ex 3Com 3c575TX and 3c575BTX fxp Intel i8255x ral Ralink Technology RT25x0 (802.11) rtk Realtek 8129/8139 rtw Realtek 8180L (802.11) tlp DECchip 21143 Serial interfaces com Modems and serial cards SCSI controllers adv AdvanSys 1200[A,B], 9xx[U,UA] ahc Adaptec ADP-1480 njs Workbit NinjaSCSI-32 USB controllers ehci Enhanced Host Controller (2.0) ohci Open Host Controller uhci Universal Host Controller IEEE1394 controllers fwohci OHCI controller Disk and tape controllers siisata Silicon Image SATA-II controllers. DIAGNOSTICS
cbb devices may not be properly handled by the system BIOS on i386-family systems. If, on an i386-family system, the cbb driver reports cbb0: NOT USED because of unconfigured interrupt then enabling options PCI_ADDR_FIXUP options PCI_BUS_FIXUP options PCI_INTR_FIXUP or (if ACPI is in use) options PCI_INTR_FIXUP_DISABLED in the kernel configuration might be of use. SEE ALSO
adv(4), ahc(4), ath(4), atw(4), com(4), ehci(4), ex(4), fxp(4), njs(4), ohci(4), options(4), pci(4), pcmcia(4), ral(4), rtk(4), rtw(4), siisata(4), tlp(4), uhci(4) HISTORY
The cardbus driver appeared in NetBSD 1.5. BUGS
Memory space conflicts NetBSD maps memory on Cardbus and PCMCIA cards in order to access the cards (including reading CIS tuples on PCMCIA cards) and access the devices using the RBUS abstraction. When the mapping does not work, PCMCIA cards are typically ignored on insert, and Cardbus cards are rec- ognized but nonfunctional. On i386, the kernel has a heuristic to choose a memory address for mapping, defaulting to 1 GB, but choosing 0.5 GB on machines with less than 192 MB RAM and 2 GB on machines with more than 1 GB of RAM. The intent is to use an address that is larger than available RAM, but low enough to work; some systems seem to have trouble with addresses requiring more than 20 address lines. On i386, the following kernel configuration line disables the heuristics and forces Cardbus memory space to be mapped at 512M; this value makes Card- bus support (including PCMCIA attachment under a cbb) work on some notebook models, including the IBM Thinkpad 600E (2645-4AU) and the Compaq ARMADA M700: options RBUS_MIN_START="0x20000000" BSD
July 19, 2009 BSD
All times are GMT -4. The time now is 04:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy