Sponsored Content
Operating Systems BSD X -configure fails on NetBSD: Number of created screens does not ... Post 302941902 by Corona688 on Wednesday 22nd of April 2015 02:48:21 PM
Old 04-22-2015
It's unlikely to be a BIOS problem.

Comment out this line:
Code:
BusID       "PCI:1:5:0"

Unless you have more than one card that may be more specific than needed.
This User Gave Thanks to Corona688 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AIX Console screens

How do you switch screens in AIX? I know you can use ALT-F1, ALT-F3, etc. in SCO Unix. Help!!! (2 Replies)
Discussion started by: falstaff100
2 Replies

2. Solaris

Created cron.allow file and now email fails

Getting ready for Sarbanes Oxley and I was told that I need to create a cron.allow file for the box so that only specified users can create cron jobs. That was easy enough, and I put in all the accounts that had scheduled cron jobs such as: root lp My oracle account A couple of programmer... (1 Reply)
Discussion started by: citrowske
1 Replies

3. Debian

./configure is broken - /lib/cpp fails sanity check

Hi, I first wanted to install my NIC drivers but it said: Makefile:62: *** Linux kernel source not found. Stop. So I installed the kernel source: linux-source-2.6.18_2.6.18.dfsg.1-13etch5_all.deb 1) cd /usr/src 2) -xjvf linux-source.2.6.18.extension (forget what it was) 3) ln -s... (12 Replies)
Discussion started by: Virtuality
12 Replies

4. Shell Programming and Scripting

Count number of Nodes created and write it to a Log file

Dear Experts, I have to count the number of AddressRecords formed in bbc.xml file using unix script file. For example: for below pasted file, I need to write an output to a log file as "No. of Address Records Created=4". Snippet of bbc.xml:- <?xml version="1.0" encoding="UTF-8" ?> -... (1 Reply)
Discussion started by: phani333
1 Replies

5. HP-UX

HP UX welcome screens

How I can I remove the welcome screen for HPUX ie * * * * * Welcome to AIX Version 5.3! * * * but only for some users ? Thanks (4 Replies)
Discussion started by: belfastbelle
4 Replies

6. What is on Your Mind?

3D screens in surgical industry

I just had this odd idea that may even have some future. The advent of 3D screens for the mass market might prove useful for the healthcare industry, while in surgical practices they rely on medical imagery more and more often. Perhaps the introduction of 3D screens will give the illusion of depth... (4 Replies)
Discussion started by: figaro
4 Replies

7. Red Hat

How can I see all screens of a user?

Hi folks, I was running many commands using root and closed the session. I would like to see if there is a way to go back to the server and see those screens so I can remember what I did the next time I need to do that. Thanks a bunch! (3 Replies)
Discussion started by: 300zxmuro
3 Replies

8. UNIX for Dummies Questions & Answers

Check number of files that were created before a date?

Hi all, In a directory I have a lot of files created in history. However do I check the number of files that were created before a designated date? Thanks (1 Reply)
Discussion started by: isaacniu
1 Replies

9. SCO

Cannot Switch from GUI to Text Screens

A client's SCO UNIX OpenServer 5.0.7 MP 4 system: The X-Windows GUI comes up fine (on multi-screen 2) but I cannot switch to tty01 or tty03 or any other tty. The display just shows a blinking cursor. I went into scoadmin video and checked that the function keys were all assigned--they are. I've... (6 Replies)
Discussion started by: Transpower
6 Replies

10. Solaris

Separate X screens on x86 Solaris 11.3

Good morning, I` am trying to make a separate X screens on x86 machine Dell XE2 Intel i5 2.5Ghz . Video : Xeon E3-1200 v3/4 Gen Core Processor Integrated Graphics processor Using Solaris 11.3 Release: kernel SunOS 5.11 Gnome 2.30.2 So right now I have tried to change... (4 Replies)
Discussion started by: defs
4 Replies
PCMCIA_CORE(4)						     Kernel Interfaces Manual						    PCMCIA_CORE(4)

NAME
pcmcia_core - PCMCIA Card Services core module SYNOPSIS
insmod pcmcia_core.o [pc_debug=n] [setup_delay=n] [resume_delay=n] [shutdown_delay=n] [vcc_settle=n] [reset_time=n] [unreset_delay=n] [unreset_check=n] [unreset_limit=n] [cis_speed=n] [io_speed=n] [cis_width=n] [probe_io=n] [probe_mem=n] [cb_mem_base=n] [cb_bus_base=n] [cb_bus_step=n] [cb_pci_irq=n] DESCRIPTION
Pcmcia_core is the core Card Services module, required for all drivers for specific PCMCIA cards. It is loaded prior to loading any socket device drivers. In the event that kernel version mismatches prevent this module from being loaded, version information can be extracted from the module itself by doing: strings -n 10 pcmcia_core.o | head -3 PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. setup_delay=n Sets the delay between when a card is first detected, and when it will be powered up. In 1/100 second increments, the default is 5. resume_delay=n Sets the delay between when a resume event is processed, and when a suspended card will be powered up. In 1/100 second increments, the default is 20. shutdown_delay=n Sets the delay between when when a card removal event is detected, and when the socket will be disabled. In 1/100 second incre- ments, the default is 5. vcc_settle=n Sets the time to wait after first applying power to a socket before accessing a card. In 1/100 second increments, the default is 40. reset_time=n Sets how long the software reset signal will be asserted, in microseconds. The default is 10. unreset_delay=n Sets the delay between when a card is reset, and when the card will first be checked to see if it is ready. In 1/100 second incre- ments, the default is 10. This delay should be increased for cards that raise the ready signal prematurely. unreset_check=n Sets how often to check to see if a card is ready after it is sent a software reset. In 1/100 second increments, the default is 10. unreset_limit=n Sets the maximum number of checks to make before pronouncing a card to be dead. The default is 50 (i.e., 5 seconds). cis_speed=n Sets the access delay in nanoseconds for CIS memory windows. This parameter only affects card identification. The default is 300 ns. cis_width=n If this flag is set, then CIS windows are configured for 16-bit transfers. The default is 0 (i.e., use 8-bit transfers). io_speed=n Sets the access delay in nanoseconds for IO port windows. The default is 0. probe_io=n A flag indicating if Card Services should probe IO port regions for conflicts with other devices unknown to Linux. The default is 1 (true). probe_mem=n A flag indicating if Card Services should probe memory windows for conflicts with ROM extensions or memory-mapped devices. The default is 1 (true). cb_mem_base=n Sets the base address to use for memory mapping CardBus bridge registers. By default, bridges that are not already initialized by the PCI BIOS will be mapped at 0x68000000. If this parameter is set, then this value will override any existing mappings. cb_bus_base=n Specifies that PCI bus numbers for CardBus busses should be renumbered starting with this value. By default, bus values that are uninitialized at boot time will be numbered starting with bus 0x20. cb_bus_step=n Specifies the number of bus slots to reserve for secondary PCI busses, for each CardBus socket, when busses are renumbered. The default is 2. cb_pci_irq=n Specifies an interrupt number 1..15 to be assigned to any CardBus bridge whose PCI interrupt was not set by the BIOS. The default is to pick an interrupt based on the BIOS PCI Interrupt Routing table only when the table is unambiguous. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5). pcmcia-cs 2000/08/30 20:23:01 PCMCIA_CORE(4)
All times are GMT -4. The time now is 10:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy