Search:

Type: Posts; User: James Little; Keyword(s):

Search: Search took 0.03 seconds.

  1. [SOLVED] Re: Grub timeout not working after upgrade from 10.04 to 10.10

    Already have that section set to timeout=10 regardless of recordfail value:

    if [ "${recordfail}" = 1 ]; then
    set timeout=10
    else
    set timeout=10
    fi


    Ran the 'grub-editenv create'...
  2. [SOLVED] Re: Grub timeout not working after upgrade from 10.04 to 10.10

    I still can't get the timeout working whatever I try. I've fixed the recordfail logic in 00_header, and these are the non-commented lines from my default grub file:

    GRUB_DEFAULT=0...
  3. Replies
    20
    Views
    11,236

    [ubuntu] Re: Asus Eee PC 1000HA / 9.04 / Atheros AR242x

    The driver from bleeding edge now works, so don't have this problem now. Although the driver shipping with the kernel in Lucid Beta1 still seems to be outdated, so compilation is necessary.
  4. Replies
    1
    Views
    529

    Re: cant find wireless on my netbook

    Maybe Ubuntu doesn't recognise the hardware at all? Run the following at the command prompt and paste the output:
    iwconfig
    lspci -vvnn

    Also, what version of Ubuntu are you running? I assume...
  5. Replies
    13
    Views
    11,896

    [ubuntu] Re: Artheros ar5211 [168c:002c] (rev 01)

    I also need to get this working and would prefer not to use ndiswrapper. I have the Asus 1005PE which uses AR2427 chipset. I compiled the ath5k ok, and can modprobe it without an error, but the...
  6. Replies
    20
    Views
    11,236

    [ubuntu] Re: Asus Eee PC 1000HA / 9.04 / Atheros AR242x

    This still seems to be a problem in the final release of v9.10 (UNR version). I have the new Eee PC 1005PE which has the Atheros AR2427 chip. Wifi does not work. I have built from the latest cutting...
  7. [ubuntu] Re: Adding, subtrating and multipying 2 numbers

    This doesn't take care of the switch, but is an example of how you would add the integers:

    #!/bin/bash
    SUM=$(( $1 + $2 ))
    echo $SUM

    where $1 and $2 are the supplied command-line arguments. So...
  8. [ubuntu] Re: What's the easiest way to d/l & open files on Ubuntu/i386?

    Most packages in the Linux world are distributed as a tarball - a file or files/directories archived as a tar and then compressed with Gzip, i.e. filename.tar.gz. You can unpack them at the...
  9. Re: Howto: Simple kernel upgrade (Feisty or Edgy) to Gutsy's developing kernel.

    Yeah they appeared for me too; Update Manager alerted me and the ubuntu generic modules were installed, so wireless is working now :) Thanks for your help guys!

    I'm on a laptop too (Santa Rosa...
  10. Re: Howto: Simple kernel upgrade (Feisty or Edgy) to Gutsy's developing kernel.

    That package doesn't seem to be available to me...do I need to add a new repository?
  11. Re: Howto: Simple kernel upgrade (Feisty or Edgy) to Gutsy's developing kernel.

    I've upgraded to kernel 2.6.22-10-generic via Update Manager (in Gutsy), but my wireless stopped working; seems like the iwlwifi (intel wireless) modules are missing from 2.6.22-10-generic.
Results 1 to 11 of 15