LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-06-2006, 09:56 AM   #1
elena06
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Rep: Reputation: 0
problems with ethernet internet connection and sound on laptop with OS suse 10/ winXP


I am not an expert linux user. Recently i bought a laptop Acer Aspire 1694WLMi with preinstalled WindowsXP home edition. There were three partitions on the hard disk, I deleted one and resized another one and I installed on the free disk suse10.
I have the following problems:
no sound is produced and I don't have internet access via ethernet cable.
I want to connect via DHCP to the LAN of my workplace. I can do this under windows but not under linux. More precisely, I was able connect once (after doing manual configuration with YAST) and at that moment the sound server was working.
Then I rebooted the machine I booted windows then rebooted again linux and sound and internet connection didn't work anymore.
Givng the command route -n I can see only the line
127.0.0.0 lo and no rows for eth0.
Giving ifconfig command I can see that no IP adress is given to the card, wich by the way is recognized by the system (like the audio card, AC97 integrated).
Any suggestions?
It seems that DHCP is not working (still at least once it worked).
By the way, I tried with Knoppix and sound and network were Ok.
The configuration settings seem to be correct....

Last edited by elena06; 02-07-2006 at 10:04 AM.
 
Old 02-07-2006, 03:53 AM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
have you run alsaconf for your sound card?

not sure about dhcp on suse. what's the output of (as root) dmesg|egrep -i 'eth0|dhcp'

and 'dmesg|grep -i ac97'.

and 'ps -ef|grep -i dhcp'
 
Old 02-07-2006, 09:52 AM   #3
elena06
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Original Poster
Rep: Reputation: 0
I run alsaconf and now I have a sound card configured n addition to the one recognized by the system as AC97 etc...
I cannot configure anymore the last one with YAST and I can't remove the card configured with alsaconf.
Kmix does'n work anymore. When I run alsaconf it tests the sound and I can hear something but I can reproduce audio files just for a very short while. When the system boots no sound.

sorry, I can't connect to the web with the laptop so I'll describe the output.


dmesg|egrep -i 'eth0|dhcp'
gives several rows starting with eth0. The last one says:
eth0: no IPv6 routers present

'dmesg|grep -i ac97'.
intel8xo_measure_ac97_clock 54303 usecs

'ps -ef|grep -i dhcp'
two rows appear one for eth0 and another similar for eth1 (I ignore what eth1 is)
root 4427 1 0 16:38? 00:00:00 /sbin/dhcpcd -C-H-D-K -R-N -t999999 -h linux -c /etc/sysconfig/network/scripts/dhcpcd-hook eth0

thank you

Last edited by elena06; 02-07-2006 at 09:57 AM.
 
Old 02-07-2006, 02:19 PM   #4
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
unfortunately i dont know much about SuSE and YAST.

sounds like your dchp daemon is running. and that your sound card is configured with alsaconf. after you run alsaconf you need to run 'alsamixer' then 'alsactl store'. then you will reboot with sound...
try to restart kmix... go to the kde control panel and make sure the sound work...


dont worry about ipv6. ipv4 is what you want.... please show the whole out put of dmesg|egrep -i 'eth0|dhcp'

and "ifconfig"...
 
Old 02-08-2006, 08:47 AM   #5
elena06
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Hi, I forced the connection with the comand
/etc/init.d/network (it should be bascally dhclient)
I think it is a temporary solution. Now I can easily post the output
of the commands you suggested me:


# dmesg|egrep -i 'eth0|dhcp'
tg3: eth0: Link is up at 1000 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
eth0: no IPv6 routers present
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:C0:9F:AC:AE:EF
inet addr:147.122.4.222 Bcast:147.122.4.255 Mask:255.255.255.0
inet6 addr: fe80::2c0:9fff:feac:aeef/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2345 errors:0 dropped:0 overruns:0 frame:0
TX packets:964 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1042898 (1018.4 Kb) TX bytes:165920 (162.0 Kb)
Interrupt:10

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2056 (2.0 Kb) TX bytes:2056 (2.0 Kb)
ps -ef|grep -i dhcp
root 4609 1 0 14:09 ? 00:00:00 /sbin/dhcpcd -C -H -D -K -R -N -t 999999 -h linux -c /etc/sysconfig/network/scripts/dhcpcd-hook eth0
root 6208 5765 0 15:45 pts/1 00:00:00 grep -i dhcp
#dmesg|grep -i ac97
no output for this today....
# alsamixer
alsamixer: function snd_ctl_open failed for default: No such device

# alsactl store
alsactl: save_state:1163: No soundcards found...
Running Yd.ast I can see two cards, a first one configured and another one, recognized as AC97... not configured.
When I try to do so an error message appears saying that
the kernel modul snd_intel8x0 cannot be loaded (it is used to configure the other sound card and I don't know how to remove this one)
By the way now, even if alsamixer and alsactl on't work I can reproduce audio files! (can't get any clue..it is not the first time that when I succed in some way in connecting to the internet the sound works...)

Thanks a lot

Last edited by elena06; 02-08-2006 at 09:14 AM.
 
  


Reply



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
Broadcom 440x ethernet problems on Dell laptop with SuSE 8.0 Pro computerdude14 Linux - Laptop and Netbook 2 03-18-2005 03:57 PM
Suse 9.2 ethernet/internet problems yaustar SUSE / openSUSE 3 01-22-2005 10:13 PM
How to LAN Ethernet FC3 + WinXP to Internet tktim Linux - Networking 3 01-21-2005 04:29 AM
Having internet connection problems in SUSE Linux 9.1 Professional Evil_butterfly Linux - Networking 1 08-26-2004 04:33 AM
Ethernet/Wifi laptop connection problems killahwave Linux - Wireless Networking 6 03-09-2004 09:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:26 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