LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 03-13-2006, 02:24 AM   #16
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15

Hey mos,
You are just great!! That worked like a charm!! Thanks a lot buddy.
I can now listen to songs. You must be knowing in-and-out of linux!!
When I first ran the #modprobe snd-atiixp command it did give me a lot of errors as below:-
Code:
alsactl: set_control:805: warning: name mismatch (Master Mono Playback Switch/PC Speaker Playback Switch) for control #5
alsactl: set_control:805: warning: name mismatch (Master Mono Playback Volume/PC Speaker Playback Volume) for control #6
alsactl: set_control:805: warning: name mismatch (PC Speaker Playback Switch/Mic Playback Switch) for control #7
alsactl: set_control:805: warning: name mismatch (PC Speaker Playback Volume/Mic Playback Volume) for control #8
alsactl: set_control:805: warning: name mismatch (Phone Playback Switch/Mic Boost (+20dB)) for control #9
alsactl: set_control:805: warning: name mismatch (Phone Playback Volume/Line Playback Switch) for control #10
alsactl: set_control:805: warning: name mismatch (Mic Playback Switch/Line Playback Volume) for control #11
alsactl: set_control:892: bad control.11.value type
FATAL: Error running install command for snd_atiixp
But luckily on running the command again it didn't give any errors and I could goto alsamixer. From there I turned off "external amplifier" and that was it!!
There is one issue though.
The other problem is the mp3's or other audio files do not play properly in Real Player. The audio breaks and is doncontinuous and sometimes hangs or pauses in the middle of the song. Otherwise it plays perfectly in Xine or XMMS.

The other major problem about which I had talked earlier is, I am not able to connect to the internet. Can you please please help me with this too.

Last edited by kumarkumar; 03-13-2006 at 08:52 PM.
 
Old 03-13-2006, 07:57 AM   #17
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
I need mote information, please run the command
# lspci | grep ethernet

and post the output
 
Old 03-13-2006, 08:31 PM   #18
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15
Hey mos,
When I run the command # lspci | grep ethernet, I don't get any output.
Its again the root prompt.
 
Old 03-13-2006, 08:38 PM   #19
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
run it without the #
all the command i have listed needed to be run without that
the # symbol just means to run it as root
if had used $ instead it would mean run as user
 
Old 03-13-2006, 08:38 PM   #20
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
also bash (the command line) interprets the # as a comment, meaning take no action.
 
Old 03-13-2006, 08:46 PM   #21
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15
Yes I do run all the commands with out the # infront of them.
 
Old 03-13-2006, 09:07 PM   #22
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
okay then, run the command
# lscpi and give me the full output then, it seems linux isnt detecting your card.
 
Old 03-14-2006, 12:14 AM   #23
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15
The output of #lspci is as follows:-
Code:
0000:00:00.0 Host bridge: ATI Technologies Inc: Unknown device 5951 (rev 01)
0000:00:02.0 PCI bridge: ATI Technologies Inc: Unknown device 5a34
0000:00:06.0 PCI bridge: ATI Technologies Inc: Unknown device 5a38
0000:00:13.0 USB Controller: ATI Technologies Inc: Unknown device 4374
0000:00:13.1 USB Controller: ATI Technologies Inc: Unknown device 4375
0000:00:13.2 USB Controller: ATI Technologies Inc: Unknown device 4373
0000:00:14.0 SMBus: ATI Technologies Inc: Unknown device 4372 (rev 11)
0000:00:14.1 IDE interface: ATI Technologies Inc: Unknown device 4376
0000:00:14.3 ISA bridge: ATI Technologies Inc: Unknown device 4377
0000:00:14.4 PCI bridge: ATI Technologies Inc: Unknown device 4371
0000:00:14.5 Multimedia audio controller: ATI Technologies Inc: Unknown device 4370 (rev 02)
0000:00:14.6 Modem: ATI Technologies Inc: Unknown device 4378 (rev 02)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 3150
0000:02:00.0 Ethernet controller: Marvell Technology Group Ltd.: Unknown device4351 (rev 10)
0000:03:05.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
0000:03:07.0 Network controller: Broadcom Corporation: Unknown device 4318 (rev02)
0000:03:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
 
Old 03-14-2006, 12:27 AM   #24
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
drivers for the Marvell ethernet card requier kernel 2.6.14 or greater. ProMEPIS, because of its age, does not have this. SimplyMEPIS 3.4.3 does
 
Old 03-14-2006, 12:32 AM   #25
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15
Oh no!! Thats the least I wanted to hear. Is there a way that I can upgrade the kernel??
I have already said the reason why I am using Promepis. I have no other choice. It looks like I have no place to go now.
What do I do now??
 
Old 03-14-2006, 12:36 AM   #26
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
you can compile a kernel download the latest from:
http://kernel.org/pub/linux/kernel/v...6.15.6.tar.bz2

and look up one of the many guides to compiling a kernel the debian way
 
Old 03-14-2006, 01:03 AM   #27
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15
Ok buddy. Let me try this out. Looks like there is still hope.
 
Old 03-14-2006, 10:47 AM   #28
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15
Hey mos,
If you could give me some suggestions on the following problem in Simply Mepis then I would switch to Simply Mepis.

In Simply Mepis (whichever version) I cannot play Real Media or Windows Media Streams in Firefox from sites like
Code:
http://www.raaga.com/channels/hindi/
or
http://www.smashitsusa.com/
or
http://www.musicindiaonline.com/l/17/i/
The pop-up player opens but it remains like that for ever - never playing anything. I mean it keeps on loading forever.
These sites play perfectly in Firefox in Promepis.
I don't know what is so special in Promepis!! I guess its a Firefox plugin issue.
You can run a Live CD of Promepis and find out the difference by going to these sites.
 
Old 03-14-2006, 04:32 PM   #29
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
honestly, no I can't resolve that. I tend to be an open source zealot and if its in a format I cant decide the player (real media) or technically not 100% legal (WMA/WMV) I shy away from it unless there is some really good reason for me to do so.
 
Old 03-14-2006, 06:39 PM   #30
kumarkumar
Member
 
Registered: Mar 2006
Posts: 38

Original Poster
Rep: Reputation: 15
I didn't get you. Is there anything illegal in it??
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BASH goto dkrysak Programming 35 03-21-2013 11:22 AM
SimplyMEPIS vs. ProMEPIS shortname General 6 03-12-2005 11:40 PM
ProMEPIS KDE Taskbar RanDrake10 Linux - General 2 12-13-2004 12:15 AM
KDE gui vs. Gnome GUI Curt6000 Linux - Newbie 11 11-10-2004 02:37 PM
goto usage bru Programming 5 03-09-2004 04:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

All times are GMT -5. The time now is 06:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration