LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-08-2008, 03:10 PM   #1
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Rep: Reputation: 15
Cannot Access YAST in openSUSE 11.0


I just installed openSUSE 11.0 and am not able to access YAST. Everytime I click on YAST from the "Start menu", the YAST icon (wrench) appears and bounces by my mouse cursor. However, this is as far as I get. I am not able to access YAST using my root account either.

Once I get into YAST, how do I go about configuring/enabling a Linksys 54G Wireless PCI card (WMP54G)?
 
Old 10-09-2008, 01:14 AM   #2
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,634

Rep: Reputation: Disabled
Open a console, type in yast (or yast2, not sure right now) and look for any errors displayed there...

Normally the entries in YAST are self-explanatory. Come back when you have a more palpable (and answerable) question and we'll try from there.
 
Old 10-09-2008, 04:03 AM   #3
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Quote:
Originally Posted by deepgrewal View Post
I just installed openSUSE 11.0 and am not able to access YAST. Everytime I click on YAST from the "Start menu", the YAST icon (wrench) appears and bounces by my mouse cursor. However, this is as far as I get. I am not able to access YAST using my root account either.

Once I get into YAST, how do I go about configuring/enabling a Linksys 54G Wireless PCI card (WMP54G)?
You also can try to reinstall yast using zypper.
See man zypper and zypper help
 
Old 10-13-2008, 09:01 PM   #4
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Original Poster
Rep: Reputation: 15
I was able to run yast and yast2 via the konsole and it went into a text-style mode of yast. However, I cannot access yast nor yast2 using the applications menu or ALT+F2 combination.

I also tried using zypper to (re)install yast and received an error indicating that a particular opensuse URL could not be contacted (since the original problem was to get the wireless network card to work).

Below is my output from the konsole:

Code:
linux-wwz3:~ # ifconfig
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:1050 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1050 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:80976 (79.0 Kb)  TX bytes:80976 (79.0 Kb)

linux-wwz3:~ # iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11g  ESSID:""
          Mode:Managed  Channel:0  Access Point: Not-Associated
          Tx-Power=0 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

linux-wwz3:~ #
 
Old 10-14-2008, 03:09 AM   #5
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Did you install a windows driver in ndiswrapper? If so did you blacklist the other drivers. What I read is your card has a broadcom chipset. Here is what I went through to install one.

http://www.linuxquestions.org/questi...search-674226/

Checkout the last post.
 
Old 10-14-2008, 12:19 PM   #6
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Original Poster
Rep: Reputation: 15
Thanx for the information. This is the same way that I used to do it back in the SuSE 9.2 days, and am happy doing it this way because it is familar. I was hoping for a little more automation with 11.0. Here are the questions that I have:

(1) Why does YAST not work in the GUI environment (only a text version can be called using Konsole)?

(2) Does openSUSE 11.0 support the automated discovery/configuration of some wireless cards so that they work immediately after the O/S is installed?
 
Old 10-14-2008, 05:57 PM   #7
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Rep: Reputation: 33
Quote:
(1) Why does YAST not work in the GUI environment (only a text version can be called using Konsole)?
Something got borked during the install. If you can't reinstall/upgrade YaST, can you do a reinstall of openSUSE?

Quote:
(2) Does openSUSE 11.0 support the automated discovery/configuration of some wireless cards so that they work immediately after the O/S is installed?
Yes. It depends on which wireless chipset is used. During the second portion of the install, you have the opportunity to configure your wireless card if it is detected.
 
Old 10-16-2008, 11:21 AM   #8
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,634

Rep: Reputation: Disabled
Quote:
Originally Posted by deepgrewal View Post
...Why does YAST not work in the GUI environment (only a text version can be called using Konsole)?...
Try yast2 as root from a console in KDE (as opposed to console on <CTRL><ALT><F3>).
 
Old 10-19-2008, 02:22 PM   #9
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Original Poster
Rep: Reputation: 15
I suppose the best route to take would be to reinstall openSUSE 11.0. I have tried to type in "yast" and "yast2" in the Konsole and continue to get the text versions of YAST (even as root). Thanx for all of your input into this thread.
 
Old 10-20-2008, 01:23 AM   #10
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,634

Rep: Reputation: Disabled
Somewhere on your machine is a yast(2?).conf(ig?), probably in /etc. You might try to read it to see whether there is some switch which prevents yast from coming up in graphical mode.
 
  


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
OPenSUSE Yast repositories? craigevil SUSE / openSUSE 104 12-27-2010 09:08 AM
OpenSuse YAST AUGGGGH!! Mufasa Linux - Software 7 08-04-2008 01:54 AM
YaST & openSuse 10.2 sadiqdm SUSE / openSUSE 3 05-20-2008 06:45 AM
OPenSUSE 10.2 Beta Yast repositories slackass SUSE / openSUSE 1 11-15-2006 10:55 AM
How to install a second(third) printer in opensuse 10.0 using yast? csilviu SUSE / openSUSE 2 09-29-2006 11:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:25 PM.

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