Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.5!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
dgt84
Guru
Guru


Joined: 27 May 2003
Posts: 355
Location: Germany => USA

PostPosted: Wed Apr 07, 2004 3:54 pm    Post subject: Reply with quote

The latest mm-sources ebuilds say that the 4k stacks option can be turned off in the kernel config, so you may not need to reverse the patches.
_________________
Lila themes | The Porthole Portage Frontend | SVG-Utils
Back to top
View user's profile Send private message
Useful Idiot
Guru
Guru


Joined: 30 Aug 2002
Posts: 329
Location: Finland

PostPosted: Wed Apr 07, 2004 5:39 pm    Post subject: Reply with quote

Quote:
How exactly do I go about removing these patches?


You can use the -R (as in reverse) option it patch:
Code:
 linux # patch -p1 -R < patch-file.diff

_________________
[size=9]We are all in the gutter, but some of us are looking at the stars.
Back to top
View user's profile Send private message
haruki_zaemon
n00b
n00b


Joined: 19 Aug 2003
Posts: 46
Location: Melbourne, Australia

PostPosted: Thu Apr 08, 2004 12:13 am    Post subject: Reply with quote

Doh! I can't find the patch files. Grrr I wish I wasn;t so much of a gumby at this lol.
Back to top
View user's profile Send private message
d3c3it
l33t
l33t


Joined: 01 Mar 2003
Posts: 765
Location: Manchester, UK

PostPosted: Thu Apr 08, 2004 11:46 am    Post subject: Reply with quote

Useful Idiot wrote:
Quote:
How exactly do I go about removing these patches?


You can use the -R (as in reverse) option it patch:
Code:
 linux # patch -p1 -R < patch-file.diff


i never knew that, thanks very much :)
_________________
Some people go to counselling,
others use linux
Back to top
View user's profile Send private message
Veto
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 83

PostPosted: Thu Apr 08, 2004 9:30 pm    Post subject: Reply with quote

Here is a link to the broken out patches. I assume it's on all the kernel.org mirrors though.

http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5/2.6.5-mm1/

-Veto
Back to top
View user's profile Send private message
billk
n00b
n00b


Joined: 23 Apr 2002
Posts: 70

PostPosted: Sat Apr 10, 2004 1:03 pm    Post subject: lm-sensors Reply with quote

Anyone suggest a fix for lm-sensors yet?
Back to top
View user's profile Send private message
haruki_zaemon
n00b
n00b


Joined: 19 Aug 2003
Posts: 46
Location: Melbourne, Australia

PostPosted: Sat Apr 10, 2004 1:30 pm    Post subject: Reply with quote

Thanks guys. That solved my problem.
Back to top
View user's profile Send private message
Elm0
Apprentice
Apprentice


Joined: 24 Nov 2002
Posts: 281
Location: UK

PostPosted: Sat Apr 10, 2004 3:28 pm    Post subject: Reply with quote

Just upgraded to 2.6.5-mm1 and everything seems to be working very nicely. I turned off the 4k page option. I also dug out my old Aureal Vortex 2 card and with ALSA its working very nicely, hardware sound mixing, digital out etc.
Back to top
View user's profile Send private message
sindre
Guru
Guru


Joined: 01 Nov 2002
Posts: 315
Location: Norway

PostPosted: Sat Apr 10, 2004 5:33 pm    Post subject: Reply with quote

will the 4k-pages boost performance?
Back to top
View user's profile Send private message
shift
Tux's lil' helper
Tux's lil' helper


Joined: 21 Feb 2004
Posts: 146
Location: Vancouver, Canada

PostPosted: Sun Apr 11, 2004 5:58 am    Post subject: Reply with quote

This is the first kernel that I got radeonfb to work flawlessly. :)
_________________
Wallpapers:
Gentoo Space
Gentoo Infinity
Gentoo Matrix
Back to top
View user's profile Send private message
rfujimoto
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 195

PostPosted: Sun Apr 11, 2004 6:49 am    Post subject: Re: lm-sensors Reply with quote

billk wrote:
Anyone suggest a fix for lm-sensors yet?
What version of lm-sensors are you using? The suggested version is 2.8.6.
Back to top
View user's profile Send private message
billk
n00b
n00b


Joined: 23 Apr 2002
Posts: 70

PostPosted: Sun Apr 11, 2004 11:59 am    Post subject: Reply with quote

Discovered that 2.8.6 had appeared in (masked) portage, and it works fine
Back to top
View user's profile Send private message
pens
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jan 2003
Posts: 121
Location: Irvine, CA

PostPosted: Sun Apr 11, 2004 4:22 pm    Post subject: Reply with quote

I appear to be having some alsa problems in 2.6.5 with my Audigy2.

Code:

ALSA device list:
  No soundcards found.


Code:

 * Loading ALSA drivers...
 * Using ALSA OSS emulation
 * Could not detect custom ALSA settings.  Loading all detected alsa drivers.
 * Loading: snd_bt87x
 * Loading: snd_emu10k1
 * Loading: snd-seq
FATAL: Module snd_seq not found.
 * Loading: snd-emu10k1-synth
 * Loading: snd-seq-midi
 * Running card-dependent scripts
 * Restoring Mixer Levels                                                 [ ok ]


So it detects my card just fine, but apparently it fails to create a device

Code:
sprite root # ls /dev/snd/
controlC0  hwC1D2    midiC1D2  pcmC0D1c  pcmC1D1c  seq
controlC1  midiC1D0  midiC1D3  pcmC1D0c  pcmC1D2c  timer
hwC1D0     midiC1D1  pcmC0D0c  pcmC1D0p  pcmC1D3p


If you notice, pcmC0D0p is missing, and thus it causes the following problem with mplayer...

Code:
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
alsa-init: requested format: 44100 Hz, 2 channels, Signed 16-bit (Little-Endian)
alsa-init: 1 soundcard found, using: hw:0,0
ALSA lib pcm_hw.c:1057:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: No such file or directory
alsa-init: playback open error: No such file or directory
Could not open/initialize audio device -> no sound.
Audio: no sound

Back to top
View user's profile Send private message
maxpayne
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2003
Posts: 122

PostPosted: Sun Apr 11, 2004 6:15 pm    Post subject: Reply with quote

hmm, what if you just make a sym link to one of the listed pcm... entries - maybe that fixes anything? though question is: do you use devfs or udev?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
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