Find the answer to your Linux question:
Page 4 of 4 FirstFirst 1 2 3 4
Results 31 to 40 of 40
The make install command needs to be run with root privileges. Gain them first by either using the su command, or preceding the command with sudo . Code: sudo make ...
  1. #31
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    The make install command needs to be run with root privileges. Gain them first by either using the su command, or preceding the command with sudo.
    Code:
    sudo make install
    You may need to reboot, then go to YaST and configure it in the network section. It should use the ath5k module, if I recall.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  2. #32
    Just Joined!
    Join Date
    Sep 2009
    Posts
    20
    Quote Originally Posted by waterhead View Post
    The make install command needs to be run with root privileges. Gain them first by either using the su command, or preceding the command with sudo.
    Code:
    sudo make install
    You may need to reboot, then go to YaST and configure it in the network section. It should use the ath5k module, if I recall.
    I have done it like you said in your earlier post.

    The driver is not available as a package. You must download
    the source code and compile it. I linked to that in an earlier post (compat-wireless)
    You can install the files needed to compile the driver. I am not 100% certain which are needed, but start with these:
    gcc-4.3-39.1.i586
    gcc43-4.3.1-20080507-6.1.i586
    gcc43-c++-4.3.1_20080507-6.1.i586
    gcc-c++-4.3-39.1.i586
    make-3.81-103.1.i586
    cmake-2.6.0-16.1.i586
    kernel-source-2.6.25.5-1.1.i586
    Now there may be some dependencies needed to install some of these packages. You should get an error saying what packages it needs. Write these down and then download them to your folder, then install them first.
    I installed all these and as you said there were dependencies.
    gcc-4.3-34.168.i586.rpm
    gcc-c++-4.3-34.168.i586.rpm
    gcc43-c++-4.3.3_20081022-9.5.i586.rpm
    gcc43-4.3.3_20081022-9.5.i586.rpm
    make-3.81-128.9.i586.rpm
    cmake-2.6.2-2.19.i586.rpm
    kernel-source-2.6.27.7-9.1.i586.rpm
    linux-kernel-headers-2.6.27-2.28.noarch.rpm

    When I install gcc-4..3.4 20090804, it tells me install 20080507, So install that, then it says it is already installed , but when I go back to install the latest version it asks me to install the old version 200805007.
    Then I installed the latest driver
    onroy@linux-8aqf:~/linux-2.6.31> make
    HOSTCC scripts/basic/fixdep
    HOSTCC scripts/basic/docproc
    HOSTCC scripts/basic/hash
    HOSTCC scripts/kconfig/conf.o
    HOSTCC scripts/kconfig/kxgettext.o
    SHIPPED scripts/kconfig/zconf.tab.c
    SHIPPED scripts/kconfig/lex.zconf.c
    SHIPPED scripts/kconfig/zconf.hash.c
    HOSTCC scripts/kconfig/zconf.tab.o
    HOSTLD scripts/kconfig/conf
    scripts/kconfig/conf -s arch/x86/Kconfig
    ***
    *** You have not yet configured your kernel!
    *** (missing kernel config file ".config")

    ***
    *** Please run some configurator (e.g. "make oldconfig" or
    *** "make menuconfig" or "make xconfig").
    ***
    make[2]: *** [silentoldconfig] Error 1
    make[1]: *** [silentoldconfig] Error 2
    make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.

    I have tried make menuconfig but of no use. I have read a lot of documentation and am getting nowhere.

    micyor

  3. #33
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Are you installing the gcc and kernel-source via Yast?? That is the preferred way. If you are downloading rpm's you may be getting the wrong ones.

  4. #34
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    It seems that the make install command won't work with this driver. I seem to recall doing it this way before, but it don't work now.

    You will have to manually copy the module into the /lib/modules folder. I just posted about that here:

    http://www.linuxforums.org/forum/wir...tml#post728865
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  5. #35
    Just Joined!
    Join Date
    Sep 2009
    Posts
    20
    Quote Originally Posted by gogalthorp View Post
    Are you installing the gcc and kernel-source via Yast?? That is the preferred way. If you are downloading rpm's you may be getting the wrong ones.
    I install by right click with 'Install using software' whcih asks for password in yast2.
    But still does not work.

  6. #36
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Locate where your kernel source is and cd to it. It is usually in the /usr/src/kernel folder. One you are in the proper folder, run the sudo make menuconfig command. Don't change anything, just arrow down to the bottom where it says "Save an Alternate Configuration File". Save it as .config, and exit.

    This will give you the .config file that the installer was looking for.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #37
    Just Joined!
    Join Date
    Sep 2009
    Posts
    20
    Quote Originally Posted by waterhead View Post
    Locate where your kernel source is and cd to it. It is usually in the /usr/src/kernel folder. One you are in the proper folder, run the sudo make menuconfig command. Don't change anything, just arrow down to the bottom where it says "Save an Alternate Configuration File". Save it as .config, and exit.
    Atlast, I was able to update to 2.6.25.20.0-5 and it is in the grub menu.
    Now I also have wicd and can see my networks.

  8. #38
    Just Joined!
    Join Date
    Sep 2009
    Posts
    20

    Wireless on, no connection[SOLVED]

    Hi All,

    Thanks to all for helping me solve the wireless problem.

    It worked with Wicd.
    I think it comes down checking the encryption settings.
    Also check dhcp settings and wpa_supplicant files.

    It works now. My special thanks to gogalthorp and waterhead for guiding me through.
    I am closing this issue.

    Micyor

  9. #39
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    To answer the original question about connecting to the internet is probably because the nameservers are not there.

    You'll have to find what they are from your ISP if you have a windows box connected you can do

    Code:
     ipconfig /all
    in a shell (start --> run --> cmd) to find your nameservers

    then in Yast --> Network Devices --> Network Settings you'll have to into the
    Hostname tab and manually enter them. That should get you to the internet. And also use traditional if-up instead of network manager. It sems to work better.

  10. #40
    Just Joined!
    Join Date
    Sep 2009
    Posts
    20

    [SOLVED] Wireless on, no connection

    Quote Originally Posted by mikesd View Post
    To answer the original question about connecting to the internet is probably because the nameservers are not there.

    You'll have to find what they are from your ISP if you have a windows box connected you can do

    Code:
     ipconfig /all
    in a shell (start --> run --> cmd) to find your nameservers

    then in Yast --> Network Devices --> Network Settings you'll have to into the
    Hostname tab and manually enter them. That should get you to the internet. And also use traditional if-up instead of network manager. It sems to work better.
    I had bigger issues before coming to 'nameservers'. I could not edit Network settings.
    I have already solved the matter and closed the thread. Thank you for your help.
    micyor.

Page 4 of 4 FirstFirst 1 2 3 4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...