Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

sata300 TX2 plus is driving me crazy - SOLVED!!!

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
18 posts • Page 1 of 1
Author
Message
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

sata300 TX2 plus is driving me crazy - SOLVED!!!

  • Quote

Post by EASYdoor » Tue Sep 27, 2005 9:03 am

Acording to http://linux.yyz.us/sata/sata-status.html#tx2 my card should be supported
Update 2005/04/15: Support for the NCQ-capable SATAII TX2/TX4 boards was recently added. NCQ support is waiting on libata core.
I tried with the liveCD bu also couldn't get the card working,...then i've put my sata drive into external usb 2.0 case and installed gentoo with my laptop because it's a lot faster...so i've compiled every sata support i could find, scsi emulation and all that crap that suppose to work...but it doesn't, :

Code: Select all

VFS cannot boot...blah blah (0,0)
root fs on unknown block device (0,0)
if i use genkernel then i get:

Code: Select all

block device /dev/sda3 is not a valid root device
the root block device is unspecified or not detected
please specify device to boot or shell
boot():
then i was trying with /dev/sda3 /dev/sdb3 /dev/sdc3 ...etc...
nothing worked...i've read all the topics on this, most frequent problem for this is the sata drivers or scsi low level drivers...i've got both included into my kernel and not as modules...

i'cant find a reason why this should not work if it should be supported...

trying to install hardened-sources-2.6.11-r15 & also hardened-2.6.13 should i try any other kernel, perhaps?
i'm using udev, hotplug,coldplug...is installed

Code: Select all

title=gentoo server 1
root (hd0,0)
kernel /kernel-2.6.11-r15 doscsi root=/dev/sda3
genkernel config:

Code: Select all

title= gentoo gen
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.11-hardened-r15 doscsi udev root_delay=15 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3
initrd /initramfs-genkernel-x86-2.6.11-hardened-r15
currently i'll give it a shoot with the 2.6.13 kernel...
fdisk -l /dev/sda:

Code: Select all

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         100      803218+  83  Linux
/dev/sda2             101        1000     7229250   82  Linux swap / Solaris
/dev/sda3            1001       14593   109185772+  83  Linux

Code: Select all

/dev/sda1		/boot		ext2		noauto,noatime		1 2
/dev/sda3		/		ext3		noatime			0 1
/dev/sda2		none		swap		sw			0 0
/dev/cdroms/cdrom0	/mnt/cdrom	iso9660		noauto,ro		0 0
proc			/proc		proc		defaults		0 0
shm			/dev/shm	tmpfs		nodev,nosuid,noexec	0 0
none                    /proc/bus/usb   usbfs           defaults                0 0
[/quote]
Has anyone got a clue why it's not working,...i'm totally wasted & can't think straight anymore because i've already installed all the services i need for the server...apache, php, mysql, postfix, spamassasin, wlan acess point, apc ups, samba, amavis....i'm just not capable of installing these things all over again....please heeeeellllppp...
heeeeeeeeeeeLLLLLLLLPpp
Last edited by EASYdoor on Tue Feb 14, 2006 10:51 pm, edited 3 times in total.
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Tue Sep 27, 2005 12:13 pm

ok, now i've tried with the 2.6.13 kernel but it won't work...

so i guess the drivers are fucked up...there might be another way around: form promise.com i downloaded drivers for 2.6 source drivers and the readme says:
Promise SATAII-150/300 Series Linux Driver
----------------------------------------------------

Jul 5, 2005

Contents
========

- Foreword
- Support List
- File List
- Prerequisties
- Building and Installation
- Support


Foreword
========

This driver should be used with all Promise SATAII150/300 Series adapter and onboard
chipsets running under Linux operating system.


Support List
============

The following Promise SATAII150/300 series adapters and Linux operating systems are
compatible with the drivers in this release:

Chipset Adapter Name
-------- ------------
PDC40518 Promise SATAII150 TX4
PDC20575 Promise SATAII150 TX2plus
PDC20579 Promise SATAII150 579
PDC40718 Promise SATA300 TX4
PDC20775 Promise SATA300 TX2plus
PDC20779 Promise SATA300 779

OS kernel version
-- --------------
Red Hat EL4 AS kernel 2.6.9-5
SuSE Pro 9.2 kernel 2.6.8-24
N/A kernel 2.6.x (kernel compiled by yourself)


File List
=========

File Name Description
--------- -----------
pdc-ulsata2.c Promise SATAII150/300 Series Linux Driver
pdc-ulsata2.h header file of pdc-ulsata2.c
Makefile Makefile of linux driver
README this README
cam/ directory of Common Access Module (CAM).
needed by pdc-ulsata2.c


Prerequisties
=============

A develop environment is required to compile SATAII150/300 Linux driver. The easiest
way is to choose develop toolkit when installing linux.

1. kernel source code
(PS: Please make sure you have linux kernel source code at ("/usr/src/linux").
For Linux Kernel 2.6 like FedoraCore, it may be installed by rpm command with packaged source.
And we recommend the user to refer the Linux's USERGUIDE that you have,
if you have any questions about kernel source code.)
ex: Under the OS of Fedora Core 3
#rpm -i kernel-2.6.9-1.667.src.rpm
#rpmbuild -bp --target=i686 /usr/src/redhat/SPECS/kernel-2.6.9.spec
#mv /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9 /usr/src
#rpmbuild --rmsource --rmspec /usr/src/redhat/SPECS/kernel-2.6.9.spec
#cd /usr/src
#ln -s linux-2.6.9 linux
#cd linux
#make mrproper
#cp configs/kernel-2.6.9-i686.config .config
#vi Makefile(Modify EXTRAVERSION=-prep to =-1.667)
#make menuconfig
#make
2. gcc compiler


Building and Installation
=========================
You can easily build/install driver according to the following steps:

Step 1. Set the proper ulsata2 binary

make clean

Step 2. Build driver binary file.

make DRIVER_SRC_DIR=`pwd`

Step 3. Install the driver module.

#cp -f ulsata2.ko
/lib/modules/<kernel_version>/kernel/drivers/scsi/ulsata2.ko

Step 4. Remove the module of sata_promise.ko(if it is necessary)

#rmmod sata_promise.ko

Step 5. Load the driver module.

#insmod ulsata2.ko

PS: Makefile script can receive parameters from command line, so if you want to build drive according to specific settings, such as build driver automaticly.
Please refer to Makefile script itself or contact to the author.
i've never build driver from source so, i've triend to untar to /usr/src and then followed the steps above but couldn't find the promised ulsata2.ko ... did i miss something?!?!?

should i try any other kernel?!?
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Tue Sep 27, 2005 12:42 pm

i found the reason why the ulsata2 hasn't compiled...in first step...make clean i get:

Code: Select all

cat: /lib/modules/2.6.12-nitro5/build//include/linux/version.h: No such file or directory
Makefile:103: ***
Makefile:104: *** Warning: kernel source version (2.6.13-hardened)
Makefile:105: *** does not match running kernel  (2.6.12-nitro5)
Makefile:106: *** Continuing with build,
Makefile:107: *** resulting driver may not be what you want
Makefile:108: ***
so what should i do to get this driver compiled in my laptop and export it to the external usb driver & then into the server directly from sata controller...
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Tue Sep 27, 2005 2:16 pm

anyone?!?
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Tue Sep 27, 2005 4:00 pm

ok i've managed to compile the drivers but it's only compiled and can be run with modprobe or insmod....but i need to compile this driver directly into the kernel to get it working... so please could anyone help me out what line to edit or add in the kernel source to get this driver working!

please...anyone???
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Tue Sep 27, 2005 9:24 pm

making progress...but still i've figured out a way to load an .ko file before the init process...but if i follow the steps above for compiling binary drivers i get:

Code: Select all

joco src # make clean                                                                         
cd cam; rm -rf *.o *.ko .*.cmd .?*.o.d  .*tmp*; cd ..
rm -rf *.o *.ko .*.cmd .?*.o.d  .*tmp* ulsata2.mod.c
joco src # make DRIVER_SRC_DIR=`pwd`                                                          
make -C /usr/src/linux SUBDIRS=`pwd` modules
make[1]: Entering directory `/usr/src/linux-2.6.11-hardened-r15'
  CC [M]  /usr/src/pdc-ulsata2.o
  /usr/src/pdc-ulsata2.c: In function `ulsata2_init_cam':
  /usr/src/pdc-ulsata2.c:1044: warning: int format, pointer arg (arg 3)
  /usr/src/pdc-ulsata2.c: In function `ulsata2_cbk_atapi_pio':
  /usr/src/pdc-ulsata2.c:1913: warning: unused variable `pada'
  /usr/src/pdc-ulsata2.c: In function `ulsata2_queuecommand':
  /usr/src/pdc-ulsata2.c:1672: warning: `atapi_buf' might be used uninitialized in this function
  /usr/src/pdc-ulsata2.c:1672: warning: `atapi_buf' might be used uninitialized in this function
  /usr/src/pdc-ulsata2.c: In function `camWriteRegByte':
  /usr/src/pdc-ulsata2.c:2939: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
  /usr/src/pdc-ulsata2.c: In function `camReadRegByte':
  /usr/src/pdc-ulsata2.c:2943: warning: passing arg 1 of `readb' makes pointer from integer without a cast
  /usr/src/pdc-ulsata2.c: In function `camWriteRegWord':
  /usr/src/pdc-ulsata2.c:2947: warning: passing arg 2 of `writew' makes pointer from integer without a cast
  /usr/src/pdc-ulsata2.c: In function `camReadRegWord':
  /usr/src/pdc-ulsata2.c:2951: warning: passing arg 1 of `readw' makes pointer from integer without a cast
  /usr/src/pdc-ulsata2.c: In function `camWriteRegDword':
  /usr/src/pdc-ulsata2.c:2955: warning: passing arg 2 of `writel' makes pointer from integer without a cast
  /usr/src/pdc-ulsata2.c: In function `camReadRegDword':
  /usr/src/pdc-ulsata2.c:2959: warning: passing arg 1 of `readl' makes pointer from integer without a cast
  /usr/src/pdc-ulsata2.c:3187:16: warning: ISO C requires whitespace after the macro name
   CC [M]  /usr/src/cam/cam.o
   CC [M]  /usr/src/cam/cam_ata.o
   CC [M]  /usr/src/cam/cam_isr.o
   CC [M]  /usr/src/cam/cam_swap.o
   CC [M]  /usr/src/cam/cam_var.o
   CC [M]  /usr/src/cam/cam_fm.o
   LD      /usr/src/camm.o
	LD [M]  /usr/src/ulsata2.o
	Building modules, stage 2.
	MODPOST
	CC      /usr/src/ulsata2.mod.o
	LD [M]  /usr/src/ulsata2.ko
	make[1]: Leaving directory `/usr/src/linux-2.6.11-hardened-r15'
	Driver for kernel 2.6.11-hardened-r15 has been built.
			  
	joco src # cp -f ulsata2.ko /lib/modules/2.6.11-hardened-r15/kernel/drivers/scsi/ulsata2.ko   
	joco src # insmod ulsata2.                                                                    
	ulsata2.ko     ulsata2.mod.c  ulsata2.mod.o  ulsata2.o      
	joco src # insmod ulsata2.ko
	insmod: error inserting 'ulsata2.ko': -1 Invalid module format
i've managed to compile the source to install 2.6.11-hardened-r15 kernel onto my laptop and boot it up ...chroot into my install & then compile the driver but is doesn't work

anyone know what to do with the
insmod: error inserting 'ulsata2.ko': -1 Invalid module format

please,...help,...i'm so close
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

this is killing me

  • Quote

Post by EASYdoor » Wed Sep 28, 2005 1:01 pm

now ive managed to get the module compiled and build my own initrd just like this thread:
http://forums.gentoo.org/viewtopic-t-34 ... point.html

now, iget the next kernel output with the following code in linuxrc:

Code: Select all

#!/bin/nash 

echo "Loading sata2.ko module" 
insmod /lib/sata2.ko 
echo Mounting /proc filesystem 
mount -t proc /proc /proc 
echo Creating block devices 
mkdevices /dev 
echo Creating root device 
mkrootdev /dev/root 
echo 0x0100 > /proc/sys/kernel/real-root-dev 
echo Mounting root filesystem 
mount -o defaults,noatime --ro -t ext3 /dev/root /sysroot 
pivot_root /sysroot /sysroot/initrd 
umount /initrd/proc
and kernel output:

Code: Select all

Loading ulsata2.ko module 
Version 2.13, Compiled May 9 2005 18:44:05
usb 4-1: new full speed USB device using uhci_hcd and adress 2 
RAID5 write-back enabled 
ACPI: PCI interrupt 0000:02:03.0[A] -> GSI 11 (level, low) -> IRQ 11 
ACPI: PCI interrupt 0000:02:03.1[A] -> GSI 11 (level, low) -> IRQ 11 
scsi0 : ulsata2
Vendor: ST132434 Model: RAID 0 Array Rev: 3.0  ...litle bit different
Type: Direct-Access ANSI SCSI revision: 00 
SCSI device sda: 468883200 512-byte hdwr sectors (240068 MB) 
sda: asking for cache data failed 
sda: assuming drive cache: write through 
SCSI device sda: 468883200 512-byte hdwr sectors (240068 MB) 
sda: asking for cache data failed 
sda: assuming drive cache: write through 
sda: sda1 sda2 sda3 
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 
Mounting /proc filesystem 
Creating block devices 
failed to create /dev/sda 
failed to create /dev/sda1 
failed to create /dev/sda2 
failed to create /dev/sda3 
Creating root device 
mknod: failed to create sda3: 30 
Mounting root filesystem 
mount: error 2 mounting ext3 
ERROR: failed in exec of cd 
pivotroot: pivot_root(.,initrd) failed: 2 
umount /initrd/proc failed: 2 
ERROR: cd exited abnormally! 
pivotroot: pivot_root(.,initrd) failed: 2 
umount /initrd/proc failed: 2 
Kernel panic - not syncing: Attempted to kill init!
but if i use the following code I almost get what I need:

Code: Select all

#!/bin/nash 
echo "Loading sata2.ko module" 
insmod /lib/sata2.ko 
echo Mounting /proc filesystem 
mount -t proc /proc /proc 
echo Creating block devices 
mkdevices /dev 
echo Creating root device 
mknod sda3 b 8 3 
echo Mounting root filesystem 
mount --ro -t ext3 /dev/sda3 /sysroot
pivot_root /sysroot /sysroot/initrd 
umount /initrd/proc
I get

Code: Select all

...Seagate successfully mounted to /dev/sda
SCSI device sda: 468883200 512-byte hdwr sectors (240068 MB) 
sda: asking for cache data failed 
sda: assuming drive cache: write through 
sda: sda1 sda2 sda3 
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 
Mounting /proc filesystem 
Creating block devices 
Creating root device 
Mounting root filesystem 
Kjournaled started Commit interval 5 seconds
EXT3-fs: mounted filesystem
Kernel panic - not syncing: Attempted to kill init!
so i got rid of mknod: failed to create sda3: 30 message by crating mknod sda3 b 8 3 in the dev folder in the initrd image...
now looks like everything works...but it won't sync....

so has anyone an idea why this has happened...here's my kernel

Code: Select all

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-hardened-r15
# Tue Sep 27 22:49:19 2005
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y

#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
CONFIG_MPENTIUMM=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_HPET_TIMER is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y
CONFIG_REGPARM=y

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SOFTWARE_SUSPEND is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set

#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_TABLE=y

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_ICH=y
CONFIG_X86_SPEEDSTEP_SMI=y
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set

#
# shared options
#
CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
CONFIG_X86_SPEEDSTEP_LIB=y
# CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_SCx200=y

#
# PCCARD (PCMCIA/CardBus) support
#
CONFIG_PCCARD=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y
CONFIG_PCCARD_NONSTATIC=m

#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=m
# CONFIG_HOTPLUG_PCI_FAKE is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
CONFIG_HOTPLUG_PCI_ACPI=m
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
# CONFIG_PNP is not set

#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_LBD=y
# CONFIG_CDROM_PKTCDVD is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_ATA_OVER_ETH is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI Transport Attributes
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# PCMCIA SCSI adapter support
#
# CONFIG_PCMCIA_AHA152X is not set
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_NINJA_SCSI is not set
# CONFIG_PCMCIA_QLOGIC is not set
# CONFIG_PCMCIA_SYM53C500 is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_IP_TCPDIAG=y
# CONFIG_IP_TCPDIAG_IPV6 is not set

#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y

#
# IP: Netfilter Configuration
#
# CONFIG_IP_NF_CONNTRACK is not set
# CONFIG_IP_NF_CONNTRACK_MARK is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_LIMIT is not set
# CONFIG_IP_NF_MATCH_IPRANGE is not set
# CONFIG_IP_NF_MATCH_MAC is not set
# CONFIG_IP_NF_MATCH_PKTTYPE is not set
# CONFIG_IP_NF_MATCH_MARK is not set
# CONFIG_IP_NF_MATCH_MULTIPORT is not set
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
# CONFIG_IP_NF_MATCH_AH_ESP is not set
# CONFIG_IP_NF_MATCH_LENGTH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_TCPMSS is not set
# CONFIG_IP_NF_MATCH_STEALTH is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_REALM is not set
# CONFIG_IP_NF_MATCH_SCTP is not set
# CONFIG_IP_NF_MATCH_COMMENT is not set
# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
# CONFIG_IP_NF_FILTER is not set
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
# CONFIG_NET_CLS_ROUTE is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_PCI is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SKGE is not set
# CONFIG_SK98LIN is not set
CONFIG_TIGON3=y

#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y

#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_ARLAN is not set
# CONFIG_WAVELAN is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set

#
# Wireless 802.11 Frequency Hopping cards support
#
# CONFIG_PCMCIA_RAYCS is not set

#
# Wireless 802.11b ISA/PCI cards support
#
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set

#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set

#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
# CONFIG_PRISM54 is not set
CONFIG_NET_WIRELESS=y

#
# PCMCIA network device support
#
# CONFIG_NET_PCMCIA is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=y
CONFIG_PPP_MULTILINK=y
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=y
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_PPP_DEFLATE is not set
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPPOE is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1400
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1050
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_PCSPKR is not set
CONFIG_INPUT_UINPUT=m

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
# CONFIG_SERIAL_8250_CS is not set
# CONFIG_SERIAL_8250_ACPI is not set
CONFIG_SERIAL_8250_NR_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
CONFIG_AGP_ATI=m
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
# CONFIG_AGP_INTEL_MCH is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
# CONFIG_DRM is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set

#
# Misc devices
#
# CONFIG_IBM_ASM is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
# CONFIG_FB_RADEON_I2C is not set
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

#
# Logo configuration
#
# CONFIG_LOGO is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_DEVICE=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_DEVICE=y

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set

#
# PCI devices
#
CONFIG_SND_AC97_CODEC=y
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=y
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set

#
# PCMCIA devices
#
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_VXP440 is not set
# CONFIG_SND_PDAUDIOCF is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_RW_DETECT is not set
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
# CONFIG_USB_STORAGE_HP8200e is not set
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set

#
# Video4Linux support is needed for USB Multimedia device support
#

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set

#
# USB port drivers
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
CONFIG_USB_CYTHERM=y
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_TEST is not set

#
# USB ATM/DSL drivers
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_WBSD=y

#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
# CONFIG_EXT2_FS_POSIX_ACL is not set
# CONFIG_EXT2_FS_SECURITY is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
# CONFIG_REISERFS_FS_POSIX_ACL is not set
# CONFIG_JFS_FS is not set

#
# XFS support
#
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=m
CONFIG_INOTIFY=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-2"
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
CONFIG_DEVFS_DEBUG=y
CONFIG_DEVPTS_FS_XATTR=y
# CONFIG_DEVPTS_FS_SECURITY is not set
CONFIG_TMPFS=y
# CONFIG_TMPFS_XATTR is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
CONFIG_NFS_FS=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
# CONFIG_NFSD_V3 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=y
CONFIG_EXPORTFS=y
CONFIG_SUNRPC=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
CONFIG_SMB_FS=y
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y

#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-2"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=y

#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
CONFIG_DEBUG_PREEMPT=y
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_FRAME_POINTER is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_4KSTACKS is not set

#
# Security options
#

#
# Grsecurity
#
# CONFIG_GRKERNSEC is not set

#
# PaX
#
# CONFIG_PAX is not set
# CONFIG_KEYS is not set
CONFIG_SECURITY=y
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_CAPABILITIES is not set
# CONFIG_SECURITY_ROOTPLUG is not set
# CONFIG_SECURITY_SECLVL is not set
# CONFIG_SECURITY_SELINUX is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_CRYPTO_MD5 is not set
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES_586=y
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_DEFLATE is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_TEST is not set

#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set

#
# Library routines
#
CONFIG_CRC_CCITT=y
CONFIG_CRC32=y
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y

Please I need this server up & running within 24 hours!!!
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Wed Sep 28, 2005 6:24 pm

i think it might sth to do with the udev configuration....althougt i configured for udev & didn't checked the defs option in the kernel...
does anyone know how to edit genkernels initrd?
i've tried with gunzip -c kernel > dest but when i try to mount it says wrong fs type, bad option....tried with ext2, vfat....no go
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Wed Sep 28, 2005 6:43 pm

fuck....without devfs support in the kernel i get the following error

Code: Select all

sda: sda1 sda2 sda3 
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 
Mounting /proc filesystem 
Creating block devices 
failed to create /dev/sda 
failed to create /dev/sda1 
failed to create /dev/sda2 
failed to create /dev/sda3 
Creating root device 
mknod: failed to create sda3: 30 
Mounting root filesystem 
mount: error 2 mounting ext3 
ERROR: failed in exec of cd 
pivotroot: pivot_root(.,initrd) failed: 2 
umount /initrd/proc failed: 2 
pivotroot: pivot_root(.,initrd) failed: 2 
umount /initrd/proc failed: 2 
Kernel panic - not syncing: Attempted to kill init!
If anyone has an idea please, speak now otherwise i'm gonna smash sata controler into pieces!
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Sat Oct 01, 2005 5:48 pm

this adapter thing is still unsolved....if anyone has an idea please post it !

i've tried everything i could
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
digitalb0y
n00b
n00b
User avatar
Posts: 55
Joined: Thu Jan 30, 2003 4:22 am
Location: Fburg, USA
Contact:
Contact digitalb0y
Website

  • Quote

Post by digitalb0y » Tue Oct 04, 2005 3:12 am

I have the same SATA adapter and it works nicely out of the box with mm-sources 2.6.14_rc2-r2
it uses the sata_promise.ko module
- Linux. The choice of a GNU generation.
Like Linux DVR's Check out http://Mythtvtalk.com
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Tue Oct 04, 2005 7:55 am

wow,...first reply...nice :wink:

well thanx, i'll tried it out,...but the mm sources & 2.6.14 it's not actually a good kernel for a server :cry:

please, anyone else has this card working, and wich kernel?
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
Zanicar
n00b
n00b
User avatar
Posts: 25
Joined: Fri Sep 03, 2004 2:09 pm
Location: Pretoria, South Africa

  • Quote

Post by Zanicar » Wed Jan 25, 2006 9:35 am

My advice for System Builders are always this:

Stick to solutions you know work,
Stay away from new hardware until the problems have been solved and well documented by R&D,
Leave playing with new toys to R&D, and if you do R&D document what you do WRONG as well as what you do RIGHT,
so that others won't go and waste time by doing the same (You did a good job in this thread :wink: ).

The reason I found this is because I am both a System Builder and in R&D; and my current project is for a solution that MUST work. Therefore I am scouting the forum for all SATA 300 related issues and reading the threads to find out if SATA 300 will be a viable solution...

Once again I want to compliment you on your efforts here, it is valuable for R&D... :wink: and it will definately be useful for my next project of testing SATA 300 for robust server environments... :D
Top
nixnut
Bodhisattva
Bodhisattva
User avatar
Posts: 10974
Joined: Fri Apr 09, 2004 1:43 pm
Location: the dutch mountains

  • Quote

Post by nixnut » Wed Jan 25, 2006 6:01 pm

Moved from Installing Gentoo to Kernel & Hardware.
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Top
dsd
Developer
Developer
Posts: 2162
Joined: Sun Mar 30, 2003 10:54 am
Location: nr London

  • Quote

Post by dsd » Wed Jan 25, 2006 8:56 pm

dont make too much judgement from reports like this. there are many sata_promise users who run the driver without any problems.
http://dev.gentoo.org/~dsd
Top
Zanicar
n00b
n00b
User avatar
Posts: 25
Joined: Fri Sep 03, 2004 2:09 pm
Location: Pretoria, South Africa

  • Quote

Post by Zanicar » Thu Jan 26, 2006 6:02 am

Indeed I have found that to be true. Now I know that I should use a 2.6.14 kernel or later, and SATA 300 works out of box :D
But I always prefer to check out the problems 1st, so that if I have anything similar I already have a solution :wink:
Yet I am confident that I won't run into any trouble :roll:
Top
EASYdoor
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Sat Aug 21, 2004 5:06 pm
Location: Novo mesto
Contact:
Contact EASYdoor
Website

  • Quote

Post by EASYdoor » Tue Feb 14, 2006 10:50 pm

Hi guys,

some new info about PDC20775 Promise SATA300 TX2plus hardware...i've managed to get the card working in 2.6.14 kernels, but with a little driver hack...in sata2.ko (i think...not sure) i've had to change the next line:
{ PCI_VENDOR_ID_PROMISE, 0x3d17, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_20319 },

but with the new 2.6.15 kernel the card is finally working out of box!!!
Pejt na pir! Ne, ne,...se boljs,....JST grem na pir ;)
Top
linuxgeek
n00b
n00b
Posts: 46
Joined: Sat Aug 02, 2003 4:09 pm
Contact:
Contact linuxgeek
Website

  • Quote

Post by linuxgeek » Fri Jun 16, 2006 8:58 pm

EASYdoor wrote:Hi guys,

some new info about PDC20775 Promise SATA300 TX2plus hardware...i've managed to get the card working in 2.6.14 kernels, but with a little driver hack...in sata2.ko (i think...not sure) i've had to change the next line:
{ PCI_VENDOR_ID_PROMISE, 0x3d17, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_20319 },

but with the new 2.6.15 kernel the card is finally working out of box!!!
Hey EASYdoor,

I have this same card in my machine. While I am using the Kernel 2.6.16-r7.
I have notice a little quirk, I wonder if you have too... I had a mirror setup with 2 {60 gig}
Maxtors SATA 150's using the onboard Promise 378 controller... Worked great! but 60 gigs is
limited space... So I upgraded to two Maxtor 300GB 6V300F0 {SataII 3Gbps} Migrating to
the new drives went well. However, my older drives would show in disk Bios as UDMA 6 and
these new drives on the new card show up as UDMA 5. I also experience weird DMA
related issues when/if I have a large copy {20+ gigs} going - my system gets rather
sluggish at times, when on the other setup I never experienced this issue.

hdparm -Tt shows something like 2000Mb/s cached
and 70MB/s buffered on one drive and the other is like 2MB/s less

The mirror device is on average 68MB/s buffered {hdparm -tT}

So this would show that DMA is working like expected


Are you noticing this at all?

Any ideas?

Also, I never got the Promise drivers to compile in my Gentoo 2006.0 setup.
It just flat out fails during the compile.

The is first error is: /usr/src/ut_mod/pdc-ulsata2.c:1195: error: syntax error before '*' token

I do wonder if one can get the NCQ features using the kernel modules as oppossed to the
Promise source drivers.

Your thoughts?

Here is a link to the Drive info if interested: http://www.maxtor.com/_files/maxtor/en_ ... _sheet.pdf
Where there is a will there is a way!
Seek enlightenment!!!
Top
Post Reply

18 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy