LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-11-2007, 08:11 AM   #31
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53

To list loaded modules:

lsmod or modprobe -l


Insert:

insmod or modprobe


Remove:

rmmod or modprobe -r
 
Old 05-11-2007, 08:29 AM   #32
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Right, if it's a kernel module (which I do think it must be) -- but, what IS it? What does it do? I don't remember ever having seen it in my kernel config. Never even seen reference to it before today.

EDIT: OK, yes it is a kernel module, but still cannot quite decide what it's for; Using Google, I see it referred to in both config/ACPI/cpufreq and in config/x86/ sections.

Quote:
BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*
LOL, hows that for inspiring .. From the 'VIA Cyrix processor Longhaul Driver' code which looks like something to do with CPU frequency & voltage adjustment and/or bus speeds..

Last edited by GrapefruiTgirl; 05-11-2007 at 08:37 AM.
 
Old 05-11-2007, 09:05 AM   #33
Tje
Member
 
Registered: Dec 2005
Posts: 75

Original Poster
Rep: Reputation: 15
Seems this thread is gonna more complicated which beyond my experiences.

GrapefruiTgirl mentioned about this link
http://lkml.org/lkml/2006/4/2/65

there is :
Quote:
With a little more tinkering with hdparm I was able to determine that
the drives on the built-in controller and the primary bus of the PCI
controller were both in DMA mode, the former in udma4 and the latter
in udma3. The originally problematic drive (the one giving the
MULTWRITE_EXT errors) was in PIO mode, though "hdparm -d1 /dev/hdi"
"fixed" that problem and resulted in a drastic increase in drive bus
speed as measured by "hdparm -tT".
This is why I post this thread --> http://www.linuxquestions.org/questi...d.php?t=551630 (This thread also made me confusing, gonna be more complicated as well, I guess)
Before that my thread ("DMA problem"), I also found in other site that MULTWRITE_EXT is somehow related to DMA, but because I wasn't fully understand those stuff and my thought was MULTWRITE_EXT with DMA should be no relation, I didn't bookmark that site.

And made me more confuse which step I should go first. Set DMA off in kernel? Or stick to DMA activation in my other thread? BIOS ? kernel bug and so report it ? Chipset controller ? ACPI ? and I also ever thought about to use ext3 rather than reiserfs, remember? Is this really related to MULTWRITE_EXT error?

Any clue again guys? I guess next time I will post my BOOT setup menus. Seems I can't use "print screen button", I will write it down, and post it here, I want to know where is exactly to set PIO or DMA.

Last edited by Tje; 05-11-2007 at 09:21 AM.
 
Old 05-11-2007, 09:24 AM   #34
Tje
Member
 
Registered: Dec 2005
Posts: 75

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by GrapefruiTgirl

3 - The Multi-Sector-Write can also be disabled using hdparm -m0 /dev/hda, *however* I can't say whether simply issuing the command tothe drive may also cause it to freak out.. It won't damage anything, but the drive might not like the command.
Before you mentioned this, my multcount already 0, well, I didnt set it, then who? hehe

root@Tje:/home/tje# hdparm /dev/hda

/dev/hda:
multcount = 0 (off)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 0 (off)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 16383/255/63, sectors = 234441648, start = 0

So, I guess, I should try your solution to put hda=samsung-xxxxxx in my LILO, but um....still don't know how to get that "xxxxxx" information. Using "smartctl --all /dev/hda" OK or not?

Thank YOU.

Last edited by Tje; 05-11-2007 at 09:27 AM.
 
Old 05-11-2007, 09:34 AM   #35
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Mine:
Quote:
root@CrashMe:~# hdparm /dev/sda

/dev/sda:
IO_support = 0 (default 16-bit)
readonly = 0 (off)
readahead = 256 (on)
geometry = 14592/255/63, sectors = 234435439, start = 0
There is no multicount in SATA, interesting.

Last edited by Alien_Hominid; 05-11-2007 at 09:35 AM.
 
Old 05-11-2007, 09:38 AM   #36
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
OK, Why is Tje using "HDA" yet Alien refers to "SDA" (sata) ?? Which is it?

Yeah... I am thinking that the 'hda=samsung xxx' thing *may* only be for the smartctl command, and not for use in LILO; atleast, that's what it looks like so far, after having done some browsing about LILO and boot prompt arguments, I cannot locate the same thing in reference to LILO.

The filesystem type (reiser, ext2 or ext3) should have no bearing on this issue.

Likely the MULTIWRITE and DMA errors, whether directly related or not, *are* both the result of something else, whether it's bus speed, firmware bug, kernel config, I don't know..

The BIOS info screen on my machine only shows itself for like a second, so unless the machine hangs for some reason, I can barely see it. One way I did find to get it to stay on the screen for a while, was to disable ALL boot devices in the BIOS. This made the machine hang because there was nowhere for it to get an OS from but with any luck there is a better way to see the info on your machine.
If you can get the info from your BIOS POST screen during boot, particularly the DMA/UDMA/PIO value for this device, that would be good. It's difficult, you will probably need a camera, or pencil and paper because as you can see, the printscreen stuff won't work.

Again, I don't know for sure, but it doesn't really look like an ACPI thing. And also, hold off on reporting a bug, because the issue is not new, and is already known about; the question really is whether or not there is a working solution for you.

Last edited by GrapefruiTgirl; 05-11-2007 at 09:48 AM.
 
Old 05-11-2007, 09:39 AM   #37
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
He has hda, mine is sda. There are differences how hdparm works for these types of hard disks. Dma is already on on (is it correct?) SATA hdds and I can't check what happens if I set dma mode too high.

Last edited by Alien_Hominid; 05-11-2007 at 09:41 AM.
 
Old 05-11-2007, 09:50 AM   #38
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Ahh ok sorry Alien, I took your post as meaning Tje had SATA, rather than you yourself - my confusion
 
Old 05-11-2007, 10:12 AM   #39
Tje
Member
 
Registered: Dec 2005
Posts: 75

Original Poster
Rep: Reputation: 15
Wow, I haven't reboot though ( to see my BIOS POST information ). It was because a minute ago my system crashes again as usual, and as usual I leave it and as usual depressed and time to for my SLEEP to bed, BUT and BUT, roughly 20 minutes the system resumed,. Really surprising, this is my second time like this to happened. This is better than I force to shut down my laptop by hold the power button 5 seconds. And better than when I used 2.6.20 kernel that if the system crashed and I just leave it, the system shut by itself.

GrapefruiTgirl said that "because the issue is not new, should not to report bug first." But is there any possibility that the bug comes out again in another situation ? ( as in my situation...). Although I am not kernel developer but I have done many programming languages before, despite programming languages, my experience shows me to conclude that a SAME BUG of program might be occur on another occasion/situation that I never realized before.

Abut this time, this problem, this thread, the developer might not ever include my situation. But it is also might be that the patch already include in any situation so the bug won't occur anymore, never ever, forever.

As you said
Quote:
Likely the MULTIWRITE and DMA errors, whether directly related or not, *are* both the result of something else, whether it's bus speed, firmware bug, kernel config, I don't know..
I guess again, I should reboot and see my BIOS POST, right?
 
Old 05-11-2007, 10:39 AM   #40
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Definitely would be handy to know what DMA/UDMA/PIO mode the BIOS is starting up the drive in, yes.

And as for the bug issue, I see your point, and it is up to you if you report it as a bug; I know little about kernel programming or C programming, so you may have a far better idea than I do whether it is a good idea to report it as such and I agree, of course bugs can pop up in a variety of situations which had not as yet been identified. It wouldn't hurt to submit the relevant data from your machine and from this thread, to the LKML (Linux Kernel Mailing List) somewhere.

Meanwhile, see if you can get the info from BIOS post, and see what mode is the drive booting in
 
Old 05-11-2007, 11:40 AM   #41
Tje
Member
 
Registered: Dec 2005
Posts: 75

Original Poster
Rep: Reputation: 15
I also agree you said that
Code:
"And also, hold off on reporting a bug, because the issue is not new, and is already known about; the question really is whether or not there is a working solution for you."
I got an interesting message from dmesg:

"PCI: Bus #0b (-#0e) is hidden behind transparent bridge #0a (-#0a) (try 'pci=assign-busses')
Please report the result to linux-kernel to fix this permanently"

Is this related to my problem? Seems only one row tells me to report the result to linux-kernel. Or did I missed something else to report linux-kernel? The list of dmesg too long anyway.

Here is the full version, sorry for the long listing
Code:
Linux version 2.6.21.1 (root@Tje) (gcc version 3.4.6) #1 SMP Fri May 11 19:10:19 CST 2007
BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start: 0000000000000000 size: 000000000009f800 end: 000000000009f800 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000000009f800 size: 0000000000000800 end: 00000000000a0000 type: 2
copy_e820_map() start: 00000000000dc000 size: 0000000000024000 end: 0000000000100000 type: 2
copy_e820_map() start: 0000000000100000 size: 000000004f590000 end: 000000004f690000 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000004f690000 size: 0000000000070000 end: 000000004f700000 type: 4
copy_e820_map() start: 000000004f700000 size: 0000000000900000 end: 0000000050000000 type: 2
copy_e820_map() start: 00000000e0000000 size: 0000000010000000 end: 00000000f0000000 type: 2
copy_e820_map() start: 00000000fec00000 size: 0000000000010000 end: 00000000fec10000 type: 2
copy_e820_map() start: 00000000fed00000 size: 0000000000000400 end: 00000000fed00400 type: 2
copy_e820_map() start: 00000000fed14000 size: 0000000000006000 end: 00000000fed1a000 type: 2
copy_e820_map() start: 00000000fed1c000 size: 0000000000074000 end: 00000000fed90000 type: 2
copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2
copy_e820_map() start: 00000000ff000000 size: 0000000001000000 end: 0000000100000000 type: 2
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000004f690000 (usable)
 BIOS-e820: 000000004f690000 - 000000004f700000 (ACPI NVS)
 BIOS-e820: 000000004f700000 - 0000000050000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
 BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
 BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
374MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f5bd0
Entering add_active_range(0, 0, 325264) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->   229376
  HighMem    229376 ->   325264
early_node_map[1] active PFN ranges
    0:        0 ->   325264
On node 0 totalpages: 325264
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 1760 pages used for memmap
  Normal zone: 223520 pages, LIFO batch:31
  HighMem zone: 749 pages used for memmap
  HighMem zone: 95139 pages, LIFO batch:31
DMI present.
Using APIC driver default
ACPI: RSDP 000F5A30, 0014 (r0 PTLTD )
ACPI: RSDT 4F695488, 004C (r1 PTLTD    RSDT    6040000  LTP        0)
ACPI: FACP 4F69DDEE, 0074 (r1 INTEL  CALISTGA  6040000 LOHR       5A)
ACPI: DSDT 4F696B75, 7279 (r1 INTEL  CALISTGA  6040000 MSFT  100000E)
ACPI: FACS 4F69EFC0, 0040
ACPI: APIC 4F69DE62, 0068 (r1 INTEL  CALISTGA  6040000 LOHR       5A)
ACPI: HPET 4F69DECA, 0038 (r1 INTEL  CALISTGA  6040000 LOHR       5A)
ACPI: MCFG 4F69DF02, 003C (r1 INTEL  CALISTGA  6040000 LOHR       5A)
ACPI: TCPA 4F69DF3E, 0032 (r1 PTLTD  CALISTGA  6040000  PTL        1)
ACPI: APIC 4F69DF70, 0068 (r1 PTLTD  	 APIC    6040000  LTP        0)
ACPI: BOOT 4F69DFD8, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
ACPI: SSDT 4F696526, 064F (r1 SataRe  SataPri     1000 INTL 20050624)
ACPI: SSDT 4F695E94, 0692 (r1 SataRe  SataSec     1000 INTL 20050624)
ACPI: SSDT 4F6954D4, 04F6 (r1  PmRef    CpuPm     3000 INTL 20050624)
ACPI: BIOS bug: multiple APIC/MADT found, using 0
ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:14 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 6:14 APIC version 20
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x02] address[0xfec28000] gsi_base[24])
IOAPIC[1]: apic_id 2, version 255, address 0xfec28000, GSI 24-279
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 2 I/O APICs
ACPI: HPET id: 0x8086a201 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 60000000 (gap: 50000000:90000000)
Built 1 zonelists.  Total pages: 322723
Kernel command line: BOOT_IMAGE=Linux ro root=301
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
mapped IOAPIC to ffffb000 (fec28000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 1662.676 MHz processor.
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1283052k/1301056k available (3063k kernel code, 16900k reserved, 1472k data, 364k init, 383552k highmem)
virtual kernel memory layout:
    fixmap  : 0xffe16000 - 0xfffff000   (1956 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
      .init : 0xc0577000 - 0xc05d2000   ( 364 kB)
      .data : 0xc03fde42 - 0xc056e130   (1472 kB)
      .text : 0xc0100000 - 0xc03fde42   (3063 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 64-bit timers, 14318180 Hz
Calibrating delay using timer specific routine.. 3329.46 BogoMIPS (lpj=6658936)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfe9fbff 00100000 00000000 00000000 0000c189 00000000 00000000
monitor/mwait feature present.
using mwait in idle threads.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: After all inits, caps: bfe9fbff 00100000 00000000 00002940 0000c189 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
Freeing SMP alternatives: 17k freed
ACPI: Core revision 20070126
Parsing all Control Methods:
Table [DSDT](id 0001) - 949 Objects with 79 Devices 250 Methods 29 Regions
Parsing all Control Methods:
Table [SSDT](id 0002) - 10 Objects with 3 Devices 4 Methods 0 Regions
Parsing all Control Methods:
Table [SSDT](id 0003) - 10 Objects with 3 Devices 4 Methods 0 Regions
Parsing all Control Methods:
Table [SSDT](id 0004) - 13 Objects with 0 Devices 4 Methods 0 Regions
 tbxface-0587 [02] tb_load_namespace     : ACPI Tables successfully acquired
evxfevnt-0091 [02] enable                : Transition to ACPI mode successful
CPU0: Intel Genuine Intel(R) CPU           T2300  @ 1.66GHz stepping 08
Booting processor 1/1 eip 2000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3325.42 BogoMIPS (lpj=6650858)
CPU: After generic identify, caps: bfe9fbff 00100000 00000000 00000000 0000c189 00000000 00000000
monitor/mwait feature present.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfe9fbff 00100000 00000000 00002940 0000c189 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel Genuine Intel(R) CPU           T2300  @ 1.66GHz stepping 08
Total of 2 processors activated (6654.89 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
migration_cost=417
NET: Registered protocol family 16
EISA bus registered
ACPI: bus type pci registered
PCI: Using MMCONFIG
Setting up standard PCI resources
evgpeblk-0952 [04] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
evgpeblk-1049 [03] ev_initialize_gpe_bloc: Found 9 Wake, Enabled 4 Runtime GPEs in this block
Completing Region/Field/Buffer/Package initialization:.................................................................................
Initialized 29/29 Regions 6/6 Fields 38/38 Buffers 8/24 Packages (991 nodes)
Initializing Device/Processor/Thermal objects by executing _INI methods:.
Executed 1 _INI methods requiring 0 _STA executions (examined 91 objects)
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is 0000:00:02.0
PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region 1180-11bf claimed by ICH6 GPIO
PCI: Transparent bridge - 0000:00:1e.0
PCI: Bus #0b (-#0e) is hidden behind transparent bridge #0a (-#0a) (try 'pci=assign-busses')
Please report the result to linux-kernel to fix this permanently
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKC] (IRQs *10 11)
ACPI: PCI Interrupt Link [LNKD] (IRQs *10 11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *10 11)
ACPI: PCI Interrupt Link [LNKG] (IRQs *10 11)
ACPI: PCI Interrupt Link [LNKH] (IRQs 10 *11)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 11 devices
SCSI subsystem initialized
libata version 2.20 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
pnp: 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
pnp: 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved
pnp: 00:01: iomem range 0xfed18000-0xfed18fff could not be reserved
pnp: 00:01: iomem range 0xfed19000-0xfed19fff could not be reserved
pnp: 00:04: iomem range 0xfed00000-0xfed003ff could not be reserved
pnp: 00:07: ioport range 0x6a0-0x6af has been reserved
pnp: 00:07: ioport range 0x6b0-0x6ff has been reserved
Time: tsc clocksource has been installed.
PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
PCI: Bridge: 0000:00:1c.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
  IO window: 2000-2fff
  MEM window: d8000000-d9ffffff
  PREFETCH window: d2000000-d3ffffff
PCI: Bridge: 0000:00:1c.2
  IO window: 3000-3fff
  MEM window: da000000-dbffffff
  PREFETCH window: d4000000-d5ffffff
PCI: Bus 11, cardbus bridge: 0000:0a:09.0
  IO window: 00004400-000044ff
  IO window: 00004800-000048ff
  PREFETCH window: 60000000-63ffffff
  MEM window: 64000000-67ffffff
PCI: Bridge: 0000:00:1e.0
  IO window: 4000-4fff
  MEM window: dc000000-dc0fffff
  PREFETCH window: 60000000-63ffffff
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1c.1 to 64
ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1c.2 to 64
PCI: Enabling device 0000:00:1e.0 (0104 -> 0107)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
ACPI: PCI Interrupt 0000:0a:09.0[A] -> GSI 22 (level, low) -> IRQ 19
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 390k freed
Simple Boot Flag at 0x36 set to 0x1
Machine check exception polling timer started.
IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
Allocate Port Service[0000:00:1c.0:pcie03]
PCI: Setting latency timer of device 0000:00:1c.1 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.1:pcie00]
Allocate Port Service[0000:00:1c.1:pcie02]
Allocate Port Service[0000:00:1c.1:pcie03]
PCI: Setting latency timer of device 0000:00:1c.2 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.2:pcie00]
Allocate Port Service[0000:00:1c.2:pcie02]
Allocate Port Service[0000:00:1c.2:pcie03]
vesafb: framebuffer at 0xc0000000, mapped to 0xf8880000, using 1536k, total 7872k
vesafb: mode is 1024x768x8, linelength=1024, pages=9
vesafb: protected mode interface info at 00ff:44f0
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
Real Time Clock Driver v1.12ac
hpet_resources: 0xfed00000 is busy
ACPI Error (utglobal-0128): Unknown exception code: 0xFFFFFFF0 [20070126]
intel_rng: FWH not detected
Linux agpgart interface v0.102 (c) Dave Jones
agpgart: Detected an Intel 945GM Chipset.
agpgart: Detected 7932K stolen memory.
agpgart: AGP aperture is 256M @ 0xc0000000
[drm] Initialized drm 1.1.0 20060810
Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Hangcheck: Using get_cycles().
intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets
intelfb: Version 0.9.4
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 17
intelfb: Cannot reserve FB region.
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
8139cp 0000:0a:07.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
8139cp 0000:0a:07.0: Try the "8139too" driver instead.
8139too Fast Ethernet driver 0.9.28
ACPI: PCI Interrupt 0000:0a:07.0[A] -> GSI 23 (level, low) -> IRQ 20
eth0: RealTek RTL8139 at 0xf8830800, 00:16:d3:42:57:ea, IRQ 20
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
netconsole: not configured, aborting
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0...
hda: SAMSUNG HM120JC, ATA DISK drive
hdb: HL-DT-STCD-RW/DVD DRIVE GCC-4244N, ATAPI CD/DVD-ROM drive
ide1: I/O resource 0x170-0x177 not free.
ide1: ports already in use, skipping probe
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 512KiB
hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63
hda: cache flushes supported
 hda: hda1 hda2 < hda5 hda6 >
hdb: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
3ware Storage Controller device driver for Linux v1.26.02.002.
ata_piix 0000:00:1f.2: version 2.10ac1
ata_piix 0000:00:1f.2: MAP [ IDE IDE P1 P3 ]
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 21
ata: 0x1F0 IDE port busy
ata: conflict with ide0
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: DUMMY
ata2: SATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x000118b8 irq 15
scsi0 : ata_piix
scsi1 : ata_piix
ATA: abnormal status 0x7F on port 0x00010177
Fusion MPT base driver 3.04.04
Copyright (c) 1999-2007 LSI Logic Corporation
Fusion MPT SPI Host driver 3.04.04
ieee1394: raw1394: /dev/raw1394 device initialized
usbmon: debugfs is not available
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc444000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001820
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001840
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb 1-1: new high speed USB device using ehci_hcd and address 2
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 17, io base 0x00001880
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-3: new high speed USB device using ehci_hcd and address 3
usb 1-3: configuration #1 chosen from 1 choice
usb 1-1.4: new low speed USB device using ehci_hcd and address 4
usb 1-1.4: configuration #1 chosen from 1 choice
usbcore: registered new interface driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
scsi2 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver hiddev
input: Microsoft Microsoft Wireless Optical Mouse® 1.00 as /class/input/input0
input: USB HID v1.11 Mouse [Microsoft Microsoft Wireless Optical Mouse® 1.00] on usb-0000:00:1d.7-1.4
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input1
i2c /dev entries driver
ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 21
EDAC MC: Ver: 2.0.1 May 11 2007
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci: SDHCI controller found at 0000:0a:01.0 [1180:0822] (rev 19)
ACPI: PCI Interrupt 0000:0a:01.0[B] -> GSI 21 (level, low) -> IRQ 22
mmc0: SDHCI at 0xdc000800 irq 22 DMA
oprofile: using NMI interrupt.
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
Starting balanced_irq
Using IPI Shortcut mode
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x204000
input: SynPS/2 Synaptics TouchPad as /class/input/input2
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
ReiserFS: hda1: found reiserfs format "3.6" with standard journal
ReiserFS: hda1: using ordered data mode
ReiserFS: hda1: journal params: device hda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda1: checking transaction log (hda1)
ReiserFS: hda1: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Trying to move old root to /initrd ... okay
Freeing unused kernel memory: 364k freed
usb-storage: device scan complete
scsi 2:0:0:0: Direct-Access     Kingston Flash Disk       8.00 PQ: 0 ANSI: 2
SCSI device sda: 4096000 512-byte hdwr sectors (2097 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 4096000 512-byte hdwr sectors (2097 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
 sda: unknown partition table
sd 2:0:0:0: Attached scsi removable disk sda
sd 2:0:0:0: Attached scsi generic sg0 type 0
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
ata2: soft resetting port
ATA: abnormal status 0x7F on port 0x00010177
ata2: EH complete
ata2: soft resetting port
ATA: abnormal status 0x7F on port 0x00010177
ata2: EH complete
eth0: no IPv6 routers present
ACPI: SSDT 4F695C63, 01A8 (r1  PmRef  Cpu0Ist     3000 INTL 20050624)
Parsing all Control Methods:
Table [SSDT](id 0016) - 5 Objects with 0 Devices 3 Methods 0 Regions
ACPI: SSDT 4F6959CA, 0214 (r1  PmRef  Cpu0Cst     3001 INTL 20050624)
Parsing all Control Methods:
Table [SSDT](id 0017) - 2 Objects with 0 Devices 1 Methods 0 Regions
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: SSDT 4F695E0B, 0089 (r1  PmRef  Cpu1Ist     3000 INTL 20050624)
Parsing all Control Methods:
Table [SSDT](id 001B) - 3 Objects with 0 Devices 3 Methods 0 Regions
ACPI: SSDT 4F695BDE, 0085 (r1  PmRef  Cpu1Cst     3000 INTL 20050624)
Parsing all Control Methods:
Table [SSDT](id 001C) - 1 Objects with 0 Devices 1 Methods 0 Regions
ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Battery Slot [BAT0] (battery absent)
Time: hpet clocksource has been installed.
input: Power Button (FF) as /class/input/input3
ACPI: Power Button (FF) [PWRF]
input: Lid Switch as /class/input/input4
ACPI: Lid Switch [LID0]
input: Sleep Button (CM) as /class/input/input5
ACPI: Sleep Button (CM) [SLPB]
ACPI: Thermal Zone [TZS0] (60 C)
ACPI: Thermal Zone [TZS1] (64 C)
ACPI: AC Adapter [ADP1] (on-line)
I2O subsystem v1.325
i2o: max drivers = 8
I2O Configuration OSM v1.323
I2O Bus Adapter OSM v1.317
I2O SCSI Peripheral OSM v1.316
I2O ProcFS OSM v1.316
I2O Block Device OSM v1.325
block-osm: registered device at major 80
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
ide0: reset: success

Last edited by Tje; 05-11-2007 at 11:41 AM.
 
Old 05-11-2007, 11:42 AM   #42
Tje
Member
 
Registered: Dec 2005
Posts: 75

Original Poster
Rep: Reputation: 15
Continue of dmesg part 2, hehe :

Code:
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
ide0: reset: success
atkbd.c: Unknown key pressed (translated set 2, code 0xb4 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e034 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xb4 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e034 <keycode>' to make it known.
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
ide0: reset: success
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
ide0: reset: success
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
ide0: reset: success
 
Old 05-11-2007, 11:54 AM   #43
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Quote:
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0...
hda: SAMSUNG HM120JC, ATA DISK drive
hdb: HL-DT-STCD-RW/DVD DRIVE GCC-4244N, ATAPI CD/DVD-ROM drive
ide1: I/O resource 0x170-0x177 not free.
ide1: ports already in use, skipping probe
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 512KiB
hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63
hda: cache flushes supported
hda: hda1 hda2 < hda5 hda6 >
hdb: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
3ware Storage Controller device driver for Linux v1.26.02.002.
ata_piix 0000:00:1f.2: version 2.10ac1
ata_piix 0000:00:1f.2: MAP [ IDE IDE P1 P3 ]
ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 19 (level, low) -> IRQ 21
ata: 0x1F0 IDE port busy
ata: conflict with ide0
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: DUMMY
ata2: SATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x000118b8 irq 15
scsi0 : ata_piix
scsi1 : ata_piix
ATA: abnormal status 0x7F on port 0x00010177
/.../
ReiserFS: hda1: found reiserfs format "3.6" with standard journal
ReiserFS: hda1: using ordered data mode
ReiserFS: hda1: journal params: device hda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda1: checking transaction log (hda1)
ReiserFS: hda1: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Trying to move old root to /initrd ... okay
Freeing unused kernel memory: 364k freed
usb-storage: device scan complete
scsi 2:0:0:0: Direct-Access Kingston Flash Disk 8.00 PQ: 0 ANSI: 2
SCSI device sda: 4096000 512-byte hdwr sectors (2097 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 4096000 512-byte hdwr sectors (2097 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
sda: unknown partition table
sd 2:0:0:0: Attached scsi removable disk sda
sd 2:0:0:0: Attached scsi generic sg0 type 0
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
ata2: soft resetting port
ATA: abnormal status 0x7F on port 0x00010177
ata2: EH complete
ata2: soft resetting port
ATA: abnormal status 0x7F on port 0x00010177
ata2: EH complete
OK, I was hoping we could actually get the information from your COMPUTER, not from the Linux Kernel. Like when you turn it on, and then usually you can either get a splash picture at the start, or a screen full of BIOS junk.. Not this.
However As you can see in the above piece that I copied, there is definitely not happiness prevailing on your IDE bus. I'm not sure what to make of this, but there is obviously some trouble with the IDE devices.
Not sure what to do from here, but still thinking.. Hopefully some other thinkers will have ideas too
 
Old 05-11-2007, 11:57 AM   #44
Tje
Member
 
Registered: Dec 2005
Posts: 75

Original Poster
Rep: Reputation: 15
Unhappy

But you know a little about kernel programming, to me is zero. hehe So, it should you know this better than me. Anyway, I don't know how to report kernel bug. Maybe later I join LKML. Wow, joining kernel mailing list without knowing any kernel programming. ( a little exited here, hehe...ok...focus on my problem )

Oh yeah, I should post about my BIOS. Here we go:

Quote:
"Like when you turn it on, and then usually you can either get a splash picture at the start"
Code:
Phoenix TrustedCore (tm) NB
Copyright 1985-2004 Phonenix Technologies Ltd.
All Rights Reserved

V1.06
CPU = 1 Processors Detected, Cores per Processor = 2
Genuine Intel (R) CPU T2300 @ 1.66 GHz
1271 System RAM Passed
2048 Cache SRAM Passed
System BIOS Shadowed
VIDEO BIOS Shadowed
Fixed Disk 0 : SAMSUNG HM120JC
ATAPI CD-ROM : HL-DT-STCD-RW/DVD DRIVE GCC-4244N
USB 2.0 : Kingston Flash Disk
Mouse Initialized

Press <F2> to enter SETUP, Press <F12> to display BootMenu
For the F2 as well, this is inside BIOS setup here:

Information
CPU Type : Genuine Intel (R) CPU T2300 @ 1.66 GHz
CPU Speed : 1600 MHz
IDE1 Model Name : SAMSUNG HM120JC(PM)
IDE1 Serial Number : S040JD0P376746C
ATAPI Model Name : HL-DT-STCD-RW/DVD DRIVE-(PS)
System BIOS Version : V1.06
VGA BIOS Version : 1284
KBC Version : 01.13
Serial Number : LXTD20C031627095202000
Asset Tag Number : None
Product Name : Travelmate 3250
Manufacturer Name : Acer
UUID : a71f3920-0d3c-11db-96df-fd90a7322f63

MAIN
System Time : [23:32:32]
System Date : [05/11/2007]
System Memory : 640 KB
Extended Memory : 1270 MB
Video Memory : [MaxDVMT]
Quite Boot : [Disabled] --> Logo booting
Power On Display : Auto
Network Boot : [Disabled]
F12 Boot Menu : [Enabled]
D2D Recovery [Disabled] --> Acer disk-to-disk recovery

SECURITY
Supervisor Password is : Clear
User Password : Clear
HDD Password : Clear
Set Supervisor Password : [Enter]
Set User Password : [Enter]
Set HDD Password : [Enter]
Password on Boot : [Disabled]

Boot
This one I don't have to type it right? No use...

EXIT
Well, you know what this means..

Now, Seems there is no information can help me now.... so sad....
You see, my BIOS setup too simple !! It is really different with the "Desktop" one

Last edited by Tje; 05-11-2007 at 12:01 PM.
 
Old 05-11-2007, 12:19 PM   #45
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
OK, IF you have high speed internet, and IF you are able to compile a new kernel without too much trouble, here's an idea.. The kernel you are using is BRAND spanking new..
If you would, try reverting back to a kernel something like 2.6.20-13 or EARLIER. The reason, which is surely not a guarantee, but worth a try, is here: https://bugs.launchpad.net/ubuntu/+s...20/+bug/106063

Near the bottom of that page, a post by 'sertmann' where there is very similar output to yours (a small sample anyways) and for him, the problem was worked around by changing BACK from 2.6.20-15 to 2.6.20-13, and no other changes. Something tells me that something got broken, for some machines, at some point during the latest kernels. Maybe they know, and maybe it is being fixed, but it would be worth a try to go back (even to 2.6.20) and see if the problem goes away.

Just an idea
 
  


Reply



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
DHCP issuing IP's in reverse! Maniac0Maniac Linux - Networking 5 02-05-2007 08:41 AM
prints should go in queue by issuing print command. bhagi123 Linux - Software 0 02-24-2006 05:18 AM
Issuing Telnet commands via bash scripts Kaj Programming 2 01-02-2005 11:44 PM
usb intellimouse issuing keystrokes!!! sketelsen Linux - Hardware 2 09-03-2004 02:06 PM
what command is KPPP issuing? jlangelier Linux - Software 3 08-26-2004 01:24 AM

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

All times are GMT -5. The time now is 05:16 PM.

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