LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kernel 2.6.8.1.... (https://www.linuxquestions.org/questions/slackware-14/kernel-2-6-8-1-a-241401/)

stevemad 10-11-2004 01:47 PM

kernel 2.6.8.1....
 
Hi all,

After compiling my slack10 to kernel 2.6.8.1 I have a problem with console. I can't boot at 1024x768x256 and the little penguin at top has disappeared. I re-install lilo with no results.

Here is my .config file
#
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_VESA=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

In addition I have installed write access to my NTFS partition but the partition remains read only. Any idea?

Thanks in advance...

gbonvehi 10-11-2004 01:52 PM

From http://www.linuxquestions.org/questi...461#post660461

Code:

# Graphics support
#
CONFIG_FB=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y

About the NTFS stuff, well, the write support is limited even on 2.6.X kernels (you can write but you can't resize a file, delete, create, nothing, and be sure that if you write one it doesn't exceds it's current size). I'd suggest you NOT to use this, but well, if you really need it try removing "ro" in /etc/fstab in the ntfs line.

stevemad 10-11-2004 02:20 PM

Thanks for your quick response....

Solution is to line:

CONFIG_VIDEO_SELECT=y

After recompiling with this option console is perfect.

stevemad 10-11-2004 03:59 PM

Now I faced up another problem... I can't write with my cd-recorder...could someone tell me the configuration of 2.6.8.1 kernel in order to have cd recording capabilities? I think that scsi-emulator is not neseccary.

X-CD-Roast can't find any cd recorder...

With previous kernel X-CD-Roast worked fine.

sh1ft 10-11-2004 04:16 PM

This is a very common problem in 2.6.8.1, there is a fix floating somewhere out there I believe, but I have not come across it. Until 2.6.9 Im sticking with 2.4.27 for cdwriting purposes.

jtshaw 10-11-2004 05:42 PM

If you have an IDE CD burner then you will have to put ATAPI: infront of the device node number for your cdrw when you go to use it. They no longer use scsi emulation to enable cdburning.

stevemad 10-12-2004 03:10 AM

Quote:

Originally posted by jtshaw
If you have an IDE CD burner then you will have to put ATAPI: infront of the device node number for your cdrw when you go to use it. They no longer use scsi emulation to enable cdburning.

Can you explain me how to do this?

Thanks.

jtshaw 10-12-2004 06:49 AM

I have always used the command line cdrecord program.

If you type "cdrecord -scanbus dev=ATAPI" you should get a list like this:

Code:

scsibus0:
        0,0,0    0) 'SONY    ' 'CD-RW  CRX220E1 ' '6YS1' Removable CD-ROM
        0,1,0    1) 'TOSHIBA ' 'DVD-ROM SD-M1212' '1R14' Removable CD-ROM
        0,2,0    2) *
        0,3,0    3) *
        0,4,0    4) *
        0,5,0    5) *
        0,6,0    6) *
        0,7,0    7) *

To burn an iso image id then type "cdrecord -v speed=40 dev=ATAPI:0,0,0 file.iso".

stevemad 10-12-2004 07:14 AM

Something goes wrong on my computer...

root@nslaptop:~# cdrecord -scanbus dev=ATAPI
Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J�g Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

Any idea?
I have compile kernel with scsi-emulator. Is this a problem?

jtshaw 10-12-2004 07:28 AM

Are you assigning your IDE cdrom as a scsi emulated device?

stevemad 10-12-2004 01:08 PM

No I don't.

dmesg output is:

ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: TOSHIBA DVD-ROM SD-R2412, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 1024KiB
hda: 78140160 sectors (40007 MB) w/1740KiB Cache, CHS=16383/255/63, UDMA(100)
hda: hda1 hda2 hda3
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
PCI: Enabling device 0000:01:0b.0 (0000 -> 0002)


My drive is a combo DVD CD-RW drive.
:( :( :( :(

Cedrik 10-12-2004 01:54 PM

revert to 2.6.7 kernel as I did, cd burning will work automagically as before
http://www.kernel.org/pub/linux/kernel/v2.6/


All times are GMT -5. The time now is 02:09 PM.