Problems with mint...sound,wifi,booting

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Decemberdoom

Re: Problems with mint...sound,wifi,booting

Post by Decemberdoom »

If DSL was able to load up, then Mint shouldn't have any trouble at all either. Try re-writing the cd with the lowest possible burn speed, sometimes this can help a ton.

These kinds of "Use Linux via Windows" things are great for checking out Linux, but bugs like yours seem to be a common problem. The only thing I found odd about your lspci is that your wireless card is for some reason listed as an ethernet controller.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Decemberdoom

Re: Problems with mint...sound,wifi,booting

Post by Decemberdoom »

If sound works through your headphones, then Linux is probably set up correctly to use your sound-hardware, you may want to play with Volume settings, but I do not know much about Sound troubleshooting in Linux, so I can't help you too much.

You mentioned some kind of problems with wifi in your thread title, what exactly are they? Your lspci seems to show that Linux has detected your wireless card.
Decemberdoom

Re: Problems with mint...sound,wifi,booting

Post by Decemberdoom »

Ok, try running

Code: Select all

sudo lshw
if you see any strings that say Network then after that DISABLED, look down a few lines to where it will say

Logical Name: "Xxxxx"

Now, run this

Code: Select all

sudo ifconfig "xxxxx" up[code] No quotes in the command.
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: Problems with mint...sound,wifi,booting

Post by merlwiz79 »

pan0 is suppose to be disabled.

You should have ath0 for wireless and eth0 for wired.
You may want to try using gnome-network-admin or wicd for setting up your wireless.

For sound maybe your volume controls are messed up.
Example:
Headphones Volume = Front Speakers
Laptop Speakers Volume = Surround Speakers

You could try editing /ect/modprobe.d/alsa-base:(back up before editing):

Code: Select all

options snd-hda-intel model=acer
or

Code: Select all

options snd-hda-intel model=acer probe_mask=1 position_fix=1
Image
Locked

Return to “Hardware Support”