Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Couple of non-working things.
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 3:19 am    Post subject: Couple of non-working things. Reply with quote

Firstly, a couple of minor annoyances. nm-applet does not work despite having emerged it a couple times now. It suggested that I try "nm-applet -sm-disable" if it doesn't work, but that didn't work.

Secondly, I emerged the "netscape-flash" package, yet Flash won't work. I tried installing the package from the Adobe site, but that only works on x86 systems, leaving me stuck with the portage package that won't work. (I'm using Firefox, by the way)

The last annoyance is a bigger one. My speakers won't work. This is a dv9000 laptop, so the speakers are integrated. Here is their lspci:

Code:
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 3:25 am    Post subject: Reply with quote

First thing's first - flash.

You're on amd64? nspluginwrapper is the way to go. Google will tell you how to set it up.

Audio: are you doing alsa drivers or in-kernel drivers? modules? Run lsmod, and give relevant dmesg output.
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 3:36 am    Post subject: Reply with quote

I had the in kernel drivers integrated into the kernel, then I moved them out to being modules when that didn't work. Still no sound.

I'll look up nspluginwrapper now.
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 3:39 am    Post subject: Reply with quote

yeah,,, you need them to be modules... are they loaded? :P

Run alsaconf, /etc/init.d/alsasound start, and rc-update add alsasound default.

Then post lsmod here.
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 3:40 am    Post subject: Reply with quote

I've already emerged flash, if that's what you mean. nspluginwrapper is installing now.


EDIT: alsaconf doesn't exist... should I recompile my kernel with the drivers integrated into the kernel?


Last edited by Tristanm on Sat Aug 23, 2008 3:42 am; edited 1 time in total
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 3:42 am    Post subject: Reply with quote

Tristanm wrote:
I've already emerged flash, if that's what you mean. nspluginwrapper is installing now.
actually, I was only talking about sound in that last one - looks like you have flash under control.
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 3:43 am    Post subject: Reply with quote

Well, my sound drivers are supposed to load at boot.
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 3:44 am    Post subject: Reply with quote

Tristanm wrote:
Well, my sound drivers are supposed to load at boot.

still, do all that I said - what does lsmod say?
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 3:51 am    Post subject: Reply with quote

hmm... none of it works. Aside from the also kernel modules, it seems I've got nothing.

As for installing flash. Once nspluginwrapper is done, what next?
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 3:57 am    Post subject: Reply with quote

Tristanm wrote:
hmm... none of it works. Aside from the also kernel modules, it seems I've got nothing.

As for installing flash. Once nspluginwrapper is done, what next?

http://gentoo-wiki.com/HOWTO_Flash_9_and_Firefox

then add nspluginwrapper as a plugin to firefox.

sound?

please output "lsmod" here.
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 3:58 am    Post subject: Reply with quote

Code:
Module                  Size  Used by
lcd                     8136  0
backlight               8520  0
s2io                   86664  0
nvidia               8112944  28
b43                   172976  0
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 4:00 am    Post subject: Reply with quote

what does modprobe snd_hda_intel say?
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 4:05 am    Post subject: Reply with quote

module not found
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 4:07 am    Post subject: Reply with quote

for other soundcore modules, I get something like this:

Code:
tristan-laptop ~ # modprobe snd
WARNING: Error inserting soundcore (/lib/modules/2.6.25-gentoo-r7/kernel/sound/soundcore.ko): Invalid module format
FATAL: Error inserting snd (/lib/modules/2.6.25-gentoo-r7/kernel/sound/core/snd.ko): Invalid argument


EDIT: If I need to recompile my kernel, I can do that pretty easily.
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 4:11 am    Post subject: Reply with quote

Tristanm wrote:
for other soundcore modules, I get something like this:

Code:
tristan-laptop ~ # modprobe snd
WARNING: Error inserting soundcore (/lib/modules/2.6.25-gentoo-r7/kernel/sound/soundcore.ko): Invalid module format
FATAL: Error inserting snd (/lib/modules/2.6.25-gentoo-r7/kernel/sound/core/snd.ko): Invalid argument


you compiled wrong... make sure either: all modules are selected in alsa in the kernel, or you emerge the correct package - alsa-driver AFAIK.
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 4:15 am    Post subject: Reply with quote

Code:
tristan-laptop ~ # emerge alsa-driver
Calculating dependencies \
!!! All ebuilds that could satisfy "media-sound/alsa-driver" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-sound/alsa-driver-9999 (masked by: package.mask, missing keyword)
/usr/portage/profiles/package.mask:
# Diego Petten�� <flameeyes@gentoo.org> (25 Jan 2007)
# Live Mercurial versions of ALSA packages.
# These are needed for the people wanting to try newer kernel versions
# when the support is broken in-kernel.
# Please note that you need >=sys-apps/portage-2.1.2-r3 to be able to actually
# use these versions by adding "**" for them in package.keywords.

- media-sound/alsa-driver-1.0.17 (masked by: ~amd64 keyword)
- media-sound/alsa-driver-1.0.16 (masked by: ~amd64 keyword)
- media-sound/alsa-driver-1.0.15-r1 (masked by: ~amd64 keyword)
- media-sound/alsa-driver-1.0.14-r1 (masked by: ~amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.


Well, now i need to look up how to get around that.

fixed. installing

need to recompile my kernel first... I'll do that then install the alsa drivers


So, what about nm-applet? Any clue why that won't work?
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 4:41 am    Post subject: Reply with quote

alsa drivers installed, still no alsaconf, no alsamixer, or /etc/init.d/alsasound

No sound period. What now?
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 4:48 am    Post subject: Reply with quote

emerge alsa-utils and alsa-tools
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 5:12 am    Post subject: Reply with quote

Alright, I've run alsaconfig, now what?
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 5:15 am    Post subject: Reply with quote

Tristanm wrote:
Alright, I've run alsaconfig, now what?


/etc/init.d/alsasound restart (or start).

rc-update alsasound add default

test: speaker-test -c 2 -t wav
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 5:16 am    Post subject: Reply with quote

Code:
tristan-laptop ~ # /etc/init.d/alsasound restart
 * Storing ALSA Mixer Levels ...                                          [ ok ]
 * Killing processes using ALSA ...                                       [ ok ]
 * Unloading ALSA modules ...                                             [ ok ]
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...
WARNING: Error inserting snd (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/snd.ko): Invalid argument
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/snd-hwdep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/snd-page-alloc.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/snd-timer.ko): Invalid argument
WARNING: Error inserting snd_pcm (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/snd-pcm.ko): Invalid argument
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.25-gentoo-r7/alsa-driver/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)                                                                     [ !! ]
 *   Loading: snd-seq ...
WARNING: Error inserting snd (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/snd.ko): Invalid argument
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/snd-timer.ko): Invalid argument
FATAL: Error inserting snd_seq (/lib/modules/2.6.25-gentoo-r7/alsa-driver/acore/seq/snd-seq.ko): Invalid argument                                         [ ok ]
 * Restoring Mixer Levels ...                                             [ ok ]
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 5:17 am    Post subject: Reply with quote

what does dmesg|tail say?
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 5:23 am    Post subject: Reply with quote

Code:
snd_seq_device: disagrees about version of symbol snd_info_create_module_entry
snd_seq_device: Unknown symbol snd_info_create_module_entry
snd_seq_device: disagrees about version of symbol snd_info_free_entry
snd_seq_device: Unknown symbol snd_info_free_entry
snd_seq_device: disagrees about version of symbol snd_seq_root
snd_seq_device: Unknown symbol snd_seq_root
snd_seq_device: disagrees about version of symbol snd_device_new
snd_seq_device: Unknown symbol snd_device_new
snd_timer: module is already loaded
snd_seq: module is already loaded
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 23, 2008 2:17 pm    Post subject: Reply with quote

So... anything?
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Sat Aug 23, 2008 2:32 pm    Post subject: Reply with quote

this

...either that or just use the kernel's modules....
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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