LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   mount: unknown filesystem type 'NTFS' (https://www.linuxquestions.org/questions/slackware-14/mount-unknown-filesystem-type-ntfs-360609/)

jnorcal 09-06-2005 01:56 AM

mount: unknown filesystem type 'NTFS'
 
I cannot mount my 2 nt partitions. Or my dvdrw(exeternalusb) or my cdrom. It says this.http://img88.imageshack.us/my.php?image=shit4yu.png .. http://img88.imageshack.us/my.php?image=shit21xc.png
/dev/hdd1 /mnt/hdd1 NTFS auto,users,suid,dev,exec 0 0
/dev/sda1 / reiserfs defaults 1 1
/dev/sda2 swap swap swap 0 0
/dev/sda3 /mnt/sda3 NTFS auto,users,suid,dev,exec 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/sr0 /mnt/sr0_cdrom iso9660 noauto,users,exec 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

WHAT AM I DOING WRONG?????? I know its operator error it always is.

bathory 09-06-2005 02:13 AM

Use lowercase (i.e. ntfs and not NTFS)
Regards

MMYoung 09-06-2005 05:53 AM

Re: mount: unknown filesystem type 'NTFS'
 
Quote:

Originally posted by jnorcal
/dev/hdd1 /mnt/hdd1 NTFS auto,users,suid,dev,exec 0 0
As bathory said, try ntfs instead of NTFS and see if that works. Also, if you are wanting to write to that drive you need to be sure and read the explanation about kernel NTFS write support. It is EXTREMELY limited to the point of being functionally NON-EXISTENT, IMHO.
Quote:

Originally posted by jnorcal
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/sr0 /mnt/sr0_cdrom iso9660 noauto,users,exec 0 0

Have you tried "mount /mnt/cdrom"? If not first make sure that the /dev/cdrom symlink actually points to /dev/sr0 (ls -l /dev/cdrom should output /dev/cdrom -> /dev/sr0) and if so put a CD into the drive and then, as root, type in "mount /mnt/cdrom".

If /dev/cdrom doesn't point to /dev/sr0 it's pretty easy to fix. As root do the following:
rm /dev/cdrom
ln -s /dev/sr0 /dev/cdrom
Then do the "mount /mnt/cdrom" thing and see if it works.

HTH,
MMYoung

keefaz 09-06-2005 06:23 AM

Also, I see from your screenshot an error about nvidiafb,
to use framebuffer with a nvidia card, disable nvidia support in
kernel config, use vesa instead

mayhemt 09-06-2005 07:05 PM

make sure you have block devices enabled too..

as for ntfs.....i wouldnt recommend ntfs write using kernel sources...just use read only option
parallelly u can use captive-ntfs to enable write support on NTFS partitiions....which is safe & good option as of now...

jnorcal 09-06-2005 09:44 PM

this is my lsmod/dmesg and my block devices are enabled in my kernal,
root@J:~# lsmod
Module Size Used by
nls_cp437 5632 1
nls_utf8 1792 1
ohci_hcd 18820 0
uhci_hcd 29712 0
ehci_hcd 31112 0
i8xx_tco 6036 0
libata 41476 0
i2c_i801 7820 0
tg3 93828 0
snd_seq_device 7052 0
snd_util_mem 3584 0
pcmcia 20872 0
yenta_socket 20488 0
rsrc_nonstatic 11392 1 yenta_socket
pcmcia_core 42776 3 pcmcia,yenta_socket,rsrc_nonstatic
evdev 7552 0
agpgart 29768 0
psmouse 28804 0

[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
Vendor: PLEXTOR Model: DVDR PX-716A Rev: 1.08
Type: CD-ROM ANSI SCSI revision: 00
sr0: scsi3-mmc drive: 125x/94x writer cd/rw xa/form2 cdda tray
Attached scsi CD-ROM sr0 at scsi1, channel 0, id 0, lun 0
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
usb-storage: device scan complete
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
snd_hwdep: Unknown symbol snd_unregister_oss_device
snd_hwdep: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_unregister_oss_device
snd_rawmidi: Unknown symbol snd_register_oss_device
snd_rawmidi: Unknown symbol snd_oss_info_register
kobject_register failed for snd_emu10k1 (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0130a31>] mod_sysfs_setup+0x51/0xc0
[<c0131b11>] load_module+0x7a1/0xa70
[<c0131e8a>] sys_init_module+0x7a/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for nvidiafb (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e891cfcf>] nvidiafb_init+0xf/0x20 [nvidiafb]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
kobject_register failed for ahci (-17)
[<c01dff89>] kobject_register+0x49/0x80
[<c0256af8>] bus_add_driver+0x58/0xd0
[<c01e99a0>] pci_device_shutdown+0x0/0x30
[<c01e9b0e>] pci_register_driver+0x6e/0x90
[<e48e200f>] ahci_init+0xf/0x11 [ahci]
[<c0131f42>] sys_init_module+0x132/0x1c0
[<c0102f89>] syscall_call+0x7/0xb
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
snd_mixer_oss: Unknown symbol snd_unregister_oss_device
snd_mixer_oss: Unknown symbol snd_register_oss_device
snd_mixer_oss: Unknown symbol snd_mixer_oss_notify_callback
snd_mixer_oss: Unknown symbol snd_oss_info_register
snd_pcm_oss: Unknown symbol snd_unregister_oss_device
snd_pcm_oss: Unknown symbol snd_register_oss_device
snd_pcm_oss: Unknown symbol snd_mixer_oss_ioctl_card
snd_pcm_oss: Unknown symbol snd_oss_info_register
snd_mixer_oss: Unknown symbol snd_unregister_oss_device
snd_mixer_oss: Unknown symbol snd_register_oss_device
snd_mixer_oss: Unknown symbol snd_mixer_oss_notify_callback
snd_mixer_oss: Unknown symbol snd_oss_info_register
spurious 8259A interrupt: IRQ7.
cdrom: open failed.
usb 1-6: USB disconnect, address 2
program eject is using a deprecated SCSI ioctl, please convert it to SG_IO
program eject is using a deprecated SCSI ioctl, please convert it to SG_IO
program eject is using a deprecated SCSI ioctl, please convert it to SG_IO
program eject is using a deprecated SCSI ioctl, please convert it to SG_IO
program eject is using a deprecated SCSI ioctl, please convert it to SG_IO
program eject is using a deprecated SCSI ioctl, please convert it to SG_IO
input: AT Translated Set 2 keyboard on isa0060/serio0
smb_proc_readdir_long: error=-13, breaking
smb_add_request: request [cfc00d80, mid=20290] timed out!
SMB connection re-established (-5)
smb_add_request: request [cfc00e80, mid=20291] timed out!
smb_add_request: request [cfc00c80, mid=20292] timed out!

mayhemt 09-06-2005 11:29 PM

ok...just to make sure...
did u do 'make bzImage modules modules_install' in series? after a 'make xconfig'?
& then
mkinitrd /boot/initrd.<ver> <ver>
(or refer to digitalhermit.com for kernel compile from scratch)
becos..looking at ur dmesg...lot of modules are incompatible with ur hardware or u r using wrong modules/configuration....
as for nvidia modules...download from nvidia site...

jnorcal 09-07-2005 02:06 AM

I compiled kernal 2.6.12.3 from the skin of my teeth ( http://www.linuxquestions.org/questi...icle&artid=408 ) so probably not. I dont know wtf Im doing but I will try to recompile from scratch thanks mayhemt I appreciate the help. Also what Is a good site to get all the headers, modules etc.... Because I downloaded some corrupt 2.6.12.3 module packages that wouldn't install, Im almost sure the module pack I have installed is missing something I got that gut feeling. And would any of you have a site that explains in depth what bzimage does and all those commands when recompileing? I can follow directions but I would like to know what I am typeing in. If I wanted to stay ignorant I would stay with windows.

mayhemt 09-07-2005 06:18 PM

get kernel from kernel.org

get compilation of kernel documentation here
http://www.digitalhermit.com/linux/K...ild-HOWTO.html
this is the straight forward kernel compile howto i came across...to the point

get the indepth kernel stuff at tldp.org


All times are GMT -5. The time now is 01:12 PM.