Sponsored Content
Full Discussion: kde on solaris 8 intel
Top Forums UNIX for Advanced & Expert Users kde on solaris 8 intel Post 17201 by killerserv on Tuesday 12th of March 2002 06:02:05 AM
Old 03-12-2002
Did you download it ? If yes, then you are in trouble. If no ( you purchased the CD and installed it, did you see any error messages promptup during installation? VGA configurations? Also what do you mean as once you login it kickyou out. Pls define. Since you are using a Laptop to install are you using any PCMCIA card ? model , descp ? Some PCMCIA card need to be configured in Text mode before you check in to X.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris Installation (Intel)

Pls help i've used the boot assistance disk to boot my computer (P3 300) after checking the drivers , i select the CD to install , however, the computer said it can't mount the CD CD is download from sun.com (solaris 8) my CD rom is Misabushi and Ricoh (7060) , both cannot do so, what is... (4 Replies)
Discussion started by: kazamih
4 Replies

2. IP Networking

Solaris 8 on Intel TCP/IP

I have just installed solaris 8 for Intel on one of my machines at home and I have a cable modem connection with a static IP and I am using a linksys cable/dsl router to assign IP's to my machines. I was wondering if any of you guys know the specific files and examples of the files I have to... (2 Replies)
Discussion started by: reggie316
2 Replies

3. Programming

C Compiler for Solaris 8 (Intel)

hi I'm looking for a C Compiler that will run on a Solaris 8 (Intel) platform and that doesn't need to be complied. I've tried gcc binaries but they don't seem to work. Thanx. (5 Replies)
Discussion started by: ianf
5 Replies

4. UNIX for Dummies Questions & Answers

Solaris 8 Intel

Do you now have to pay to download the Solaris 8 OE? If so when did they change it? (3 Replies)
Discussion started by: tycobb
3 Replies

5. UNIX for Dummies Questions & Answers

How To...KDE on Solaris 8

I have my shinny new SunFire 280 server with a fresh copy of Solaris 8 installed. I installed the options CD which includes KDE. I can't seem to get it to work. (This is what happens when management gives a Unix box to an x86 Network Admin and says "Figure it out" ) I have played with Mandrake and... (1 Reply)
Discussion started by: RandySmith23
1 Replies

6. UNIX for Dummies Questions & Answers

KDE on Solaris 9

hi guys : can KDE be installed on solaris 9 (intel) and if so , does any one know how to do or provide a refrence document for this procedure ? thanks in advance (1 Reply)
Discussion started by: behmoth
1 Replies

7. UNIX for Advanced & Expert Users

Solaris on Intel

I was wondering what features are not available on Solaris installed on Intel architecture as compared to the SPARC archietecture?? :-) (3 Replies)
Discussion started by: encrypted
3 Replies

8. Solaris

Intel Based Solaris

Hello all mentor. I am a new in this furom and also just self studying unix environment. :confused: I have installed intel solaris 9 in my laptop and i have forgotten the root password nor maybe the numlock or capslock of the keyboard was enabled during I enter the password installation... (3 Replies)
Discussion started by: eykyn17
3 Replies

9. Solaris

OBP on Solaris 10-intel

Hi All, How can I go to OBP on Solaris 10-intel? I tried doing ctrl+c or ctrl+break, it won't go to the "ok" prompt. Thanks in advance, itik (6 Replies)
Discussion started by: itik
6 Replies

10. Solaris

solaris 10 cd install(intel)

just need help with loading solaris 10 from cds that i bought from sun. i have a dell box that had solaris 8 on it, wiped it and stuck in the cd1 for solaris 10. selected "solaris" for install. went through a few minutes then comes up with"sunOS Release 5.10 version generic_137138-09 32-bit,... (3 Replies)
Discussion started by: flir11
3 Replies
MEMORY_CS(4)						     Kernel Interfaces Manual						      MEMORY_CS(4)

NAME
memory_cs - MTD-aware PCMCIA memory card driver SYNOPSIS
insmod memory_cs.o [pc_debug=n] [mem_speed=n] [word_width=n] [force_size=n] DESCRIPTION
Memory_cs is the Card Services driver for PCMCIA memory cards, and also provides direct memory access for other types of cards. It pro- vides character-mode and block-mode for accessing any card's attribute and common memory address spaces, analogous to /dev/mem. Memory_cs will allocate a free major device number when it is loaded. It provides two types of minor devices: "direct" character-mode devices for raw access a card's entire PCMCIA common and attribute memory spaces, and "indirect" devices for accessing specific memory partitions via an appropriate Memory Technology Driver. The bitwise layout of minor device numbers is one memory device. 'x' is set if this is a direct- access device, 'a' is set for attribute memory, and 'rr' is the region number (for indirect devices). When memory_cs is bound to a card, it will report its major and minor device numbers to cardmgr(8). The default memory card initialization script creates character special device files for the direct common memory and attribute memory devices. It also creates character special devices for accessing the first attribute and common memory partitions, and a block device for accessing the first common memory partition. These devices have the following names: /dev/mem#c Common memory direct access, character special device. /dev/mem#a Attribute memory direct access, character special device. /dev/mem#c0c Common memory region 0, character special device. /dev/mem#c0b Common memory region 0, block special device. /dev/mem#a0c Attribute memory region 0, character special device. The block special device for a card's common memory can be used to create a filesystem on a card, and the device can be mounted in much the same way as a floppy disk. In some cases, you may need to explicitly specify the card's capacity when creating a filesystem. The character special devices can be used to read and write arbitrary numbers of bytes to arbitrary locations. For devices that need to be explicitly erased before writing, if a write request is aligned and sized on erase block boundaries for the target memory card, the driver will erase the target region before writing to the card. Since any PCMCIA card can be accessed as a memory card, memory_cs can be bound to any card regardless of function, and regardless of what other drivers might also be bound to that card. For example, this driver can be bound to a card and then used to read out the contents of the card's attribute memory. 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. mem_speed=n Sets the access speed of the shared memory window for direct access devices, in nanoseconds. The default is 0 (i.e., no extra wait states). Values of up to 1000 are legal. word_width=n A flag indicating if direct access devices should be configured for 8-bit (if 0) or 16-bit (if 1) transfers. The default is 1 (16-bit). force_size=n Explicitly specifies the size of a simple SRAM card, skipping the default (and sometimes unreliable) size check. IOCTLS
These are defined in <pcmcia/memory.h>. MEMGETINFO This takes an argument of type (region_info_t *), defined in <pcmcia/bulkmem.h>. The structure will be filled in with memory region information for this device, such as access speed, erase block size, and JEDEC identifiers. MEMERASE This takes an argument of type (erase_info_t *), specifying the offset and length of a memory region to be erased. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5), memory_cb(4). pcmcia-cs 2000/06/12 21:24:48 MEMORY_CS(4)
All times are GMT -4. The time now is 08:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy