Announcement

Collapse
No announcement yet.

Some General ?'s about Kubuntu

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Some General ?'s about Kubuntu

    sudo bcm43xx-fwcutter -w /lib/firmware ~/Desktop/bcmwl5.sys
    OK, a couple of things:
    Linux doesn't always use filename extensions the way windows does. There are usually no .exe files; linux executable files (also known as binaries) usually have no extension. So the executable file for konsole is just konsole, located in the /usr/bin directory. Data files use extensions similar to windows -- .txt, .jpg and so on are pretty much the same.

    Basic information on using the kde desktop, file system, etc can be found at:

    Code:
    [url]http://docs.kde.org/development/en/kdebase-runtime/userguide/index.html[/url]
    
    [url]http://docs.kde.org/development/en/kdebase-runtime/quickstart/index.html[/url]
    
    [url]http://docs.kde.org/development/en/kdebase-runtime/faq/index.html[/url]
    There is also a free downloadable ubuntu pocket guide available, but it is directed at the gnome desktop, so though the basic information is good, it's still a little confusing.

    http://www.ubuntupocketguide.com/download_main.html


    Your own personal files are located in the directory /home/username (where username is your login name). There is a shortcut to this directory (called your home directory) which is simply ~ (shift-upper-left key). So cd ~ will always take you to your home directory. You can move the files from your usb stick there. Try this: Open konsole, type

    Code:
    cd /media/disk
    (that is usually where a usb stick is found) Then type ls. If your bcm43xx-fwcutter file is there, you can:

    Code:
    cp bcm43xx-fwcutter ~
    That should copy the file from your usb stick to your home directory.
    To run the command, you would then:
    Code:
    cd ~
    sudo ./bcm43xx-fwcutter -w /lib/firmware ~/Desktop/bcmwl5.sys
    *I would rather defer to someone familiar with your wireless card who can help you with the specifics on it.*

    I'm a little baffled as to why synaptic isn't showing up. So do this: open kpackageedit, click on settings, then "edit software sources". In the window that comes up, make sure the first four items are checked (main) (universe) (restricted) and (multiverse). Close that window, choose Software Updates, when it finishes, hit the refresh icon at the bottom. When that finishes, choose Software management, type synaptic in the search box, and click "search by name". It should come up then, hit the Plus sign next to it, then Apply. That should install it. If this doesn't work, we'll have to go to plan C.

    About Alt-F2, I really haven't found much use for it myself. I either use konsole, or ctrl-alt-f1 if I need to shut the desktop down. Others may have something to add...
    We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking

    Comment


      #17
      Re: Some General ?'s about Kubuntu

      Wow Thank you for the in-depth reply. As it turns out, and sorry if I didn't mention this earlier, i have had trouble with my internet and so using the sudo apt-get update commands and whatnot would NOT work. I am connected to the internet right now (through a hard wire cable) and i downloaded the updates (sudo apt-get update) as well as installed synaptic (sudo apt-get install synaptic). so those are both installed right now.

      I will continue to experiment further and I think I'll just jot down all my questions in a text file as opposed to constantly posting. No need to spam up the forums for questions that are answered elsewhere right?

      Thanks everyone for the help, will post back if I need some major help.

      Comment


        #18
        Re: Some General ?'s about Kubuntu

        GOOD NEWS! Just wanted to post that I talked to a friend who uses linux, and she sent me http://fourlovesfour.blogspot.com/2008/05/setting-up-broadcom-b43-wireless-with.html"] This Link [/url] that guided me almost step-by-step in setting up my wireless internet! It currently is working fine on my laptop, so with that done I will work on testing various programs and whatnot, get a feel for linux. I will eventually dual-boot Kubuntu on my dekstop, but that's for another time.

        Anyways if I come up with any more questions I'll be sure to ask! Thanks everyone for the help

        Comment

        Working...
        X