Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.11-rc3-nitro0: Giant Flaming Pandas Of Doom
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
.PsYcHo
n00b
n00b


Joined: 09 Feb 2005
Posts: 4

PostPosted: Wed Feb 09, 2005 2:48 am    Post subject: Reply with quote

Don't mean to sound like an idiot, but how would I apply it manually?

Thanks.
Back to top
View user's profile Send private message
Gserack
n00b
n00b


Joined: 31 Jul 2003
Posts: 73
Location: Calgary, AB, CANADA

PostPosted: Wed Feb 09, 2005 2:51 am    Post subject: Reply with quote

Darckness wrote:
Gserack: Look up a few posts. Someone else had that problem and never got back to me.


Looks like it was nfs related. I dropped all the nfs and nfsd stuff from the kernel, and it went through.

Damn, it was hard reading this with lynx. :p

Garrett
_________________
See lxnay's RR4 Reiser4 enabled LiveCD Home.
Garrett Serack's Weblog -- My Notes
Syntax-highlighting editor for .NET/Mono
Back to top
View user's profile Send private message
gentoocool
n00b
n00b


Joined: 09 Feb 2005
Posts: 5

PostPosted: Wed Feb 09, 2005 3:16 am    Post subject: Reply with quote

Hi, Darckness:

This is my first post in gentoo forum.

I am trying to upgrade to 2.6.11-rc3-nitro0 from 2.6.10-nitro4. The 2.6.10-nitro4 works perfectly. So I just copy the .config over and run "make oldconfig" and then build. The build is sucessful. The new system runs well except problem in loading the alsa sound system. The following is the error:

# modprobe snd_intel8x0
WARNING: Error inserting snd (/lib/modules/2.6.11-rc3-nitro0/kernel/sound/core/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.11-rc3-nitro0/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.11-rc3-nitro0/kernel/sound/core/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.11-rc3-nitro0/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_intel8x0 (/lib/modules/2.6.11-rc3-nitro0/kernel/sound/pci/snd-intel8x0.ko): Unknown symbol in module, or unknown parameter (see dmesg)

My system is a Dell 8600

thanks,
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Wed Feb 09, 2005 3:27 am    Post subject: Reply with quote

gentoocool: Compile your alsa stuff into the kernel.

.PsYcHo: untar the overlay, then untar the nvidia driver. Apply all of the patches in the files directory from the overlay and then build it like normal.
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
.PsYcHo
n00b
n00b


Joined: 09 Feb 2005
Posts: 4

PostPosted: Wed Feb 09, 2005 6:47 am    Post subject: Reply with quote

Here's what I get with the patches done.

Code:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arithmetic
In file included from include/linux/dmapool.h:14,
                 from include/linux/pci.h:864,
                 from /usr/src/modules/nvidia-kernel/nv/nv-linux.h:75,
                 from /usr/src/modules/nvidia-kernel/nv/os-agp.c:24:
include/asm/io.h: In function `check_signature':
include/asm/io.h:242: warning: wrong type argument to increment
/usr/src/modules/nvidia-kernel/nv/os-agp.c: At top level:
/usr/src/modules/nvidia-kernel/nv/os-agp.c:48: error: parse error before '*' token
/usr/src/modules/nvidia-kernel/nv/os-agp.c:48: warning: type defaults to `int' in declaration of `drm_agp_p'
/usr/src/modules/nvidia-kernel/nv/os-agp.c:48: warning: data definition has no type or storage class
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernInitAGP':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:76: warning: assignment discards qualifiers from pointer target type
/usr/src/modules/nvidia-kernel/nv/os-agp.c:85: error: request for member `acquire' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:88: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/modules/nvidia-kernel/nv/os-agp.c:113: error: request for member `copy_info' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:173: error: request for member `enable' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:185: error: request for member `release' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:186: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernTeardownAGP':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:216: error: request for member `release' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:218: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernAllocAGPPages':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:265: error: request for member `allocate_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:273: error: request for member `bind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:290: error: request for member `unbind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:305: error: request for member `free_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernMapAGPPages':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:345: error: request for member `unbind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernFreeAGPPages':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:444: error: request for member `unbind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:445: error: request for member `free_memory' in something not a structure or union
make[3]: *** [/usr/src/modules/nvidia-kernel/nv/os-agp.o] Error 1
make[2]: *** [_module_/usr/src/modules/nvidia-kernel/nv] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [install] Error 2


I'm guessing it has to do with agpgart. So I'll try and disbale it.
Back to top
View user's profile Send private message
Gserack
n00b
n00b


Joined: 31 Jul 2003
Posts: 73
Location: Calgary, AB, CANADA

PostPosted: Wed Feb 09, 2005 1:32 pm    Post subject: Reply with quote

Oh great guardians of all that is good and nitro...

I recompiled my kernel finally last night, but this version and the previous have both given me quite a lot of grief with some random lockups.

I'm pretty sure that they are tied to disk access, as i can make it happen more often by untarring large files, and doing compiles.

It has happened at all kinds of diffenent places (during system startup, compiling, web browsing, even in single user mode during a compile)

I am using Reiser4 (which makes moving to another kernel difficult--I want to keep nvidia-kernel working, which wasn't with the latest -mm last night.) and a SATA drive.

I'm on a pretty stock Intel865PERL motherboard, with 2 gigs of ram and a P4 3.0 hyperthreaded processor. I've config'd the kernel for SMP and SMT,

Anyone have any Idea what's going wrong?

Garrett


I'm kinda stu
_________________
See lxnay's RR4 Reiser4 enabled LiveCD Home.
Garrett Serack's Weblog -- My Notes
Syntax-highlighting editor for .NET/Mono
Back to top
View user's profile Send private message
a13x
Apprentice
Apprentice


Joined: 05 Jan 2005
Posts: 215

PostPosted: Wed Feb 09, 2005 1:51 pm    Post subject: Reply with quote

Sorry for the delay ...

Darckness: I'm using Reiser4 but I have support for XFS, VFAT, NTFS, SMBFS etc.
Back to top
View user's profile Send private message
Cold-Phoenix
n00b
n00b


Joined: 17 Jun 2004
Posts: 24

PostPosted: Wed Feb 09, 2005 5:15 pm    Post subject: Reply with quote

Rainmaker wrote:
nvagp=2 means "use agpart" no?

so how could this use the nvidia agp driver? Or did you mean just the nvidia display drivers?

*edit: maybe a stupid question, but where is agp support in the kernel config these days? Should be under Graphics support if I'm not mistaking, but can't find it...

Is it built-in by default now?

*edit2: well, compiled it without agp support, and this WORKS!
I have nvagp=1 in xorg.conf, I used the overlay driver and it works!

doesn't look like I'm using agppart at all...
You might actually have found the definitive fix for 2.6.11 - nvidia!


/usr/share/doc/nvidia-glx-1.0.6629-r4/README.gz wrote:
Option "NvAGP" "integer"
Configure AGP support. Integer argument can be one of:
0 : disable agp
1 : use NVIDIA's internal AGP support, if possible
2 : use AGPGART, if possible
3 : use any agp support (try AGPGART, then NVIDIA's AGP)


Note the 'if possible', in all liklyhood the driver has fallen back to agpgart or no agp.
Back to top
View user's profile Send private message
p-i
n00b
n00b


Joined: 20 Apr 2004
Posts: 8

PostPosted: Wed Feb 09, 2005 6:04 pm    Post subject: Reply with quote

.PsYcHo wrote:
Hi,

I was wondering if the Nvidia patch also works under Debian?

Other than that great patch.


I used Con's patch to get Nvidia working.
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Feb 09, 2005 7:18 pm    Post subject: Reply with quote

this patch is not from con......
It's from

Code:

www.minion.de


just to keep things right......

they've been doing them since 2.6.0-testX
although, you can only download the more recent ones from there
with direct link....

Another alternative is here:

http://sh.nu/download/nvidia/NVIDIA-Linux-x86-1.0-6629-pkg1.run


cheers

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
.PsYcHo
n00b
n00b


Joined: 09 Feb 2005
Posts: 4

PostPosted: Wed Feb 09, 2005 9:06 pm    Post subject: Reply with quote

p-i wrote:
.PsYcHo wrote:
Hi,

I was wondering if the Nvidia patch also works under Debian?

Other than that great patch.


I used Con's patch to get Nvidia working.


Dosen't work :(

Do you have AIM maybe you can help me out.
This is the full error.

Code:
root@4[linux]#  make-kpkg modules_image
for module in /usr/src/modules/nvidia-kernel ; do                       \
          if test -d  $module; then                                \
    (cd $module;                                          \
              if ./debian/rules KVERS="2.6.11-rc3-nitro0" KSRC="/usr/src/linux" \
                             KMAINT="Unknown Kernel Package Maintainer" KEMAIL="unknown@unconfigured.in.etc.kernel-pkg.conf"      \
                             KPKG_DEST_DIR="/usr/src/linux/.."       \
                             KPKG_MAINTAINER="Unknown Kernel Package Maintainer"        \
                             KPKG_EXTRAV_ARG=""        \
                             ARCH="i386"                  \
                             KDREV="Custom.1" kdist_image; then    \
                  echo "Module $module processed fine";            \
              else                                                  \
                   echo "Module $module failed.";                  \
                   if [ "X" != "X" ]; then      \
                      echo "Perhaps $module does not understand --rootcmd?";  \
                      echo "If you see messages that indicate that it is not"; \
                      echo "in fact being built as root, please file a bug ";  \
                      echo "against $module.";                     \
                   fi;                                              \
                   echo "Hit return to Continue";                   \
         read ans;                                        \
              fi;                                                   \
     );                                                    \
  fi;                                                      \
        done
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
echo "ROOT_CMD = "
ROOT_CMD =
/usr/bin/make -w -f debian/rules binary_modules
make[2]: Entering directory `/usr/src/modules/nvidia-kernel'
# select which makefile to use.
rm -f /usr/src/modules/nvidia-kernel/nv/Makefile || true
if [ 6 = 6  ]; then \
     cd /usr/src/modules/nvidia-kernel/nv ; \
     ln -s Makefile.kbuild Makefile ; \
     cd .. ; \
     if [ 0 = 1 ]; then \
        dpatch apply 01_sysfs ; \
        dpatch status 01_sysfs >patch-stamp ; \
        dpatch apply 02_pcialias ; \
                dpatch status 02_pcialias >>patch-stamp ; \
     fi \
fi
if [  6 = 4  ]; then \
     cd /usr/src/modules/nvidia-kernel/nv ; \
     ln -s Makefile.nvidia Makefile ; \
     cd .. ; \
fi
#nothing here anymore
touch configure-stamp
if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ]; then \
        cp  /usr/src/modules/nvidia-kernel/debian/control.template /usr/src/modules/nvidia-kernel/debian/control; \
fi
dh_testdir
dh_testroot
PATCHLEVEL = 6
Kernel compiler version : 3.3.5
Detected compiler version : 3.3.5
Using compiler gcc-3.3 version 3.3.5
touch /usr/src/modules/nvidia-kernel/nv/gcc-check
touch /usr/src/modules/nvidia-kernel/nv/cc-sanity-check
## Main Make ##
IGNORE_CC_MISMATCH=1 CC="gcc-3.3"  /usr/bin/make -C /usr/src/modules/nvidia-kernel/nv -f Makefile SYSSRC=/usr/src/linux   KBUILD_PARAMS="-C /usr/src/linux SUBDIRS=/usr/src/modules/nvidia-kernel/nv" module;
make[3]: Entering directory `/usr/src/modules/nvidia-kernel/nv'
Your kernel was configured to include rivafb support as
a loadable kernel module.

The rivafb driver conflicts with the NVIDIA driver; the
NVIDIA kernel module will still be built and installed,
but be aware that the NVIDIA driver will not be able to
function properly if the rivafb module is loaded!

*** Failed rivafb module sanity check, but continuing! ***


NVIDIA: calling KBUILD...
make[4]: Entering directory `/usr/src/linux-2.6.11-rc3'
  CC [M]  /usr/src/modules/nvidia-kernel/nv/os-agp.o
In file included from include/linux/list.h:7,
                 from include/linux/wait.h:23,
                 from include/asm/semaphore.h:41,
                 from include/linux/sched.h:19,
                 from include/linux/module.h:10,
                 from /usr/src/modules/nvidia-kernel/nv/nv-linux.h:52,
                 from /usr/src/modules/nvidia-kernel/nv/os-agp.c:24:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arithmetic
In file included from include/linux/dmapool.h:14,
                 from include/linux/pci.h:864,
                 from /usr/src/modules/nvidia-kernel/nv/nv-linux.h:75,
                 from /usr/src/modules/nvidia-kernel/nv/os-agp.c:24:
include/asm/io.h: In function `check_signature':
include/asm/io.h:242: warning: wrong type argument to increment
/usr/src/modules/nvidia-kernel/nv/os-agp.c: At top level:
/usr/src/modules/nvidia-kernel/nv/os-agp.c:48: error: parse error before '*' token
/usr/src/modules/nvidia-kernel/nv/os-agp.c:48: warning: type defaults to `int' in declaration of `drm_agp_p'
/usr/src/modules/nvidia-kernel/nv/os-agp.c:48: warning: data definition has no type or storage class
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernInitAGP':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:76: warning: assignment discards qualifiers from pointer target type
/usr/src/modules/nvidia-kernel/nv/os-agp.c:85: error: request for member `acquire' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:88: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/modules/nvidia-kernel/nv/os-agp.c:113: error: request for member `copy_info' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:173: error: request for member `enable' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:185: error: request for member `release' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:186: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernTeardownAGP':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:216: error: request for member `release' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:218: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernAllocAGPPages':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:265: error: request for member `allocate_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:273: error: request for member `bind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:290: error: request for member `unbind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:305: error: request for member `free_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernMapAGPPages':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:345: error: request for member `unbind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c: In function `KernFreeAGPPages':
/usr/src/modules/nvidia-kernel/nv/os-agp.c:444: error: request for member `unbind_memory' in something not a structure or union
/usr/src/modules/nvidia-kernel/nv/os-agp.c:445: error: request for member `free_memory' in something not a structure or union
make[5]: *** [/usr/src/modules/nvidia-kernel/nv/os-agp.o] Error 1
make[4]: *** [_module_/usr/src/modules/nvidia-kernel/nv] Error 2
make[4]: Leaving directory `/usr/src/linux-2.6.11-rc3'
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[3]: *** [module] Error 1
make[3]: Leaving directory `/usr/src/modules/nvidia-kernel/nv'
make[2]: *** [build-stamp] Error 2
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
Module /usr/src/modules/nvidia-kernel failed.
Hit return to Continue
Back to top
View user's profile Send private message
J0Ba
n00b
n00b


Joined: 15 Jan 2005
Posts: 17

PostPosted: Wed Feb 09, 2005 10:22 pm    Post subject: Reply with quote

Gserack wrote:
Oh great guardians of all that is good and nitro...

I recompiled my kernel finally last night, but this version and the previous have both given me quite a lot of grief with some random lockups.

I'm pretty sure that they are tied to disk access, as i can make it happen more often by untarring large files, and doing compiles.

It has happened at all kinds of diffenent places (during system startup, compiling, web browsing, even in single user mode during a compile)

I am using Reiser4 (which makes moving to another kernel difficult--I want to keep nvidia-kernel working, which wasn't with the latest -mm last night.) and a SATA drive.

I'm on a pretty stock Intel865PERL motherboard, with 2 gigs of ram and a P4 3.0 hyperthreaded processor. I've config'd the kernel for SMP and SMT,

Anyone have any Idea what's going wrong?

Garrett


Exact same situation here. P4 2.4C HT (enabled in kernel), reiser4, been locking up ever since 2.6.10-nitro2 (that's the on I'm using here). I'm using the exactly same configuration (minus some sound and video stuff) on my laptop with a Dothan (Pentium-m, obviously no HT) and all the newest versions run fine besides some speed problems with 2.6.11-rc2 (I'm running 3 now). I'm assuming it has to do with HT and reiser4.

Not doing anything ambitious with stacks or other kernel options.

EDIT: I'm using a PATA drive, not SATA.
_________________
Joshua Baergen
Back to top
View user's profile Send private message
J0Ba
n00b
n00b


Joined: 15 Jan 2005
Posts: 17

PostPosted: Wed Feb 09, 2005 10:24 pm    Post subject: Reply with quote

gentoocool: Did you do a `make modules_install`? A lot of people forget that if they haven't changed kernel versions in awhile... (ie me ;D)
_________________
Joshua Baergen
Back to top
View user's profile Send private message
Gserack
n00b
n00b


Joined: 31 Jul 2003
Posts: 73
Location: Calgary, AB, CANADA

PostPosted: Wed Feb 09, 2005 10:40 pm    Post subject: Reply with quote

J0Ba wrote:

Exact same situation here. P4 2.4C HT (enabled in kernel), reiser4, been locking up ever since 2.6.10-nitro2 (that's the on I'm using here). I'm using the exactly same configuration (minus some sound and video stuff) on my laptop with a Dothan (Pentium-m, obviously no HT) and all the newest versions run fine besides some speed problems with 2.6.11-rc2 (I'm running 3 now). I'm assuming it has to do with HT and reiser4.

Not doing anything ambitious with stacks or other kernel options.

EDIT: I'm using a PATA drive, not SATA.


SheepDip. I was thinking that may be the case... the lxnay LiveCD isn't using HT, and it's working good.

I'll turn off HT and try again when I get home.

I guess the question then is : Is anyone Using Reiser4 and Hyperthreading and getting a stable system? (on a nitro kernel or otherwise?)

Garrett Serack
_________________
See lxnay's RR4 Reiser4 enabled LiveCD Home.
Garrett Serack's Weblog -- My Notes
Syntax-highlighting editor for .NET/Mono
Back to top
View user's profile Send private message
mkrisch
n00b
n00b


Joined: 22 Nov 2004
Posts: 59

PostPosted: Thu Feb 10, 2005 4:11 am    Post subject: radeonstuff Reply with quote

any chance of getting the radeon stuff patches (http://www.stud.uni-karlsruhe.de/~unatk/media/radeonstuff.tar.bz2) thrown in? it looks like some of them are in, but some aren't.

basically, these are supposed to help fix radeonfb issues.
Back to top
View user's profile Send private message
J0Ba
n00b
n00b


Joined: 15 Jan 2005
Posts: 17

PostPosted: Thu Feb 10, 2005 4:12 am    Post subject: Reply with quote

After doing some reading it would appear that this problem first showed up in 2.6.9 within the ck patchset. This site seems to suggest it may be cfq:

http://bhhdoa.org.au/pipermail/ck/2004-October/001329.html

Perhaps cfq does something funky with SMT. darckness, you would know this better than me: did cfq, SMT, or reiser4 change recently with reference to scheduling code?
_________________
Joshua Baergen
Back to top
View user's profile Send private message
John5788
Advocate
Advocate


Joined: 06 Apr 2004
Posts: 2140
Location: 127.0.0.1

PostPosted: Thu Feb 10, 2005 4:53 am    Post subject: Reply with quote

another great nitro release :) everything working 100% as it has been.
_________________
John5788
Back to top
View user's profile Send private message
gentoocool
n00b
n00b


Joined: 09 Feb 2005
Posts: 5

PostPosted: Thu Feb 10, 2005 5:08 am    Post subject: Reply with quote

Darckness wrote:
gentoocool: Compile your alsa stuff into the kernel.


thanks,

I did compile alsa stuff into the kernel and it builds ok. But all apps produce no sound now. Before this, I got sound working by following "Gentoo ALSA guild" which assumes alsa being compiled as module. Since I am pretty new with this stuff, now I do not know how to follow the guide to config alsa:)

The following is my old /etc/modules.d/alsa file:

Code:

options snd  device_mode=0666
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss



I commented the following out
Code:

alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0


I see nothing wrong from dmesg, but /dev/mixer, /dev/dsp and /dev/midi now dissappear. And my machine is without sound now. I did see /dev/dsp1 and if I symlink /dev/dsp to it, I got saytime to say time. but I do not know how to get back /dev/midi and /dev/mixer.

I think there should be some easy way:)

thanks again
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Thu Feb 10, 2005 7:52 am    Post subject: Reply with quote

J0Ba wrote:
After doing some reading it would appear that this problem first showed up in 2.6.9 within the ck patchset. This site seems to suggest it may be cfq:

http://bhhdoa.org.au/pipermail/ck/2004-October/001329.html

Perhaps cfq does something funky with SMT. darckness, you would know this better than me: did cfq, SMT, or reiser4 change recently with reference to scheduling code?



Idon't know if Darckness put the cfq-ts in the regular nitro, but I've put it in rt-version
(though, noone here seems to use it.... hmh, nevermind.......)
try another io-scheduler until next version comes out.....

PS:
all hte nvidia ppl can already look forward to next nitro, it'll be sth. special...

cheers,

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
k_max
n00b
n00b


Joined: 28 Oct 2004
Posts: 20

PostPosted: Thu Feb 10, 2005 7:58 am    Post subject: Reply with quote

can't compile mach64 module from DRM CVS

Code:

make -C /lib/modules/2.6.11-rc3-nitro0/source  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[1]: Entering directory `/mnt/stuff/media/linux-2.6.11-rc3-nitro0'
  CC [M]  /usr/src/drm/linux-2.6/mach64_drv.o
In file included from /usr/src/drm/linux-2.6/drm_core.h:27,
                 from /usr/src/drm/linux-2.6/mach64_drv.c:37:
/usr/src/drm/linux-2.6/drm_agpsupport.h:45: error: parse error before '*' token
/usr/src/drm/linux-2.6/drm_agpsupport.h:45: warning: type defaults to `int' in declaration of `drm_agp'
/usr/src/drm/linux-2.6/drm_agpsupport.h:45: warning: data definition has no type or storage class
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_info':
/usr/src/drm/linux-2.6/drm_agpsupport.h:67: error: request for member `copy_info' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_acquire':
/usr/src/drm/linux-2.6/drm_agpsupport.h:109: error: request for member `acquire' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:115: error: request for member `acquire' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_release':
/usr/src/drm/linux-2.6/drm_agpsupport.h:138: error: request for member `release' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:140: error: request for member `release' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_do_release':
/usr/src/drm/linux-2.6/drm_agpsupport.h:153: error: request for member `release' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:154: error: request for member `release' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_enable':
/usr/src/drm/linux-2.6/drm_agpsupport.h:176: error: request for member `enable' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:183: error: request for member `enable' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_bind':
/usr/src/drm/linux-2.6/drm_agpsupport.h:332: error: request for member `bind_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_init':
/usr/src/drm/linux-2.6/drm_agpsupport.h:406: error: `drm_agp_t' undeclared (first use in this function)
/usr/src/drm/linux-2.6/drm_agpsupport.h:406: error: (Each undeclared identifier is reported only once
/usr/src/drm/linux-2.6/drm_agpsupport.h:406: error: for each function it appears in.)
/usr/src/drm/linux-2.6/drm_agpsupport.h:406: error: parse error before ')' token
/usr/src/drm/linux-2.6/drm_agpsupport.h:411: error: request for member `copy_info' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_uninit':
/usr/src/drm/linux-2.6/drm_agpsupport.h:435: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_allocate_memory':
/usr/src/drm/linux-2.6/drm_agpsupport.h:442: error: request for member `allocate_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:444: error: request for member `allocate_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_free_memory':
/usr/src/drm/linux-2.6/drm_agpsupport.h:450: error: request for member `free_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:452: error: request for member `free_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_bind_memory':
/usr/src/drm/linux-2.6/drm_agpsupport.h:459: error: request for member `bind_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:461: error: request for member `bind_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h: In function `mach64_agp_unbind_memory':
/usr/src/drm/linux-2.6/drm_agpsupport.h:467: error: request for member `unbind_memory' in something not a structure or union
/usr/src/drm/linux-2.6/drm_agpsupport.h:469: error: request for member `unbind_memory' in something not a structure or union
In file included from /usr/src/drm/linux-2.6/drm_core.h:38,
                 from /usr/src/drm/linux-2.6/mach64_drv.c:37:
/usr/src/drm/linux-2.6/drm_memory.h: In function `drm_follow_page':
/usr/src/drm/linux-2.6/drm_memory.h:137: warning: passing arg 1 of `pmd_offset' from incompatible pointer type
In file included from /usr/src/drm/linux-2.6/drm_core.h:41,
                 from /usr/src/drm/linux-2.6/mach64_drv.c:37:
/usr/src/drm/linux-2.6/drm_vm.h: In function `mach64_mmap':
/usr/src/drm/linux-2.6/drm_vm.h:626: warning: implicit declaration of function `remap_page_range'
In file included from /usr/src/drm/linux-2.6/drm_core.h:43,
                 from /usr/src/drm/linux-2.6/mach64_drv.c:37:
/usr/src/drm/linux-2.6/drm_stub.h: In function `mach64_put_minor':
/usr/src/drm/linux-2.6/drm_stub.h:242: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/usr/src/drm/linux-2.6/drm_stub.h:247: warning: `inter_module_unregister' is deprecated (declared at include/linux/module.h:574)
/usr/src/drm/linux-2.6/drm_stub.h: In function `mach64_probe':
/usr/src/drm/linux-2.6/drm_stub.h:339: warning: `inter_module_register' is deprecated (declared at include/linux/module.h:573)
make[2]: *** [/usr/src/drm/linux-2.6/mach64_drv.o] Error 1
make[1]: *** [_module_/usr/src/drm/linux-2.6] Error 2
make[1]: Leaving directory `/mnt/stuff/media/linux-2.6.11-rc3-nitro0'
make: *** [modules] Error 2

_________________
2.6.12-rc3-love1 / 2.6.12-rc4-nitro1
static custom DSDT
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Thu Feb 10, 2005 8:03 am    Post subject: Reply with quote

gentoocool: Check your alsamixer.

Tiger683: cfq-ts is in this version. And the next nitro is gonna be friggin sweeeeet...
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Thu Feb 10, 2005 8:18 am    Post subject: Reply with quote

HE LIVES!
_________________
Retired gentoo user
Back to top
View user's profile Send private message
J0Ba
n00b
n00b


Joined: 15 Jan 2005
Posts: 17

PostPosted: Thu Feb 10, 2005 5:04 pm    Post subject: Reply with quote

I was going to use realtime but I thought it was missing some patches I needed...maybe I'll give it a try when I get home later today.
_________________
Joshua Baergen
Back to top
View user's profile Send private message
Lepaca Kliffoth
l33t
l33t


Joined: 28 Apr 2004
Posts: 737
Location: Florence, Italy

PostPosted: Thu Feb 10, 2005 7:49 pm    Post subject: Reply with quote

edit: I'm stupid
_________________
It isn't enough to win - everyone else must lose, and you also have to rub it in their face (maybe chop off an arm too for good measure).
Animebox!


Last edited by Lepaca Kliffoth on Thu Feb 10, 2005 7:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
Lepaca Kliffoth
l33t
l33t


Joined: 28 Apr 2004
Posts: 737
Location: Florence, Italy

PostPosted: Thu Feb 10, 2005 7:56 pm    Post subject: Reply with quote

edit: yes, I really am
_________________
It isn't enough to win - everyone else must lose, and you also have to rub it in their face (maybe chop off an arm too for good measure).
Animebox!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 2 of 7

 
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