Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Based on your previous posts, it sounds like you have a DSL modem and it sounds like your computer connects directly to the modem without a router in between -- is that right? In that case you need to set up PPPoE. There is a piece of software called rp-pppoe that I believe is bundled with SuSE that has an easy setup for this. If you can't install it via YaST from your CDs you can download it at http://www.roaringpenguin.com/en/pen...oducts/rpPppoe but installation will probably be easier for you if you find it off your SuSE CDs.
If you connect through some other mechanism (e.g. a router, cable modem, or DSL that doesn't use PPPoE) please let us know -- this advice is only applicable to DSL over PPPoE/
Also, as a friendly hint, the more information you post about a problem and your set-up, the more help you are likely to receive.
Have you tried just plugging into one of the ports on the router? It looks like your Ethernet card (eth0) is detected but does not get an IP address. Try plugging in via a wired connection to the router and typing the command "dhclient eth0" (if you get "command not found" try the "dhcpcd" command -- I'm not sure which one SuSE uses).
If you can get this working then you can move on to the wireless card. Some Broadcom wireless chipsets can be painful to get going, though.
Have you tried just plugging into one of the ports on the router? It looks like your Ethernet card (eth0) is detected but does not get an IP address. Try plugging in via a wired connection to the router and typing the command "dhclient eth0" (if you get "command not found" try the "dhcpcd" command -- I'm not sure which one SuSE uses).
If you can get this working then you can move on to the wireless card. Some Broadcom wireless chipsets can be painful to get going, though.
I recommend connecting directly to the router and setting it up that way before attempting the wireless connection, it could save you a lot of headaches. What kind of router do you have? Have you connected to it before using other operating systems?
Once you know whether you are using DHCP or not, and you know the IP address of the router, go into YaST (in KDE go KMENU -> System -> YaST) then click "Network Devices" on the left panel, and then "network card" in the right panel.
In the screen "Network Setup Method", I recommend choosing "Traditional Method with ifup". Click next. Then click your network card in the list and choose "edit".
In the "Network Address Screen" choose the "Address" tab and then if your router uses DHCP check this button, if not enter your IP manually (something like 192.168.0.2 and subnet mask 255.255.255.0).
Under "detailed settings" click "hostname and name server" and enter your desired computer name together with domain/workgroup if you want something different from the default. Under "name server1" add the IP address of your router, then click OK.
Click "routing" and in the "default gateway" box add the IP address of your router once more, and click OK.
After clicking on the "advanced" button there should be four options. It's likely you don't have to do anything in any of these, but I make a habit of clicking on each one in turn, and OKing the default settings. I started doing this a while back when I had similar connection problems to your own, and I honestly think it helped once.
Back in the "Network Address Setup" screen click next, and then in the next screen click finish.
I recommend connecting directly to the router and setting it up that way before attempting the wireless connection, it could save you a lot of headaches. What kind of router do you have? Have you connected to it before using other operating systems?
Once you know whether you are using DHCP or not, and you know the IP address of the router, go into YaST (in KDE go KMENU -> System -> YaST) then click "Network Devices" on the left panel, and then "network card" in the right panel.
In the screen "Network Setup Method", I recommend choosing "Traditional Method with ifup". Click next. Then click your network card in the list and choose "edit".
In the "Network Address Screen" choose the "Address" tab and then if your router uses DHCP check this button, if not enter your IP manually (something like 192.168.0.2 and subnet mask 255.255.255.0).
Under "detailed settings" click "hostname and name server" and enter your desired computer name together with domain/workgroup if you want something different from the default. Under "name server1" add the IP address of your router, then click OK.
Click "routing" and in the "default gateway" box add the IP address of your router once more, and click OK.
After clicking on the "advanced" button there should be four options. It's likely you don't have to do anything in any of these, but I make a habit of clicking on each one in turn, and OKing the default settings. I started doing this a while back when I had similar connection problems to your own, and I honestly think it helped once.
Back in the "Network Address Setup" screen click next, and then in the next screen click finish.
Now try ifconfig again.
Ok thanks I will try that and then post the results
If you're having trouble finding native Linux drivers, you can try using ndiswrapper to install the windows drivers under Linux.
First go into YaST > Software > Software Management and make sure ndiswrapper is installed.
Next locate the windows driver .INF file for your card. This should have come with it, or else you'll probably find it on the manufacturer's website. Open a terminal and become root. Navigate to the directory the .INF file is in, then type "ndiswrapper -i <drivername>.inf".
To check it has installed correctly, type "ndiswrapper -l".
Now you should be able to set up the card as a wireless card under YaST > Network Devices > Network Card > ADD (instead of EDIT this time).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.