Linux - NewbieThis 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.
1) the Network Keyring seems to be asking me for my network connection password everytime i log in. my previous laptop never did it, as it always saved the password and connected automatically. is this normal for Linux Mint? - i went through most of the password and keyrings settings, but doesn't seem to make much difference
2) funnily enough; after going through the keyring settings, i noticed that after restarting the netbook, most of the tool bar tabs just don't appear on the toolbar itself, despite the windows/programms are being opened normally.
3) at every restart, login, there are scripts coming up (after i click Turn Off/Restart -> something abt checking the battery, hal, etc etc) and (Initial Boot -> linux mint startup, linux mint recovery, memory test, etc).. is it normal? is there a way to get it to at least start up directly to the actual Operating System/user ?
i tried that, i got the linux mint from www.linuxmint.com turn burned it to a cd and installed it, i also made sure i deleted every single details from the linux linpus (which was the previous operating system on my acer aspire one)
i tried that, i got the linux mint from www.linuxmint.com turn burned it to a cd and installed it, i also made sure i deleted every single details from the linux linpus (which was the previous operating system on my acer aspire one)
Well something has gone terribly wrong. I can't understand why keyring will always pop-up every time you login! I am not a Mint user, but I guess it is fairly similar to ubuntu and I never had such problems with ubuntu. Did you format and replace your previous Linux OS? I guess you must have. Re-installation is a bad advice but nothing is coming to my head right now. Hope a Mint user can clarify this and help you out.
Cheers
If I'm not mistaken, Mint is based on Ubuntu. I'm running Ubuntu Netbook Remix 9.04 on an Acer Aspire One, so maybe the following helps for point 3.
What you describe is the grub menu. I don't think that this is a misconfiguration; it's a fully normal behaviour for a desktop OS and it's the way Mint sets it up. Ubuntu also configures it that way if you use the normal desktop version instead of the UNR version.
Below is part of my grub menu that defines how grub behaves. You can edit the file /boot/grub/menu.lst (e.g. with sudo nano /boot/grub/menu.lst in a terminal).
Code:
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
The line default defines which menu option is started after a timeout specified in the line timeout. Your menu will probably have a timeout of 10 seconds; you can shorten this to 2 or 3 seconds (don't make it zero). The line hiddenmenu hides the menu and that's probably the one that you want to add (if it's not there).
Check your menu.lst against the posted config above.
I've never investigated the keyring manager so can't help there.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.