View previous topic :: View next topic |
Author |
Message |
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Wed Nov 19, 2003 4:12 pm Post subject: |
|
|
Dinini wrote: | You are using the vesafb in 16 bit mode right?
For the moment 16bit is the only supported color depth. |
Damn. I knew it had to be something obvious. That's all it was - I had been using vga=0x31B instead of vga=0x31A. Once I changed that, it started working right away. Thanks _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
Corp.Nobbs Tux's lil' helper
Joined: 02 Oct 2003 Posts: 112 Location: Reading, UK
|
Posted: Wed Nov 19, 2003 4:17 pm Post subject: |
|
|
OK, I've got an alternative method to get love3 + vmware running WITHOUT removing the reiser4 patch. As this patch doesn't unapply cleanly, this method maybe alittle bit nicer.
cd /opt/vmware/lib/modules/source
tar xvf vmmon.tar
mv vmmon.tar vmmon.tar-bak
vi vmmon-only/include/compat_mm.h
(add BEFORE LAST #endif)
#define do_mmap_pgoff(f,a,n,p,l,o) do_mmap_pgoff(current->mm, f, a, n, p, l, o)
tar cvf vmmon.tar vmmon-only
rm -rf vmmon-only
You should now be able to run bin/vmware-config.pl as before.
Thanks to Petr Vandrovec on news.vmware.com for this patch.
PS: Petr will not be able to put this into any of the vmware.any.any.XX patches unless the reiser4 patch is included in Linus's kernels.
EDIT: Oh, I'm guessing this will break vmware for any kernels that don't have this new reiser4 included - so take care! _________________ Asus A8V
AMD64 3500+
1GB XMS3200C2 Pro
120GB Barracuda SATA
Geforce 3 |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Wed Nov 19, 2003 4:42 pm Post subject: |
|
|
That is certainly the case; only apply the change if using reiser4. It will likely be some time before reiser4 makes it into a kernel proper. |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Wed Nov 19, 2003 4:51 pm Post subject: |
|
|
test9-mm4 is out. I -should- try to restrain myself from working on it until tomorrow night, but maybe I'll get tired of studying and release something. |
|
Back to top |
|
|
antisthenes Tux's lil' helper
Joined: 06 May 2003 Posts: 89
|
Posted: Fri Nov 21, 2003 10:46 pm Post subject: |
|
|
-mm5 is out. I don't really know why so quickly, but there it is.
Nothing ubercritical. |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Sat Nov 22, 2003 12:04 am Post subject: |
|
|
antisthenes wrote: | -mm5 is out. I don't really know why so quickly, but there it is.
Nothing ubercritical. |
That may be for the best... there were a number of fixes on LKML. And hey, my sound card doesn't want to work with mm4, as stated:
mm4 announce wrote: |
- mm5 should fix the BUGs which testers were seeing with sound cards which
memory map their audio buffers. |
love4 tomorrow? |
|
Back to top |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Sat Nov 22, 2003 12:10 am Post subject: |
|
|
bssteph wrote: |
love4 tomorrow?
|
Hey, can't wait |
|
Back to top |
|
|
Safrax Guru
Joined: 23 Apr 2002 Posts: 422
|
Posted: Sat Nov 22, 2003 2:46 am Post subject: |
|
|
bssteph wrote: | love4 tomorrow? |
Why not today? j/k tommorow is great or sunday even. |
|
Back to top |
|
|
GoinBald n00b
Joined: 19 Apr 2003 Posts: 39 Location: Canada
|
Posted: Sat Nov 22, 2003 4:26 am Post subject: |
|
|
Sound's Great!
I'll have to find something really entertaining( or get to work ) to
not look at this thread till tomorrow
How was your exams? I hope you weren't getting distracted.
Can't wait and Thanks again,
Baldy |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
|
Back to top |
|
|
Safrax Guru
Joined: 23 Apr 2002 Posts: 422
|
Posted: Sat Nov 22, 2003 11:04 pm Post subject: |
|
|
No reiser4 is fine. Im waiting on the kernel .tar.bz2 to finish downloading and then I'll be giving this a go. I'll report back asap.
I get this nice error:
Code: |
>>> Unpacking source...
>>> Unpacking linux-2.6.0-test9.tar.bz2 to /var/tmp/portage/love-sources-2.6.0_beta9-r4/work
>>> Unpacking 2.6.0-test9-love4.patch.bz2 to /var/tmp/portage/love-sources-2.6.0_beta9-r4/work
/usr/sbin/ebuild.sh: line 35: cd: /var/tmp/portage/love-sources-2.6.0_beta9-r4/work/love-sources-2.6.0_beta9: No such file or directory
patching file Documentation/MSI-HOWTO.txt
can't find file to patch at input line 329
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN linux-2.6.0-test9/Documentation/block/biodoc.txt linux-2.6.0-test9-love4/Documentation/block/biodoc.txt
|--- linux-2.6.0-test9/Documentation/block/biodoc.txt 2003-11-15 12:19:14.000000000 -0600
|+++ linux-2.6.0-test9-love4/Documentation/block/biodoc.txt 2003-11-22 15:39:03.027107845 -0600
--------------------------
File to patch:
|
manual patching works fine as in patch -p1 <../
Last edited by Safrax on Sat Nov 22, 2003 11:31 pm; edited 2 times in total |
|
Back to top |
|
|
michaelarch Tux's lil' helper
Joined: 08 May 2003 Posts: 87 Location: Huntsville, AL
|
Posted: Sat Nov 22, 2003 11:10 pm Post subject: |
|
|
Hello,
Thanks for everything in advance! I am having some trouble though. I downloaded everything and "digested" the ebuild, but when I emerge it, during the patch process, it stops and constantly asks which file to patch because it cannot find it. Again, thanks for everything!
Michael |
|
Back to top |
|
|
antisthenes Tux's lil' helper
Joined: 06 May 2003 Posts: 89
|
Posted: Sun Nov 23, 2003 12:28 am Post subject: |
|
|
I'm working on a bash-script that downloads, compiles, installs, and does stuff for the latest love-sources.
It only works for test-kernels because I'm lazy and don't want to add various heuristics to determine which kind of kernel. If you find any errors, tell me, because I'm no programmer.
Code: | #!/bin/bash
#lovebuild.sh-Downloads, builds, installs love-sources (valid for test kernels only).
#Takes test num. and love num. as arguments.
cd /usr/local/portage/sys-kernel/love-sources
echo 'Downloading and digesting ebuild.'
wget http://bssteph.irtonline.org/linux/patches/2.6/2.6.0-test${1}/2.6.0-test${1}-love${2}/love-sources-2.6.0_beta${1}-r${2}.ebuild || exit
ebuild love-sources-2.6.0_beta${1}-r${2}.ebuild digest || exit
echo 'Emerging ebuild.'
emerge love-sources || exit
echo 'Configuring and compiling.'
cd /usr/src/linux-2.6.0-test${1}-love${2}/
zcat /proc/config.gz > .config
make xconfig || exit
make
make modules_install
mount /boot || true
Xdialog --msgbox 'Error!' 5 15
make install || true
echo 'Relinking, emerging nvidia-kernel.'
rm /usr/src/linux
ln -s /usr/src/linux-2.6.0-test${1}-love${2}/ /usr/src/linux
emerge nvidia-kernel || exit
echo 'Done.'
Xdialog --msgbox 'All done!' 5 15
|
It's used like this:
lovebuild.sh 9 4 (the two numbers being the test kernel number and the love release number, respectively).
It DOES NOT work right now, because of the patching problem, but hopefully bssteph will fix that soon.
It contains some stuff specific to my machine:
The xdialog 'error' message is used because make-install doesn't detect grub on my machine and stops, asking me to make a bootdisk.
The message notifies me to press 'n'.
Nvidia-kernel, of course, only for nvidia users.
It requires Xdialog (emerge xdialog) and /proc/config.gz to be present, but it's not strictly necessary.
Change '/usr/local/portage' to your overlay directory.
Also, /boot is a separate partition for me, and if yours isn't, then remove the 'mount /boot' line.
Also, it's not fully automated/noninteractive at all.
Tell me of anything I can do to improve it. |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Sun Nov 23, 2003 12:45 am Post subject: |
|
|
The kernel eclass was changed and I forgot about it. Reload the URL, there is a new ebuild.
All the older ebuilds are going to be broken and I'm too lazy to fix them... if you need an old ebuild just rename the current one. |
|
Back to top |
|
|
Ricky Guru
Joined: 30 May 2003 Posts: 341
|
Posted: Sun Nov 23, 2003 11:19 am Post subject: |
|
|
Workin' great so far. Ran into the same problems with patching as the other posters, but the new ebuild cleared all that up. I'll post if I run into any snags, but so far I haven't had that opportunity.
Oh yeah, I was wondering, are love-sources gonna still be maintained after 2.6.0 actually gets released? Or is this just to hold y'all over until 2.7 starts appearing? |
|
Back to top |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Sun Nov 23, 2003 11:24 am Post subject: |
|
|
This release works like a charm. |
|
Back to top |
|
|
GoinBald n00b
Joined: 19 Apr 2003 Posts: 39 Location: Canada
|
Posted: Sun Nov 23, 2003 3:39 pm Post subject: |
|
|
Sweetness!
Thank you!
I'm glad to hear your exams went well too.
Thanks again,
Baldy |
|
Back to top |
|
|
sindre Guru
Joined: 01 Nov 2002 Posts: 315 Location: Norway
|
Posted: Sun Nov 23, 2003 3:56 pm Post subject: |
|
|
I get a kernel panic at boot (tried to kill init...) with love4. Using the other latest releases I've experienced what I think is poor IO scheduling, making things choppy when some, or little hd activity is present. This was using the cfq scheduler. Any chance this has any relation to the poor hdparm performance?
note: I didn't try love3.
Strangely test5-love3 has provided me with the best performance yet. |
|
Back to top |
|
|
ledskof Apprentice
Joined: 22 Oct 2002 Posts: 209
|
Posted: Sun Nov 23, 2003 4:28 pm Post subject: reiser4 |
|
|
I actually am using reiser4... I've been using the mm sources because the love patches with reiser were dying on boot.
What would it take to patch love4 with reiser4?
I tried a few things but it's still dying. |
|
Back to top |
|
|
agrippa_cash Tux's lil' helper
Joined: 08 May 2003 Posts: 143 Location: Los Angeles
|
Posted: Sun Nov 23, 2003 5:49 pm Post subject: 2.6 & 2.7 |
|
|
It's my understanding that devfs will not be a part of the 2.7 kernels. I assume that this would mean that Gentoo users will need a special patch to run ANY post 2.6 kernel. That is, unless udev, is ready by then, which I doubt. If thats is the case then I think we'll end up with more than just Love-Sources to choose from (though love-sources rocks). |
|
Back to top |
|
|
Lovechild Advocate
Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
Posted: Sun Nov 23, 2003 6:48 pm Post subject: Re: 2.6 & 2.7 |
|
|
agrippa_cash wrote: | It's my understanding that devfs will not be a part of the 2.7 kernels. I assume that this would mean that Gentoo users will need a special patch to run ANY post 2.6 kernel. That is, unless udev, is ready by then, which I doubt. If thats is the case then I think we'll end up with more than just Love-Sources to choose from (though love-sources rocks). |
udev will be ready, hell I used ithe 005 release and it ran just fine - I have great hopes for udev as a devfs replacement, |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Sun Nov 23, 2003 7:54 pm Post subject: |
|
|
udev has enough support on LKML as a much better implementation than devfs that it will be ready before 2.7 becomes a real consideration. That leads to the next question. I'm more interested in keeping up with 2.6 for a while than jumping straight to 2.7... I've stuck with 2.[5|6] for a while now, and I'd like to reap the benefits of it before going to 2.7, which I assume will be unfit for serious use right out of the gate.
ledskof:
There are some conflicts in patching love with reiser4, mainly that you'll have to change a couple function calls in fs/reiser4/plugin/cryptcompress.c and fs/reiser4/plugin/file/file.c:
Quote: | generic_write_checks(inode, file, off, &count, 0); becomes
generic_write_checks(file, off, &count, 0); |
The patch fails are all safe to just merge manually, I think. |
|
Back to top |
|
|
tatesworld n00b
Joined: 25 Oct 2003 Posts: 67
|
Posted: Sun Nov 23, 2003 9:39 pm Post subject: |
|
|
This kernel runs fine here, damn fast running gnome, cant wait for proper 2.6.0 final. Very good.
only slight problem is when using my camera to upload pictures using mass storage usb device , I can only do it once! , if i disconnect power to camera I cannot use it anymore until reboot, get this on dmesg
(dont know if this have been long running through other test kernels, just tried my camera out today)
usb 2-1: USB disconnect, address 4
releasing cfq io scheduler
Unable to handle kernel NULL pointer dereference at virtual address 00000001
printing eip:
00000001
*pde = 05611067
*pte = 00000000
Oops: 0000 [#1]
PREEMPT
CPU: 0
EIP: 0060:[<00000001>] Tainted: PF VLI
EFLAGS: 00010202
EIP is at 0x1
eax: c23a0300 ebx: c0fba000 ecx: 00000001 edx: c0fba000
esi: c0fba010 edi: c03ad560 ebp: c0493824 esp: dfe51e20
ds: 007b es: 007b ss: 0068
Process khubd (pid: 5, threadinfo=dfe50000 task=dff70040)
Stack: c02573ca c0fba000 c23a0300 c02595b8 c0fba000 ddb71400 c03ad530 e187dd5c
c0fba000 c0493ea0 c03ad530 e187f17b ddb71400 00000000 c0253ff0 ddb71580
c0209943 c020965a c0493ec8 ddb715a8 c0209a85 ddb715a8 e1887ce0 ddb71580
Call Trace:
[<c02573ca>] elevator_exit+0x3a/0x50
[<c02595b8>] blk_cleanup_queue+0x88/0xa0
[<e187dd5c>] scsi_free_sdev+0x12c/0x170 [scsi_mod]
[<e187f17b>] scsi_device_dev_release+0x1b/0x30 [scsi_mod]
[<c0253ff0>] device_release+0x20/0x80
[<c0209943>] kobject_del+0x43/0x80
[<c020965a>] unlink+0x7a/0x80
[<c0209a85>] kobject_cleanup+0x85/0x90
[<e187f837>] scsi_remove_device+0x87/0xc0 [scsi_mod]
[<e187edd9>] scsi_forget_host+0x19/0x30 [scsi_mod]
[<e1878f5b>] scsi_remove_host+0x2b/0x80 [scsi_mod]
[<e1ab79e8>] storage_disconnect+0x38/0x48 [usb_storage]
[<c0292268>] usb_unbind_interface+0x78/0x80
[<c0255316>] device_release_driver+0x66/0x70
[<c0255445>] bus_remove_device+0x55/0xa0
[<c02543cd>] device_del+0x5d/0xa0
[<c02989c0>] usb_disable_device+0x70/0xb0
[<c0292db6>] usb_disconnect+0x96/0xf0
[<c02955ef>] hub_port_connect_change+0x32f/0x340
[<c0294eca>] hub_port_status+0x3a/0xb0
[<c0295937>] hub_events+0x337/0x3a0
[<c02959cd>] hub_thread+0x2d/0xf0
[<c0331292>] ret_from_fork+0x6/0x14
[<c011c170>] default_wake_function+0x0/0x20
[<c02959a0>] hub_thread+0x0/0xf0
[<c01092c9>] kernel_thread_helper+0x5/0xc
Code: Bad EIP value. |
|
Back to top |
|
|
agrippa_cash Tux's lil' helper
Joined: 08 May 2003 Posts: 143 Location: Los Angeles
|
Posted: Sun Nov 23, 2003 10:12 pm Post subject: Sounds like a mass storage, not kernel, issue |
|
|
Thats great about udev, I thought that it was not ready for primetime yet. Regarding tatesworld's problem. I cannot get USB mass storage to work 100% correct, but it sounds like your problem can be solved by typing Quote: | kill -HUP `pidof devfsd` | after you disconnect your camera. I am still having issues, but this https://forums.gentoo.org/viewtopic.php?t=53537&start=75 thread has been helpful. My love 4 is working fine. Vivat bssteph & Lovechild! |
|
Back to top |
|
|
Master_Of_Disaster l33t
Joined: 28 Feb 2003 Posts: 610 Location: 15.05072° East, 48.13747° North (aka Mauer), Austria
|
Posted: Mon Nov 24, 2003 12:42 am Post subject: |
|
|
antisthenes wrote: | Tell me of anything I can do to improve it. |
I'd like an option like --iron-man (or something like that *g*), which does an emerge -P love-sources and removes everything that emerge won't. BTW, will make install backup your old kernel? _________________ post tenebras lux, post fenestras tux
Registered Linux User Nr. 312509
Adopt an unanswered post today! |
|
Back to top |
|
|
|