LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-15-2007, 05:05 AM   #1
bristi
LQ Newbie
 
Registered: Feb 2005
Location: Denmark
Distribution: Primarily Debian and derivatives
Posts: 13

Rep: Reputation: 0
Custom kernel 2.6.22 name change from hda to sda


Hi

Im trying to compile a 2.6.22 kernel primarily to solve nvidia binary driver problems because of GPL-only symbol 'paravirt_ops'.

My custom kernel seems to not be able to find /dev/hda2, but is able to locate my lvm setup which is also located on /dev/hda:
Code:
fsck 1.40-WIP (14-Nov-2006)
fsck.ext3: No such file or directory while trying to open /dev/hda2
/dev/hda2:
The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>

/dev/mapper/justinius-lvol1: clean, 118717/2621440 files, 4763491/5242880 blocks
/dev/mapper/justinius-lvol2: clean, 10337/393216 files, 526459/786432 blocks
fsck died with exit status 8
/boot is located on /dev/hda2. I am able to continue booting by pressing CTRL-D, but /boot is of course empty. It seems to have something to do with the way the kernel maps my disk which is an ATA-100 (Hitachi TravelStar 5K100 40GB). Im using the ICH6 chipset and this seems to cause the change from hda to sda. The link talks about the kernel selecting ide-generic before ich6 if available and that this should name my disk hda, but remove DMA ability. ide-generic is enabled in my kernel though, and it still renames my disk.

How are the debian kernels built to avoid this? What can I do, either in kernel config, or in my configuration files (fstab,device.map..) to fix it so that both the official debian kernels and my custom built kernels work?

I tried the 2.6.22 from experimental, which works fine, but I am not able to see where my config differs causing the troubles (bloated is my custom kernel):
Code:
 $ diff config-2.6.22-rc5 config-2.6.22.1.bloated20070713
3,4c3,4
< # Linux kernel version: 2.6.22-rc5
< # Wed Jun 27 19:52:07 2007
---
> # Linux kernel version: 2.6.22.1.bloated20070713
> # Fri Jul 13 16:47:01 2007
139c139
< CONFIG_M686=y
---
> # CONFIG_M686 is not set
142c142
< # CONFIG_MPENTIUMM is not set
---
> CONFIG_MPENTIUMM=y
160c160
< CONFIG_X86_L1_CACHE_SHIFT=5
---
> CONFIG_X86_L1_CACHE_SHIFT=6
166d165
< CONFIG_X86_PPRO_FENCE=y
171d169
< CONFIG_X86_CMPXCHG64=y
172a171
> CONFIG_X86_INTEL_USERCOPY=y
466,467c465,466
< CONFIG_TCP_CONG_YEAH=m
< CONFIG_TCP_CONG_ILLINOIS=m
---
> # CONFIG_TCP_CONG_YEAH is not set
> # CONFIG_TCP_CONG_ILLINOIS is not set
549c548
< CONFIG_NF_CONNTRACK_SANE=m
---
> # CONFIG_NF_CONNTRACK_SANE is not set
868c867
< CONFIG_KINGSUN_DONGLE=m
---
> # CONFIG_KINGSUN_DONGLE is not set
920c919
< CONFIG_RXKAD=m
---
> # CONFIG_RXKAD is not set
932c931
< CONFIG_IEEE80211=m
---
> CONFIG_IEEE80211=y
939,940c938
< CONFIG_RFKILL=m
< CONFIG_RFKILL_INPUT=m
---
> # CONFIG_RFKILL is not set
951c949
< CONFIG_FW_LOADER=m
---
> CONFIG_FW_LOADER=y
1071c1069
< CONFIG_MTD_NAND_PLATFORM=m
---
> # CONFIG_MTD_NAND_PLATFORM is not set
1079,1087c1077
< CONFIG_MTD_UBI=m
< CONFIG_MTD_UBI_WL_THRESHOLD=4096
< CONFIG_MTD_UBI_BEB_RESERVE=1
< # CONFIG_MTD_UBI_GLUEBI is not set
<
< #
< # UBI debugging options
< #
< # CONFIG_MTD_UBI_DEBUG is not set
---
> # CONFIG_MTD_UBI is not set
1176c1166
< CONFIG_PHANTOM=m
---
> # CONFIG_PHANTOM is not set
1184,1187c1174
< CONFIG_THINKPAD_ACPI=m
< # CONFIG_THINKPAD_ACPI_DEBUG is not set
< CONFIG_THINKPAD_ACPI_BAY=y
< CONFIG_BLINK=m
---
> # CONFIG_THINKPAD_ACPI is not set
1413c1400
< CONFIG_SATA_INIC162X=m
---
> # CONFIG_SATA_INIC162X is not set
1490c1477
< CONFIG_DM_DELAY=m
---
> # CONFIG_DM_DELAY is not set
1506,1509c1493,1516
< CONFIG_FIREWIRE=m
< CONFIG_FIREWIRE_OHCI=m
< CONFIG_FIREWIRE_SBP2=m
< # CONFIG_IEEE1394 is not set
---
> # CONFIG_FIREWIRE is not set
> CONFIG_IEEE1394=m
>
> #
> # Subsystem Options
> #
> # CONFIG_IEEE1394_VERBOSEDEBUG is not set
>
> #
> # Controllers
> #
> CONFIG_IEEE1394_PCILYNX=m
> CONFIG_IEEE1394_OHCI1394=m
>
> #
> # Protocols
> #
> CONFIG_IEEE1394_VIDEO1394=m
> CONFIG_IEEE1394_SBP2=m
> # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
> CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
> CONFIG_IEEE1394_ETH1394=m
> CONFIG_IEEE1394_DV1394=m
> CONFIG_IEEE1394_RAWIO=m
1629a1637
> # CONFIG_FORCEDETH_NAPI is not set
1651c1659
< CONFIG_SC92031=m
---
> # CONFIG_SC92031 is not set
1686,1687c1694
< CONFIG_MLX4_CORE=m
< CONFIG_MLX4_DEBUG=y
---
> # CONFIG_MLX4_CORE is not set
1698c1705
< CONFIG_SMCTR=m
---
> # CONFIG_SMCTR is not set
1703,1708c1710
< CONFIG_WLAN_PRE80211=y
< CONFIG_STRIP=m
< CONFIG_ARLAN=m
< CONFIG_WAVELAN=m
< CONFIG_PCMCIA_WAVELAN=m
< CONFIG_PCMCIA_NETWAVE=m
---
> # CONFIG_WLAN_PRE80211 is not set
1710,1714c1712,1714
< CONFIG_PCMCIA_RAYCS=m
< CONFIG_IPW2100=m
< CONFIG_IPW2100_MONITOR=y
< # CONFIG_IPW2100_DEBUG is not set
< CONFIG_IPW2200=m
---
> # CONFIG_PCMCIA_RAYCS is not set
> # CONFIG_IPW2100 is not set
> CONFIG_IPW2200=y
1716,1717c1716,1717
< # CONFIG_IPW2200_RADIOTAP is not set
< # CONFIG_IPW2200_PROMISCUOUS is not set
---
> CONFIG_IPW2200_RADIOTAP=y
> CONFIG_IPW2200_PROMISCUOUS=y
1719,1752c1719,1730
< # CONFIG_IPW2200_DEBUG is not set
< CONFIG_LIBERTAS=m
< CONFIG_LIBERTAS_USB=m
< # CONFIG_LIBERTAS_DEBUG is not set
< CONFIG_AIRO=m
< CONFIG_HERMES=m
< CONFIG_PLX_HERMES=m
< CONFIG_TMD_HERMES=m
< CONFIG_NORTEL_HERMES=m
< CONFIG_PCI_HERMES=m
< CONFIG_ATMEL=m
< CONFIG_PCI_ATMEL=m
< CONFIG_PCMCIA_HERMES=m
< CONFIG_PCMCIA_SPECTRUM=m
< CONFIG_AIRO_CS=m
< CONFIG_PCMCIA_ATMEL=m
< CONFIG_PCMCIA_WL3501=m
< CONFIG_PRISM54=m
< CONFIG_USB_ZD1201=m
< CONFIG_HOSTAP=m
< CONFIG_HOSTAP_FIRMWARE=y
< # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
< CONFIG_HOSTAP_PLX=m
< CONFIG_HOSTAP_PCI=m
< CONFIG_HOSTAP_CS=m
< CONFIG_BCM43XX=m
< CONFIG_BCM43XX_DEBUG=y
< CONFIG_BCM43XX_DMA=y
< CONFIG_BCM43XX_PIO=y
< CONFIG_BCM43XX_DMA_AND_PIO_MODE=y
< # CONFIG_BCM43XX_DMA_MODE is not set
< # CONFIG_BCM43XX_PIO_MODE is not set
< CONFIG_ZD1211RW=m
< # CONFIG_ZD1211RW_DEBUG is not set
---
> CONFIG_IPW2200_DEBUG=y
> # CONFIG_LIBERTAS is not set
> # CONFIG_AIRO is not set
> # CONFIG_HERMES is not set
> # CONFIG_ATMEL is not set
> # CONFIG_AIRO_CS is not set
> # CONFIG_PCMCIA_WL3501 is not set
> # CONFIG_PRISM54 is not set
> # CONFIG_USB_ZD1201 is not set
> # CONFIG_HOSTAP is not set
> # CONFIG_BCM43XX is not set
> # CONFIG_ZD1211RW is not set
1777c1755
< CONFIG_USB_KC2190=y
---
> # CONFIG_USB_KC2190 is not set
2001c1979
< CONFIG_GIGASET_M101=m
---
> # CONFIG_GIGASET_M101 is not set
2092c2070
< CONFIG_MOUSE_APPLETOUCH=m
---
> # CONFIG_MOUSE_APPLETOUCH is not set
2125,2128c2103,2106
< CONFIG_TABLET_USB_ACECAD=m
< CONFIG_TABLET_USB_AIPTEK=m
< CONFIG_TABLET_USB_GTCO=m
< CONFIG_TABLET_USB_KBTAB=m
---
> # CONFIG_TABLET_USB_ACECAD is not set
> # CONFIG_TABLET_USB_AIPTEK is not set
> # CONFIG_TABLET_USB_GTCO is not set
> # CONFIG_TABLET_USB_KBTAB is not set
2154,2156c2132,2134
< CONFIG_INPUT_KEYSPAN_REMOTE=m
< CONFIG_INPUT_POWERMATE=m
< CONFIG_INPUT_YEALINK=m
---
> # CONFIG_INPUT_KEYSPAN_REMOTE is not set
> # CONFIG_INPUT_POWERMATE is not set
> # CONFIG_INPUT_YEALINK is not set
2388c2366
< CONFIG_I2C_SIMTEC=m
---
> # CONFIG_I2C_SIMTEC is not set
2434c2412
< CONFIG_SPI_AT25=m
---
> # CONFIG_SPI_AT25 is not set
2472d2449
< CONFIG_SENSORS_F75375S=m
2515c2492
< CONFIG_MFD_SM501=m
---
> # CONFIG_MFD_SM501 is not set
2662,2664c2639,2641
< CONFIG_DVB_USB_M920X=m
< CONFIG_DVB_USB_GL861=m
< CONFIG_DVB_USB_AU6610=m
---
> # CONFIG_DVB_USB_M920X is not set
> # CONFIG_DVB_USB_GL861 is not set
> # CONFIG_DVB_USB_AU6610 is not set
2783c2760
< CONFIG_BACKLIGHT_PROGEAR=m
---
> # CONFIG_BACKLIGHT_PROGEAR is not set
2880d2856
< CONFIG_FB_SM501=m
2940c2916
< CONFIG_SND_PORTMAN2X4=m
---
> # CONFIG_SND_PORTMAN2X4 is not set
3073c3049,3051
< # CONFIG_OSS_OBSOLETE is not set
---
> CONFIG_OSS_OBSOLETE=y
> CONFIG_SOUND_BT878=m
> CONFIG_SOUND_ICH=m
3076a3055,3056
> CONFIG_SOUND_VIA82CXXX=m
> CONFIG_MIDI_VIA82CXXX=y
3079a3060
> CONFIG_SOUND_CS4232=m
3097a3079
> CONFIG_SOUND_TVMIXER=m
3205c3187
< CONFIG_USB_SERIAL_WHITEHEAT=m
---
> # CONFIG_USB_SERIAL_WHITEHEAT is not set
3250c3232
< CONFIG_USB_BERRY_CHARGE=m
---
> # CONFIG_USB_BERRY_CHARGE is not set
3349,3351c3331,3332
< CONFIG_INFINIBAND_CXGB3=m
< # CONFIG_INFINIBAND_CXGB3_DEBUG is not set
< CONFIG_MLX4_INFINIBAND=m
---
> # CONFIG_INFINIBAND_CXGB3 is not set
> # CONFIG_MLX4_INFINIBAND is not set
3444,3445c3425
< CONFIG_CFAG12864B=m
< CONFIG_CFAG12864B_RATE=20
---
> # CONFIG_CFAG12864B is not set
3600c3580
< CONFIG_SUNRPC_BIND34=y
---
> # CONFIG_SUNRPC_BIND34 is not set
3783a3764
> CONFIG_CRYPTO_ABLKCIPHER=m
3802c3783
< # CONFIG_CRYPTO_CRYPTD is not set
---
> CONFIG_CRYPTO_CRYPTD=m
3804c3785
< CONFIG_CRYPTO_FCRYPT=m
---
> # CONFIG_CRYPTO_FCRYPT is not set
3821c3802
< CONFIG_CRYPTO_CAMELLIA=m
---
> # CONFIG_CRYPTO_CAMELLIA is not set
3844d3824
< CONFIG_GENERIC_ALLOCATOR=y

I'm doing it the debian way with make-kpkg. First I used the 2.6.21 config from lenny to do a 'make oldconfig'. I was mostly conservative in my selections, wanting something that works to begin with. I then ran 'make-kpkg --initrd --append-to-version=.bloated20070713 kernel_image modules_image', not doing an --revision to begin with. Installed the kernel and rebooted. And then above error message.

Last edited by bristi; 07-15-2007 at 05:09 AM.
 
Old 07-15-2007, 06:07 AM   #2
almatic
Member
 
Registered: Mar 2007
Distribution: Debian
Posts: 547

Rep: Reputation: 67
hello,

the paravirt_ops issue can be solved with a patched driver (bottom of the page contains readily patched packages).

I had experienced the drive remapping issue as well, when switching from a stock 2.6.18 to a self-made 2.6.20 (hdb -> sdc) and from the 2.6.20 to a stock 2.6.21 (sdc -> hdb).
However, I didn't see any of the disadvantages as described in the thread you have linked, so I didn't really search for the cause (just edited the necessary config files). In fact I thought it had something to do with the the change of the ata support (libata) in 2.6.20, but this doesn't explain the new remapping in 2.6.21 of course ...
 
Old 07-15-2007, 06:51 AM   #3
bristi
LQ Newbie
 
Registered: Feb 2005
Location: Denmark
Distribution: Primarily Debian and derivatives
Posts: 13

Original Poster
Rep: Reputation: 0
Thanks for the fast reply and the link to patched nvidia drivers!

Would still like to be able to run both debian and custom kernels though, and build the nvidia closed source (yuck..) binary the debian way.

It doesn't seem to be debian-centric, as another thread talks of similar issues in RHEL and CENTOS. Bottom post (#7) talks about not using PATA drivers and that its only a question about how you configure your kernel. I honestly thought it was all about a debian patch as my 'custom' kernel is configured almost the same as the plain debian, which is ICH6 and ide-generic are both modules.

I've just found that I compiled PATA_MPIIX as a module and that it was unset in the 2.6.22 in experimental (Nice diff job I did there..). Tried unsetting it and am compiling.
 
Old 07-15-2007, 09:04 AM   #4
bristi
LQ Newbie
 
Registered: Feb 2005
Location: Denmark
Distribution: Primarily Debian and derivatives
Posts: 13

Original Poster
Rep: Reputation: 0
No luck..

I don't get it. Is it a debian kernel patch? Or am I just missing something here.. It's honestly been a while since I last compiled my own kernels, but maybe I should bite and spend a few hours configuring from scratch..

It would really be sweet to be able to both use debian kernels and customized kernels with same configuration files.. Just for kicks; which configuration files exactly should I configure, and how?
Since grub apparently has no problems I was thinking not to change device.map (even though it refers to /dev/hda). Actually it should be sufficient to change fstab, right?

New diff, .rc5 from experimental, .1 is my 'custom':
Code:
$ diff config-2.6.22-rc5-686 config-2.6.22.1-bloated20070715
3,4c3,4
< # Linux kernel version: 2.6.22-rc5
< # Wed Jun 27 19:52:07 2007
---
> # Linux kernel version: 2.6.22.1
> # Sun Jul 15 13:46:44 2007
37c37
< # CONFIG_LOCALVERSION_AUTO is not set
---
> CONFIG_LOCALVERSION_AUTO=y
139c139
< CONFIG_M686=y
---
> # CONFIG_M686 is not set
142c142
< # CONFIG_MPENTIUMM is not set
---
> CONFIG_MPENTIUMM=y
160c160
< CONFIG_X86_L1_CACHE_SHIFT=5
---
> CONFIG_X86_L1_CACHE_SHIFT=6
166d165
< CONFIG_X86_PPRO_FENCE=y
171d169
< CONFIG_X86_CMPXCHG64=y
172a171
> CONFIG_X86_INTEL_USERCOPY=y
466,467c465,466
< CONFIG_TCP_CONG_YEAH=m
< CONFIG_TCP_CONG_ILLINOIS=m
---
> # CONFIG_TCP_CONG_YEAH is not set
> # CONFIG_TCP_CONG_ILLINOIS is not set
549c548
< CONFIG_NF_CONNTRACK_SANE=m
---
> # CONFIG_NF_CONNTRACK_SANE is not set
868c867
< CONFIG_KINGSUN_DONGLE=m
---
> # CONFIG_KINGSUN_DONGLE is not set
920c919
< CONFIG_RXKAD=m
---
> # CONFIG_RXKAD is not set
932c931
< CONFIG_IEEE80211=m
---
> CONFIG_IEEE80211=y
939,940c938
< CONFIG_RFKILL=m
< CONFIG_RFKILL_INPUT=m
---
> # CONFIG_RFKILL is not set
951c949
< CONFIG_FW_LOADER=m
---
> CONFIG_FW_LOADER=y
1071c1069
< CONFIG_MTD_NAND_PLATFORM=m
---
> # CONFIG_MTD_NAND_PLATFORM is not set
1079,1087c1077
< CONFIG_MTD_UBI=m
< CONFIG_MTD_UBI_WL_THRESHOLD=4096
< CONFIG_MTD_UBI_BEB_RESERVE=1
< # CONFIG_MTD_UBI_GLUEBI is not set
< 
< #
< # UBI debugging options
< #
< # CONFIG_MTD_UBI_DEBUG is not set
---
> # CONFIG_MTD_UBI is not set
1176c1166
< CONFIG_PHANTOM=m
---
> # CONFIG_PHANTOM is not set
1184,1187c1174
< CONFIG_THINKPAD_ACPI=m
< # CONFIG_THINKPAD_ACPI_DEBUG is not set
< CONFIG_THINKPAD_ACPI_BAY=y
< CONFIG_BLINK=m
---
> # CONFIG_THINKPAD_ACPI is not set
1413c1400
< CONFIG_SATA_INIC162X=m
---
> # CONFIG_SATA_INIC162X is not set
1453c1440
< # CONFIG_PATA_VIA is not set
---
> CONFIG_PATA_VIA=m
1483c1470
< # CONFIG_DM_DEBUG is not set
---
> CONFIG_DM_DEBUG=y
1490c1477
< CONFIG_DM_DELAY=m
---
> # CONFIG_DM_DELAY is not set
1506,1509c1493,1516
< CONFIG_FIREWIRE=m
< CONFIG_FIREWIRE_OHCI=m
< CONFIG_FIREWIRE_SBP2=m
< # CONFIG_IEEE1394 is not set
---
> # CONFIG_FIREWIRE is not set
> CONFIG_IEEE1394=m
> 
> #
> # Subsystem Options
> #
> # CONFIG_IEEE1394_VERBOSEDEBUG is not set
> 
> #
> # Controllers
> #
> CONFIG_IEEE1394_PCILYNX=m
> CONFIG_IEEE1394_OHCI1394=m
> 
> #
> # Protocols
> #
> CONFIG_IEEE1394_VIDEO1394=m
> CONFIG_IEEE1394_SBP2=m
> # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
> CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
> CONFIG_IEEE1394_ETH1394=m
> CONFIG_IEEE1394_DV1394=m
> CONFIG_IEEE1394_RAWIO=m
1629a1637
> # CONFIG_FORCEDETH_NAPI is not set
1651c1659
< CONFIG_SC92031=m
---
> # CONFIG_SC92031 is not set
1686,1687c1694
< CONFIG_MLX4_CORE=m
< CONFIG_MLX4_DEBUG=y
---
> # CONFIG_MLX4_CORE is not set
1698c1705
< CONFIG_SMCTR=m
---
> # CONFIG_SMCTR is not set
1703,1708c1710
< CONFIG_WLAN_PRE80211=y
< CONFIG_STRIP=m
< CONFIG_ARLAN=m
< CONFIG_WAVELAN=m
< CONFIG_PCMCIA_WAVELAN=m
< CONFIG_PCMCIA_NETWAVE=m
---
> # CONFIG_WLAN_PRE80211 is not set
1710,1714c1712,1714
< CONFIG_PCMCIA_RAYCS=m
< CONFIG_IPW2100=m
< CONFIG_IPW2100_MONITOR=y
< # CONFIG_IPW2100_DEBUG is not set
< CONFIG_IPW2200=m
---
> # CONFIG_PCMCIA_RAYCS is not set
> # CONFIG_IPW2100 is not set
> CONFIG_IPW2200=y
1716,1717c1716,1717
< # CONFIG_IPW2200_RADIOTAP is not set
< # CONFIG_IPW2200_PROMISCUOUS is not set
---
> CONFIG_IPW2200_RADIOTAP=y
> CONFIG_IPW2200_PROMISCUOUS=y
1719,1752c1719,1730
< # CONFIG_IPW2200_DEBUG is not set
< CONFIG_LIBERTAS=m
< CONFIG_LIBERTAS_USB=m
< # CONFIG_LIBERTAS_DEBUG is not set
< CONFIG_AIRO=m
< CONFIG_HERMES=m
< CONFIG_PLX_HERMES=m
< CONFIG_TMD_HERMES=m
< CONFIG_NORTEL_HERMES=m
< CONFIG_PCI_HERMES=m
< CONFIG_ATMEL=m
< CONFIG_PCI_ATMEL=m
< CONFIG_PCMCIA_HERMES=m
< CONFIG_PCMCIA_SPECTRUM=m
< CONFIG_AIRO_CS=m
< CONFIG_PCMCIA_ATMEL=m
< CONFIG_PCMCIA_WL3501=m
< CONFIG_PRISM54=m
< CONFIG_USB_ZD1201=m
< CONFIG_HOSTAP=m
< CONFIG_HOSTAP_FIRMWARE=y
< # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
< CONFIG_HOSTAP_PLX=m
< CONFIG_HOSTAP_PCI=m
< CONFIG_HOSTAP_CS=m
< CONFIG_BCM43XX=m
< CONFIG_BCM43XX_DEBUG=y
< CONFIG_BCM43XX_DMA=y
< CONFIG_BCM43XX_PIO=y
< CONFIG_BCM43XX_DMA_AND_PIO_MODE=y
< # CONFIG_BCM43XX_DMA_MODE is not set
< # CONFIG_BCM43XX_PIO_MODE is not set
< CONFIG_ZD1211RW=m
< # CONFIG_ZD1211RW_DEBUG is not set
---
> CONFIG_IPW2200_DEBUG=y
> # CONFIG_LIBERTAS is not set
> # CONFIG_AIRO is not set
> # CONFIG_HERMES is not set
> # CONFIG_ATMEL is not set
> # CONFIG_AIRO_CS is not set
> # CONFIG_PCMCIA_WL3501 is not set
> # CONFIG_PRISM54 is not set
> # CONFIG_USB_ZD1201 is not set
> # CONFIG_HOSTAP is not set
> # CONFIG_BCM43XX is not set
> # CONFIG_ZD1211RW is not set
1777c1755
< CONFIG_USB_KC2190=y
---
> # CONFIG_USB_KC2190 is not set
2001c1979
< CONFIG_GIGASET_M101=m
---
> # CONFIG_GIGASET_M101 is not set
2092c2070
< CONFIG_MOUSE_APPLETOUCH=m
---
> # CONFIG_MOUSE_APPLETOUCH is not set
2125,2128c2103,2106
< CONFIG_TABLET_USB_ACECAD=m
< CONFIG_TABLET_USB_AIPTEK=m
< CONFIG_TABLET_USB_GTCO=m
< CONFIG_TABLET_USB_KBTAB=m
---
> # CONFIG_TABLET_USB_ACECAD is not set
> # CONFIG_TABLET_USB_AIPTEK is not set
> # CONFIG_TABLET_USB_GTCO is not set
> # CONFIG_TABLET_USB_KBTAB is not set
2154,2156c2132,2134
< CONFIG_INPUT_KEYSPAN_REMOTE=m
< CONFIG_INPUT_POWERMATE=m
< CONFIG_INPUT_YEALINK=m
---
> # CONFIG_INPUT_KEYSPAN_REMOTE is not set
> # CONFIG_INPUT_POWERMATE is not set
> # CONFIG_INPUT_YEALINK is not set
2388c2366
< CONFIG_I2C_SIMTEC=m
---
> # CONFIG_I2C_SIMTEC is not set
2434c2412
< CONFIG_SPI_AT25=m
---
> # CONFIG_SPI_AT25 is not set
2472d2449
< CONFIG_SENSORS_F75375S=m
2515c2492
< CONFIG_MFD_SM501=m
---
> # CONFIG_MFD_SM501 is not set
2662,2664c2639,2641
< CONFIG_DVB_USB_M920X=m
< CONFIG_DVB_USB_GL861=m
< CONFIG_DVB_USB_AU6610=m
---
> # CONFIG_DVB_USB_M920X is not set
> # CONFIG_DVB_USB_GL861 is not set
> # CONFIG_DVB_USB_AU6610 is not set
2783c2760
< CONFIG_BACKLIGHT_PROGEAR=m
---
> # CONFIG_BACKLIGHT_PROGEAR is not set
2880d2856
< CONFIG_FB_SM501=m
2940c2916
< CONFIG_SND_PORTMAN2X4=m
---
> # CONFIG_SND_PORTMAN2X4 is not set
3073c3049,3051
< # CONFIG_OSS_OBSOLETE is not set
---
> CONFIG_OSS_OBSOLETE=y
> CONFIG_SOUND_BT878=m
> CONFIG_SOUND_ICH=m
3076a3055,3056
> CONFIG_SOUND_VIA82CXXX=m
> CONFIG_MIDI_VIA82CXXX=y
3079a3060
> CONFIG_SOUND_CS4232=m
3097a3079
> CONFIG_SOUND_TVMIXER=m
3205c3187
< CONFIG_USB_SERIAL_WHITEHEAT=m
---
> # CONFIG_USB_SERIAL_WHITEHEAT is not set
3250c3232
< CONFIG_USB_BERRY_CHARGE=m
---
> # CONFIG_USB_BERRY_CHARGE is not set
3349,3351c3331,3332
< CONFIG_INFINIBAND_CXGB3=m
< # CONFIG_INFINIBAND_CXGB3_DEBUG is not set
< CONFIG_MLX4_INFINIBAND=m
---
> # CONFIG_INFINIBAND_CXGB3 is not set
> # CONFIG_MLX4_INFINIBAND is not set
3444,3445c3425
< CONFIG_CFAG12864B=m
< CONFIG_CFAG12864B_RATE=20
---
> # CONFIG_CFAG12864B is not set
3600c3580
< CONFIG_SUNRPC_BIND34=y
---
> # CONFIG_SUNRPC_BIND34 is not set
3783a3764
> CONFIG_CRYPTO_ABLKCIPHER=m
3802c3783
< # CONFIG_CRYPTO_CRYPTD is not set
---
> CONFIG_CRYPTO_CRYPTD=m
3804c3785
< CONFIG_CRYPTO_FCRYPT=m
---
> # CONFIG_CRYPTO_FCRYPT is not set
3821c3802
< CONFIG_CRYPTO_CAMELLIA=m
---
> # CONFIG_CRYPTO_CAMELLIA is not set
3844d3824
< CONFIG_GENERIC_ALLOCATOR=y

Last edited by bristi; 07-15-2007 at 11:30 PM.
 
Old 07-15-2007, 11:27 AM   #5
almatic
Member
 
Registered: Mar 2007
Distribution: Debian
Posts: 547

Rep: Reputation: 67
Quote:
Just for kicks; which configuration files exactly should I configure, and how?
/etc/fstab and /boot/grub/menu.lst at minimum for the root fs (change /dev/hda2 to whatever it is now).
If you are using dm-crypted partitions, then there's /etc/crypttab, for some features you might also need to update your initrd image (if you use one).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SDA is Now HDA carlosinfl Linux - Hardware 6 06-05-2007 09:00 PM
/hda to /sda - help! dodgydodgy Linux - General 9 10-20-2006 06:07 PM
The kernel I compiled reads my sata drives as hda even though the rpm kernel read sda abefroman Linux - Software 5 07-10-2006 04:42 PM
found problem now how to change from hda to sda bird603568 Slackware 29 10-28-2005 11:18 AM
hda? sda? what do i have? nr5 Linux - Newbie 12 02-24-2005 06:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 07:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration