Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel 2.6.0-test1 released
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 13, 14, 15  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Jul 21, 2003 5:54 am    Post subject: Reply with quote

kali wrote:
mm2 root file system fix

the problem is not the fs
just try to pass different root options @ boot

root=0307 (instead of root=/dev/hda7 for me)
03 is /dev/hda
07 is partition number


Hi all. I had the same prob. The above quoted explanation is somewhat misleading. Through a lot of trial and error (and some googling) I worked out the key data:

The number is composed of 3 pieces

(a) major device number ie. 3 above (leading zero is ignored)
(b) minor device number ie. 0 above
(c) partition on device ie. 7 above

I use hdb. hda and hdb are both major device number 3

hda is minor device number 0
hdb is minor device number 64
BUT minor device number is in base 16
so in base 16, hda is 0 (0x16=0) and hdb is 4 (4x16=64)

THUS

my root=/dev/hdb4 becomes root=344 (ie. maj device 3, minor device 64 (4x16) and partition #4.

Examples:

hda1 = 301
hda3 = 303
hdb1 = 341
hdb4 = 344 etc.

Pardon if this is obvious. To determine linux device numbers, google. there's a list out there. I found a list below:

http://www.lanana.org/docs/device-list/devices.txt


Last edited by fusibou on Mon Jul 21, 2003 6:14 am; edited 1 time in total
Back to top
View user's profile Send private message
Exner
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2003
Posts: 128
Location: Melbourne, Australia

PostPosted: Mon Jul 21, 2003 6:14 am    Post subject: Reply with quote

kali wrote:
mm2 root file system fix

the problem is not the fs
just try to pass different root options @ boot

root=0307 (instead of root=/dev/hda7 for me)
03 is /dev/hda
07 is partition number


Yes, but should we think the kernel is safe to use just because we can work around this bug?
_________________
- Exner (Antony Suter)
Back to top
View user's profile Send private message
floam
Veteran
Veteran


Joined: 27 Oct 2002
Posts: 1067
Location: Vancouver, WA USA

PostPosted: Mon Jul 21, 2003 6:56 am    Post subject: Reply with quote

exner wrote:
Yes, but should we think the kernel is safe to use just because we can work around this bug?
Well, this bug doesn't make the kernel unsafe to use does it? It's not crashing, there isn't any instability caused by it, it's just a minor inconvenience that will be fixed in the next release.
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Jul 21, 2003 7:19 am    Post subject: More 2.6.0 nits Reply with quote

Module names have changed

usb-ohci ---> now = ohci-hcd [NOTE for those who couldnt get USB mouse to work...!]
emu10k1 --> now = snd-emu10k1

Alsa module is snd

dev/dsp was missing, not sure what I did to enable it. sound is running on the system now. modprobe snd? or emerge alsa-tools or alsa-utils? one didn't emerge... tired. it's almost 4am.


Last edited by fusibou on Mon Jul 21, 2003 7:41 am; edited 1 time in total
Back to top
View user's profile Send private message
ValKov
n00b
n00b


Joined: 17 May 2003
Posts: 71
Location: Russin Federation

PostPosted: Mon Jul 21, 2003 7:29 am    Post subject: Reply with quote

2 floam

Tnx, I'll try this evening.
Back to top
View user's profile Send private message
lucida
Apprentice
Apprentice


Joined: 20 Feb 2003
Posts: 191

PostPosted: Mon Jul 21, 2003 7:53 am    Post subject: Re: More 2.6.0 nits Reply with quote

fusibou wrote:
Module names have changed

usb-ohci ---> now = ohci-hcd [NOTE for those who couldnt get USB mouse to work...!]
emu10k1 --> now = snd-emu10k1

Alsa module is snd

dev/dsp was missing, not sure what I did to enable it. sound is running on the system now. modprobe snd? or emerge alsa-tools or alsa-utils? one didn't emerge... tired. it's almost 4am.


modprobe snd-pcm-oss
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Jul 21, 2003 8:16 am    Post subject: Re: More 2.6.0 nits Reply with quote

lucida wrote:
fusibou wrote:

dev/dsp was missing, not sure what I did to enable it.


modprobe snd-pcm-oss


Thanks!

DVD video works fine.

BUT I have a *** wine problem ***

I run galactic civilizations in wine cvs fine in 2.4.20 and 2.4.21
When I patched 2.4.21 with CK it would stutter now and then (freeze and unfreeze)

With 2.6.0 test mm2, it stutters horribly and even locked up the machine... the mouse cursor moved and could scroll within the game but nothing was accepted as input into linux ie keyboard frozen out and no mouse clicks worked anywhere
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Jul 21, 2003 8:38 am    Post subject: ATI drivers fail in 2.6.0 test mm2 Reply with quote

Can't emerge ati drivers. I've highlighted below obvious errors. Bummer as though I don't use 3d, the image quality seems better to me.


root@localhost dave # ACCEPT_KEYWORDS="~x86" emerge ati-drivers
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/ati-drivers-2.9.13 to /
>>> md5 src_uri ;-) fglrx-glc22-4.3.0-2.9.13.i586.tar.gz
>>> Unpacking source...
>>> Source unpacked.
* building the glx module
ATI module generator V 2.0
==========================
grep: /proc/ksyms: No such file or directory
./make.sh: line 375: [: -gt: unary operator expected
probing for VMA API version...
cleaning...
patching 'highmem.h'...
patching 'drmP.h'...
patching file drmP.h
**Hunk #1 FAILED at 255.**
**Hunk #2 FAILED at 266.**
**2 out of 2 hunks FAILED -- saving rejects to file drmP.h.rej**
compiling 'agpgart_be.c'...
agpgart_be.c: In function `agp_free_memory_phys_list':
agpgart_be.c:358: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/m
odules/2.6.0-test1-mm2/build/include/linux/module.h:494)
agpgart_be.c: In function `__fgl_agp_allocate_memory_phys_list':
agpgart_be.c:388: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/m
odules/2.6.0-test1-mm2/build/include/linux/module.h:482)
agpgart_be.c:394: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/m
odules/2.6.0-test1-mm2/build/include/linux/module.h:494)
agpgart_be.c: In function `__fgl_agp_free_memory':
agpgart_be.c:443: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/m
odules/2.6.0-test1-mm2/build/include/linux/module.h:494)
agpgart_be.c: In function `__fgl_agp_allocate_memory':
agpgart_be.c:468: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/m
odules/2.6.0-test1-mm2/build/include/linux/module.h:482)
agpgart_be.c:475: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/m
odules/2.6.0-test1-mm2/build/include/linux/module.h:494)
agpgart_be.c: In function `agp_generic_agp_enable':
agpgart_be.c:895: warning: implicit declaration of function `pci_for_each_dev'
agpgart_be.c:895: parse error before '{' token
agpgart_be.c: At top level:
agpgart_be.c:924: parse error before "if"
agpgart_be.c: In function `intel_i810_alloc_by_type':
agpgart_be.c:1556: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/
modules/2.6.0-test1-mm2/build/include/linux/module.h:482)
agpgart_be.c:1573: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/
modules/2.6.0-test1-mm2/build/include/linux/module.h:482)
agpgart_be.c: In function `intel_i810_free_by_type':
agpgart_be.c:1604: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/
modules/2.6.0-test1-mm2/build/include/linux/module.h:494)
agpgart_be.c: In function `intel_i830_alloc_by_type':
agpgart_be.c:1872: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/
modules/2.6.0-test1-mm2/build/include/linux/module.h:482)
compiling failed - object file was not generated
* * glx module not built**
* building the fgl_glxgears sample
..... [compile stuff]
* cleaning

>>> Install ati-drivers-2.9.13 into /var/tmp/portage/ati-drivers-2.9.13/image/ category media-video
**install: cannot stat `lib/modules/fglrx/build_mod/fglrx.o': No such file or directory**
man:
making executable: /usr/X11R6/lib/libfglrx_gamma.so.1.0
>>> Completed installing into /var/tmp/portage/ati-drivers-2.9.13/image/

>>> Merging media-video/ati-drivers-2.9.13 to /

[blah blah merges and unmerges old]
Back to top
View user's profile Send private message
Yarrick
Bodhisattva
Bodhisattva


Joined: 05 Jun 2002
Posts: 304
Location: Malmö, Sweden

PostPosted: Mon Jul 21, 2003 8:46 am    Post subject: Reply with quote

i'll try buildning a new kernel without the scsi atapi emulation. i recently got a tv card, and i need support for bttv module. i saw bttv module available for 2.4/2.5+ at its homepage
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Mon Jul 21, 2003 9:04 am    Post subject: Reply with quote

fusibou, it looks like the next version of the drivers will support 2.6, but when they'll be released...take a guess :?
_________________
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
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Mon Jul 21, 2003 9:07 am    Post subject: Reply with quote

Ian wrote:
One thing I just noticed...

I use gKrellm2 as a system monitor, and to take up space on my desktop (2 monitors means i have space to waste :p). I noticed that over the past few days, in which I've been running 2.6.0-test1, that I'm getting no readings on my hard drives, at all. I don't know what this means, but probably that I forgot to add something, or that gKrellm2 doesn't work with 2.6 (entirely).

Any ideas?


It appears that gkrellm2 requires the /sys directory to be mounted in order to get disk stats.
Milo.
Back to top
View user's profile Send private message
aardvark
Guru
Guru


Joined: 30 Jun 2002
Posts: 576

PostPosted: Mon Jul 21, 2003 9:10 am    Post subject: Reply with quote

Hmm I compiled this kernel and it worked straight away WITH nvidia driver (r3). There is however an issue that I have not come accros in this thread: my mouse sticks shortly at an interval of appx. 0.5 sec. Just moving it around is not smooth, it hangs/sticks. Although i am not certain as it is not absolutely visible on my system, I think that also screen processing freezes at this interval. Scrolling on mozilla for example is also stick, but that might just as well be the result of the mouse sticking.

I have a ECS k7s5a with athlon 2000+ and a logitech mouse. Furthmore a TNT2 pro video board.
Back to top
View user's profile Send private message
lucida
Apprentice
Apprentice


Joined: 20 Feb 2003
Posts: 191

PostPosted: Mon Jul 21, 2003 9:24 am    Post subject: ATi drivers :-) Reply with quote

Please check this thread:

http://www.rage3d.com/board/showthread.php?s=&threadid=33698618&perpage=20&pagenumber=3

There is a new Makefile for the 3.2.03 driver. Hope it works.
Back to top
View user's profile Send private message
tturktime
n00b
n00b


Joined: 18 Jul 2003
Posts: 27
Location: Donostia (43°19'N; 1°59'W)

PostPosted: Mon Jul 21, 2003 10:48 am    Post subject: Reply with quote

lucida wrote:
just use auto mount instead of super mount


Can I use automount ala supermount? I mean, inserting a floppy and reading it doing a simple ls /mnt/floppy without previously mounting it?
Back to top
View user's profile Send private message
Loke
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 274
Location: Norway

PostPosted: Mon Jul 21, 2003 1:23 pm    Post subject: Reply with quote

Why not just apply the latest 2.5.75 supermount patch yourself? You can get it from http://sourceforge.net/projects/supermount-ng/

works for me :-)
Back to top
View user's profile Send private message
eGore911
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 290

PostPosted: Mon Jul 21, 2003 1:59 pm    Post subject: Reply with quote

lannie wrote:

My Synaptics touchpad is still stuffed :( .. got to use a USB mouse to roam around


Same Problem here. I read the kernel-help concerning CONFIG_MOUSE_PS2
Code:

For Synaptics Touchpad Support in XFree86 you'll need zhis XFree86 driver: http://w1.894.telia.com/~u89404340/touchpad/index.html

Haven't tried it yet, becasue my usb mouse won't work, too. If i move it, syslog-ng (ctrl+alt+f12) tells me, that "Synaptics driver lost sync at 1st byte". Maybe something is wrong :)

[EDIT]
I got USB-Mouse AND Touchpad working, without ANY aditional drivers!!!!
It depends on loading order of the modules, i think. i loaded ehci-hcd, then uhci-hcd, then usbmouse, the hid and finally mousedev. Works! WOOOHOOO :D :D :D :D :D Happyy again!
[EDIT]
i found out that module usbmouse isn't needed. i made a typo and so it wasn't loaded, but still working
[/EDIT]
[/EDIT]


Last edited by eGore911 on Mon Jul 21, 2003 2:55 pm; edited 2 times in total
Back to top
View user's profile Send private message
eGore911
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 290

PostPosted: Mon Jul 21, 2003 2:14 pm    Post subject: Reply with quote

Jevin Sweval wrote:
i have the problem where when the kernel loads i get a blank screen. i cant attempt to try the fixes at codemonkey.org.uk because its down :( any ideas?


the ebuild of this kernel contains a description of what to to (shown at the end of emerge development-sources

Code:

Also, note that you must compile in support for
input devices (Input device support->Input devices),
the virtual terminal (Character Devices->Virtual terminal),
vga_console (Graphics Support->Console...->VGA text console)
and the vt_console (Character Devices->Support for console...).
Otherwise, you will get the dreaded "Uncompressing the Kernel"
error.

Back to top
View user's profile Send private message
eGore911
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 290

PostPosted: Mon Jul 21, 2003 3:00 pm    Post subject: Reply with quote

still got a problem:
i want to use fb-console. vesa mode works quite well, but has 60Hz, quite flickering. so i decided to use the radeon driver. it works quire well, but i cant fiegure out, how to change the "resolution". i only get the standard resolution (with ~100Hz).
The bootoption "vga=ask -> scan" braught me a little further, but still no idea what i did wrong. No matter what resolution i choose, its always the same. The only difference is the refresh rate.

Any ideas?
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Jul 21, 2003 4:18 pm    Post subject: Re: ATi drivers :-) Reply with quote

lucida wrote:
Please check this thread:

http://www.rage3d.com/board/showthread.php?s=&threadid=33698618&perpage=20&pagenumber=3

There is a new Makefile for the 3.2.03 driver. Hope it works.


Thanks. The 3203 schneider driver is in rpm format and fails in rpm -i with a ton of basic dependencies I already have. If I emerge the source for ati-drivers-13 and use their Makefile (changing endi at end to endif) I get the message "nothing to Make" or something like that.
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Jul 21, 2003 4:26 pm    Post subject: laggy apache Reply with quote

2.6.0 test mm2

While the desktop experience is pretty good, my apache seems to be serving a lot slower. I run the Otto Jukebox using apache and mysql and running Otto through the web (cgi) now seems quite slow to load each page from my system (all local)

ie. doing functions within a page is fast enough, but switching to another page is slow.
Back to top
View user's profile Send private message
kali
n00b
n00b


Joined: 30 Sep 2002
Posts: 39
Location: Rome, Italy

PostPosted: Mon Jul 21, 2003 5:01 pm    Post subject: Reply with quote

fusibou wrote:

Pardon if this is obvious. To determine linux device numbers, google. there's a list out there. I found a list below:

http://www.lanana.org/docs/device-list/devices.txt


or if u are using 2.6.0-test1 or mm1
take a look of new /sys :D

for me:

#cat /sys/block/hda/hda7/dev
0303
Back to top
View user's profile Send private message
Aonoa
Guru
Guru


Joined: 23 May 2002
Posts: 589

PostPosted: Mon Jul 21, 2003 5:56 pm    Post subject: Reply with quote

eGore911 wrote:

I got USB-Mouse AND Touchpad working, without ANY aditional drivers!!!!
It depends on loading order of the modules, i think. i loaded ehci-hcd, then uhci-hcd, then usbmouse, the hid and finally mousedev. Works!


I tried this and my USB mouse still won't power up at all.. :(
Oh well..
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Jul 21, 2003 6:25 pm    Post subject: iPod not work with 2.6.0-test1-mm2 Reply with quote

Can't get my iPod to work. I have SCSI support in (and my flashcard readers work well) and my DVD works fine as a scsi device.

I have module sbp2 and I can modprobe it and mount my ipod as /dev/sdc2. But the following messages keep rolling over and over and the machine stutters. gtkpod fails to read the database.

ieee1394: unsolicited response packet received - np
ieee1394: contents: ffc0c160 ffc00000 00000000 dee10404
ieee1394: unsolicited response packet received - np
ieee1394: contents: ffc0c560 ffc00000 00000000 dee10404
ieee1394: unsolicited response packet received - np
ieee1394: contents: ffc0c960 ffc00000 00000000 dee10404
ieee1394: ConfigROM quadlet transaction error for node 00:1023
ieee1394: Node removed: ID:BUS[0-00:1023] GUID[000a2700020cf203]

I believe at least once the messages ended with some other message and stopped rolling but when I tried gtkpod, it hung and would not be killed.
Back to top
View user's profile Send private message
aeliusx
n00b
n00b


Joined: 05 May 2003
Posts: 7

PostPosted: Mon Jul 21, 2003 6:44 pm    Post subject: Reply with quote

When trying to emerge nvidia-kernel, my system reports this:

* Linux kernel 2.4.20

when I'm obviously not running 2.4.20.. what gives?
Back to top
View user's profile Send private message
Mooses
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jul 2002
Posts: 128

PostPosted: Mon Jul 21, 2003 6:51 pm    Post subject: Reply with quote

Look if your /usr/src/linux link links to the right directory

Good luck
Mooses
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 13, 14, 15  Next
Page 10 of 15

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum