You are not logged in.
works fine here... tough i know the error lessthanjake had, seen it with kernel26ck. i had trouble with init (init: 44: replace: not found. kernel panic - not syncing: attempting to kill init). i did reinstall klibc*, and now it works.
-=] life sucks deeply [=-
Offline
lessthanjake: try replacing hda1 with sda1
(There are changes in the ATA drivers switching to SATA in the new kernel)
Haven't been here in a while. Still rocking Arch. ![]()
Offline
lessthanjake: try replacing hda1 with sda1
(There are changes in the ATA drivers switching to SATA in the new kernel)
Thanks, it woked great. And the new kernel is working great as well!
Offline
Sigi wrote:lessthanjake: try replacing hda1 with sda1
(There are changes in the ATA drivers switching to SATA in the new kernel)Thanks, it woked great. And the new kernel is working great as well!
Glad to hear that it worked.
Haven't been here in a while. Still rocking Arch. ![]()
Offline
superstoned wrote:iphitus wrote:After my break, i'm working on 2.6.19 beyond. Right now
![]()
I'll have a pre release up by the end of the day, I'll give that some testing, and it should be in the repos soon enough.
James
Great!
found this yet?
http://ck.kolivas.org/patches/2.6/2.6.19/2.6.19-ck1/
found this yet? http://iphitus.loudas.com/beyond/2.6.19 … yond1pre1/
or even better, this?
http://iphitus.loudas.com//entries/14.html
http://archlinux.org/~james/kernel26bey … pkg.tar.gz2.6.19-beyond1pre1, is just a short release, so I can get some testing done while I wait for a few more patches, and so I can do some thorough testing of my own.
2.6.19-beyond1 will be out shortly, and will go to the repos.
James
WOOT!!!!!! Maybe with 2.6.19 I won't get that stupid "port too slow to respond" message that slows down boot.
Offline
I see the fs-fcache patch is removed from the ck patchset. Why is that? (I was not able to find any changelog for the ck patchset, does it exist somewhere?)
Offline
I see the fs-fcache patch is removed from the ck patchset. Why is that? (I was not able to find any changelog for the ck patchset, does it exist somewhere?)
seemed to have a few bugs and no active development. it was more a proof of concept rather than a production level work.
Offline
Sadly, it did not fix the port too slow to respond. (which can be fixed with a changed initrd image, but makes ":: Loading Udev uevents" really really slow).
Offline
Hi.
Is 2.6.19-beyond (the final one) gonna have the patch mentioned by brain0 ?
In http://bbs.archlinux.org/viewtopic.php?t=27390 brain0 wrote:
Good news. I created a patch for kernel 2.6.19 that incorporates the fuse changes into the kernel tree. That means that the new 2.6.19-ARCH kernel that enters testing today or tomorrow will work with the latest ntfs-3g version.
?
Offline
yep!
Offline
So what's the state of nvidia drivers in beyond? I was glad to see beyond1 in current, but neither nvidia-beyond or nvidia-beta-beyond work.
- nvidia-beyond is a completely different version than nvidia-utils;
- nvidia-beta-beyond doesn't install the nvidia kernel module correctly (judging from a modprobe nvidia).
I'm contemplating building nvidia-utils from the same version that nvidia-beyond is using, but I'm not looking forward to the problems that might bring.
Has anyone got a better solution?
Offline
Had the same problem. Install the nvidia-utils package from testing.
ftp://ftp.archlinux.org/testing/os/i686 … pkg.tar.gz
Dont know why they are separated (I mean driver from utils) it looks like the driver is in extra repo (and still in testing repo) and the utils package only in testing. So if the 1.0.9629 driver works with your card install utils from testing, if not - downgrade the driver.
Upgrading utils to the testing version works fine for me.
But I'm having another issue here with new beyond:
http://bbs.archlinux.org/viewtopic.php?t=27500
Peace.
Offline
So what's the state of nvidia drivers in beyond? I was glad to see beyond1 in current, but neither nvidia-beyond or nvidia-beta-beyond work.
- nvidia-beyond is a completely different version than nvidia-utils;
- nvidia-beta-beyond doesn't install the nvidia kernel module correctly (judging from a modprobe nvidia).
oops. i compiled the testing nvidia.
I havnt updated nvidia-beta beyond, i'll do that now.
edit: nvidia-beyond fixed.
James
Offline
augustob wrote:So what's the state of nvidia drivers in beyond? I was glad to see beyond1 in current, but neither nvidia-beyond or nvidia-beta-beyond work.
- nvidia-beyond is a completely different version than nvidia-utils;
- nvidia-beta-beyond doesn't install the nvidia kernel module correctly (judging from a modprobe nvidia).oops. i compiled the testing nvidia.
I havnt updated nvidia-beta beyond, i'll do that now.
edit: nvidia-beyond fixed.
James
Fantastic news, and quick, too!
Thanks and keep up the great work!
Offline
Has the default timer frequency been changed? I ask becuase my laptop is affected with the "high pitch noise" described here: http://www.thinkwiki.org/wiki/Problem_w … tch_noises
One of the solutions is to change the timer frequency. With recent 2.6.19-beyond I again stared to experience the noise when CPU frequency jumps. With 2.6.17-beyond I had no such problem, hence I assumed the frequency has changed. The stock kernel works fine too, as it has 250Hz set.
501:cromo@kromka:~$ cat /boot/kconfig26 |grep -i hz
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
502:cromo@kromka:~$ cat /boot/kconfig26beyond |grep -i hz
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250_NODEFAULT is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000I know this is related to ck patches and general responsivity improvement, but for me the lack of noise is much more important than unnoticable increase of responsivity
Quite a lot of laptops are affected (have a look at the link above), then I guess it should at least be considered to change the value back to 250Hz.
PS. The other solution mentioned at the thinkiwi is to change the processor's C3 maximum state. It works fine, but it affects the powermanagement of processor and from my experience it cuts half an hour of working time off when running on battery...
Offline
Few questions (about 2.6.19):
1) why there was decission about replacing vesafb-tng with vesafb?
2) is this possible to set display's refresh frequency with the latest vesafb with DDC support?
3) what about fbsplash? Is it working? dtw said that he has problems with gensplash compiling.
to live is to die
Offline
Iphitus explained that decision was due to stability. It works fine here with fbsplash.
I have another problem with the new beyond patchset. Suspend2 behaves weirdly, sometimes keyboard is not working, other time it resumes, shows distorted desktop and returns to console (fbsplash actually)[3]. Thing is that kernel26suspend2 works just fine. I noticed that the patchset is different, the latter has 10-suspend2-2.2.9-freezer.patch that beyond1 has not.
EDIT: This might be pretty weird, but it seems it was amrok that was causing the keyboard problems?!? Everytime I resumed amarok was hanged completely. Also, the keyboard was not dead from the begining, it was working for some time and stopped when I stopped the Amarok (it was still acting as if it was playing the music, although it was not). Anyway if I close amarok before suspending, resuming works fine and there are no problems at all. Really weird.
EDIT2. I asked at #amarok. The problem was that I was playing streamed music when suspending. The bug in xine-lib 1.1.2 crashes amarok in such situation, it's a known bug. Kinda off topic, but would be nice if xine-lib got updated.
Another EDIT: This is getting seriously radiculous. Seems that I found lots of different bugs triggering another
As I said above, the keyboard dies if I stop amarok. This keyboard behaviour is only when using kernel26beyond, I guess due to broken ck patchset. It's not the first time that I was experiencing lags in keyboard & mouse response when using beyond (happend quite often in 2.6.17-beyond). Seems we have a bug here.
Further on, working without keyboard I used the menu to open Kde sysguard. I chose amarokapp, chose to kill it and.... X.org died[1]. I was switched to tty1. Hence, bug no. 2. When I tried to restart kdm with /etc/rc.d/kdm restart... system hanged completely. Powerbutton was not responding, too[2]. Had to cold-poweroff (kept powerbutton pressed until powered off)
Damn. I can't belive such things still happen in linux
This behaviour is completely reproducable, I tried two times and each was completely the same.
[1]. X.org.log exerpt, this is the only weird thing I noticed. Line repeats about 20 times and is the last message in log file.
LookupDeviceIntRec id=0x2 not found[2]
8322-Dec 4 17:34:02 kromka kdm[3015]: X server for display :0 terminated unexpectedly
8323-Dec 4 17:34:05 kromka mtrr: no more MTRRs available
8324-Dec 4 17:34:05 kromka mtrr: no more MTRRs available
8325-Dec 4 17:34:05 kromka mtrr: no more MTRRs available
8326-Dec 4 17:34:08 kromka kdm[3015]: X server for display :0 terminated unexpectedly
8327-Dec 4 17:34:08 kromka kdm[3015]: Unable to fire up local display :0; disabling.
8328:Dec 4 17:35:47 kromka logger: ACPI action undefined: PBTNHere you can basically see everything. X server dying + button unrecognized.
[3] I just experienced this situation again, thus I paste the syslog excerpt. Seems suspend2 is broken here, couple of apps are crashing badly.
http://pastebin.archlinux.org/294
Offline
If you have any IDE devices on an intel controller, to check if this change will affect you, and whether or not you have to adjust your fstab and bootloader, check 'mkinitcpio -M' for piix or ata_piix
yada yada yada
so how do i fix this? (i do have ata-piix loaded, and ther kernel boots fine, im asking just in case) ![]()
Offline
I'm experiencing a somewhat similar problem, cromo - I noticed that sometimes after resuming with latest beyond my soundcard doesn't work and in those cases amarok had been probably playing before suspending.
Offline
There is no config.h in /usr/src/linux-2.6.19-beyond/include/linux/. Is that a bug or did something change?
Offline
There is no config.h in /usr/src/linux-2.6.19-beyond/include/linux/. Is that a bug or did something change?
It changed, you should be fine sed'ing out any
#include config/linux.hfrom whatever you're trying to compile.
Edit: Holy crap! there should be <> around the filename but the forum doesn't let me put them in!
Offline
lessthanjake wrote:There is no config.h in /usr/src/linux-2.6.19-beyond/include/linux/. Is that a bug or did something change?
It changed, you should be fine sed'ing out any
#include config/linux.hfrom whatever you're trying to compile.
Thanks!
Edit: Holy crap! there should be <> around the filename but the forum doesn't let me put them in!
I think you just can check the 'Disable HTML in this post'-box.
Like this:
#include <config/linux.h>Offline
I think you just can check the 'Disable HTML in this post'-box.
Like this:#include <config>
I figured the code tags would do just that; way to go phpBB!
Offline
What about updated lirc-beyond for current beyond kernel ? ![]()
Offline
Hi! I am unable to boot with 2.6.19-beyond.
I get stuck with a "hda: lost interrupt" error during boot.
2.6.17-beyond works fine.
dmesg:
Linux version 2.6.17-beyond (root@sara) (gcc version 4.1.1) #1 SMP PREEMPT Mon Sep 18 12:24:35 EST 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003bf40000 (usable)
BIOS-e820: 000000003bf40000 - 000000003bf50000 (ACPI data)
BIOS-e820: 000000003bf50000 - 000000003c000000 (ACPI NVS)
BIOS-e820: 000000003c000000 - 0000000040000000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
63MB HIGHMEM available.
896MB LOWMEM available.
On node 0 totalpages: 245568
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 225280 pages, LIFO batch:31
HighMem zone: 16192 pages, LIFO batch:3
DMI 2.3 present.
ACPI: RSDP (v000 MSI ) @ 0x000f83e0
ACPI: RSDT (v001 MSI 1013 0x01172006 MSFT 0x00000097) @ 0x3bf40000
ACPI: FADT (v002 MSI 1013 0x01172006 MSFT 0x00000097) @ 0x3bf40200
ACPI: MADT (v001 MSI OEMAPIC 0x01172006 MSFT 0x00000097) @ 0x3bf40300
ACPI: WDRT (v001 MSI MSI_OEM 0x01172006 MSFT 0x00000097) @ 0x3bf40360
ACPI: MCFG (v001 MSI OEMMCFG 0x01172006 MSFT 0x00000097) @ 0x3bf403b0
ACPI: SSDT (v001 OEM_ID OEMTBLID 0x00000001 INTL 0x02002026) @ 0x3bf43750
ACPI: OEMB (v001 MSI MSI_OEM 0x01172006 MSFT 0x00000097) @ 0x3bf50040
ACPI: DSDT (v001 MSI 1013 0x01172006 INTL 0x02002026) @ 0x00000000
ATI board detected. Disabling timer routing over 8254.
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:4 APIC version 16
ACPI: Skipping IOAPIC probe due to 'noapic' option.
Allocating PCI resources starting at 50000000 (gap: 40000000:bff80000)
Built 1 zonelists
Kernel command line: root=/dev/hda1 video=vesafb:ywrap,mtrr:3,1024x768-32@60 splash=verbose,theme:darch console=tty1 resume2=swap:/dev/hda2 ro pci=assign-busses noapictimer
Found and enabled local APIC!
mapped APIC to ffffd000 (fee00000)
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 1592.078 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 969060k/982272k available (1911k kernel code, 12588k reserved, 722k data, 184k init, 64768k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 3187.58 BogoMIPS (lpj=1593793)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 16k freed
checking if image is initramfs... it is
Freeing initrd memory: 896k freed
ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
ACPI: setting ELCR to 0200 (from 0ce0)
CPU0: AMD Turion(tm) 64 Mobile Technology MT-30 stepping 02
Total of 1 processors activated (3187.58 BogoMIPS).
Brought up 1 CPUs
migration_cost=0
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
Setting up standard PCI resources
ACPI: Subsystem revision 20060127
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
Boot video device is 0000:01:05.0
PCI: Transparent bridge - 0000:00:14.4
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P1._PRT]
ACPI: Embedded Controller [EC] (gpe 6) interrupt mode.
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.POP2._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 5 6 *7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 11 devices
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
PCI: Device 0000:02:03.0 not found by BIOS
PCI: Device 0000:02:04.0 not found by BIOS
PCI: Device 0000:02:04.1 not found by BIOS
PCI: Device 0000:02:04.2 not found by BIOS
PCI: Device 0000:02:09.0 not found by BIOS
PCI: Bridge: 0000:00:01.0
IO window: d000-dfff
MEM window: fbe00000-fbefffff
PREFETCH window: f0000000-faffffff
PCI: Bus 3, cardbus bridge: 0000:02:04.0
IO window: 0000e000-0000e0ff
IO window: 0000ec00-0000ecff
PREFETCH window: 50000000-51ffffff
MEM window: 56000000-57ffffff
PCI: Bus 7, cardbus bridge: 0000:02:04.1
IO window: 00001000-000010ff
IO window: 00001400-000014ff
PREFETCH window: 52000000-53ffffff
MEM window: 58000000-59ffffff
PCI: Bridge: 0000:00:14.4
IO window: e000-efff
MEM window: fbf00000-fbffffff
PREFETCH window: 50000000-54ffffff
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:02:04.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 6
PCI: setting IRQ 6 as level-triggered
ACPI: PCI Interrupt 0000:02:04.1[B] -> Link [LNKE] -> GSI 6 (level, low) -> IRQ 6
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, 786432 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
vesafb: ATI Technologies Inc., MS48, 01.00 (OEM: ATI MOBILITY RADEON Xpress 200G Series)
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:52f9
vesafb: pmi: set display start = c00c5367, set palette = c00c53a1
vesafb: pmi: ports = d810 d816 d854 d838 d83c d85c d800 d804 d8b0 d8b2 d8b4
vesafb: no monitor limits have been set
vesafb: scrolling: ywrap using protected mode interface, yres_virtual=1536
Console: switching to colour frame buffer device 128x48
fbsplash: console 0 using theme 'darch'
fbsplash: switched splash state to 'on' on console 0
vesafb: framebuffer at 0xf0000000, mapped to 0xf8880000, using 6144k, total 65536k
fb0: VESA VGA frame buffer device
ACPI: AC Adapter [ADP1] (on-line)
ACPI: Battery Slot [BAT1] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID0]
ACPI: Sleep Button (CM) [SLPB]
ACPI: Power Button (CM) [PWRB]
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Thermal Zone [THRM] (62 C)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:14.6[B] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.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
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
Suspend2 Core.
Suspend2 Compression Driver loading.
Suspend2 Encryption Driver loading.
Suspend2 Swap Writer loading.
Suspend2 FileWriter loading.
ACPI wakeup devices:
POP2 RTL USB1 USB2 EUSB AC97 MC97
ACPI: (supports S0 S1 S3 S4 S5)
Freeing unused kernel memory: 184k freed
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ATIIXP: IDE controller at PCI slot 0000:00:14.1
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:14.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
ATIIXP: chipset revision 0
ATIIXP: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: SAMSUNG HM120JC, ATA DISK drive
input: AT Translated Set 2 keyboard as /class/input/input0
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
input: ImPS/2 Logitech Wheel Mouse as /class/input/input1
hdc: Slimtype DVDRW SDW-431S, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 512KiB
hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 hda3
input: ImPS/2 Logitech Wheel Mouse as /class/input/input2
JFS: nTxBlock = 7581, nTxLock = 60649
Suspend2 2.2.7.4: Swapwriter: Signature found.
Suspend2 2.2.7.4: Resuming enabled.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Linux agpgart interface v0.101 (c) Dave Jones
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 866 MBytes.
[fglrx] module loaded - fglrx 8.31.5 [Nov 9 2006] on minor 0
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
eth0: RealTek RTL8139 at 0xf880ec00, 00:0c:76:f9:35:a8, IRQ 5
eth0: Identified 8139 chip type 'RTL-8101'
ndiswrapper version 1.26 loaded (preempt=yes,smp=yes)
ndiswrapper: driver neti2220 (LanExpress,03/29/2004,2.10.03.2004) loaded
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 5
ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKG] -> GSI 5 (level, low) -> IRQ 5
ndiswrapper: using IRQ 5
wlan0: vendor: 'INPROCOMM IPN2220 Wireless LAN Adapter'
wlan0: ethernet device 00:11:09:16:cd:97 using NDIS driver neti2220, 17FE:2220.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
usbcore: registered new driver ndiswrapper
powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.60.2)
powernow-k8: 0 : fid 0x0 (800 MHz), vid 0x16 (1000 mV)
powernow-k8: 1 : fid 0x8 (1600 MHz), vid 0xa (1300 mV)
cpu_init done, current fid 0x8, vid 0x8
powernow-k8: ph2 null fid transition 0x8
ACPI: PCI Interrupt 0000:00:13.2[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
ehci_hcd 0000:00:13.2: EHCI Host Controller
ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:13.2: irq 11, io mem 0xfbdff000
ehci_hcd 0000:00:13.2: 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
Real Time Clock Driver v1.12ac
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.0: irq 11, io mem 0xfbdfd000
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 4 ports detected
hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
ACPI: PCI Interrupt 0000:00:13.1[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:13.1: irq 11, io mem 0xfbdfe000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 4 ports detected
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ACPI: PCI Interrupt 0000:00:14.5[B] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
usb 2-1: new low speed USB device using ohci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
usb 3-1: new low speed USB device using ohci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: DragonRise Inc. Generic USB Joystick as /class/input/input3
input: USB HID v1.10 Joystick [DragonRise Inc. Generic USB Joystick ] on usb-0000:00:13.0-1
input: HID 062a:0000 as /class/input/input4
input: USB HID v1.10 Mouse [HID 062a:0000] on usb-0000:00:13.1-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Adding 2097136k swap on /dev/hda2. Priority:-1 extents:1 across:2097136k
eth0: link down
ACPI: PCI Interrupt 0000:01:05.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
[fglrx:drm_parse_option] *ERROR* "agplock" is not a valid option
[fglrx] Maximum main memory to use for locked dma buffers: 866 MBytes.
[fglrx] total GART = 134217728
[fglrx] free GART = 118226944
[fglrx] max single GART = 118226944
[fglrx] total LFB = 60780544
[fglrx] free LFB = 52588544
[fglrx] max single LFB = 52588544
[fglrx] total Inv = 0
[fglrx] free Inv = 0
[fglrx] max single Inv = 0
[fglrx] total TIM = 0
ndiswrapper (iw_set_ap_address:657): setting AP mac address failed (C0010015)
spurious 8259A interrupt: IRQ7.Offline