Page 1 of 2 12 LastLast
Results 1 to 16 of 22

Thread: Prob installing Ubuntu

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post

    Prob installing Ubuntu

    Hi all,

    Tried to install Ubuntu 7.04 on my Shuttle SN45G but came across a problem when installing. I use a Mac keyboard (via USB) and a normal USB mouse. When installing it hung on the USB bit - I'll have to do it again to get specific message I'm afraid.

    Anyone else get this error message - if so did you just use a PS2 mouse & keyboard? Also woudl like to get my USB wifi adaptor working (Belkin) if poss, but that can come later.

    I've already got my drive sorted out, XP pro running on it, separate partitions, one ext3 and another Fat32 to share files between the OS's.

    Can anyone help?

    Thanks

  2. #2
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable
    Assuming your Mac keyboard uses HID (which it should) there shouldn't be any problem using those devices, I also have USB keyboard and mouse (although using gentoo-sources, Gentoo patched kernel, it's close to vanilla/upstream), and I use them daily without a problem. Try booting into the LiveCD environment with one or the other detached, try to work out whats causing boot failure.

    I'm not sure how well supported Belkin are (but they probably use a broadcom chip, which is supported with the firmware iirc).

    As far as filesystems go, reiserfs is a good general choice, it handles lots of small files really well, and very robust against power failure, and the ntfs-3g FUSE module is solid now, it supports full read and writing of NTFS partitions. However, ext3 is a good enough general safe FS, but less than stellar performance without a lot of tweaking.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  3. #3
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    I have been using the ntfs_3g module to access NTFS partitions without any problems. There used to be dire warnings about writing to NTFS partitions, but these problems seem to be a thing of the past. I cannot comment on the merits/demerits of reiserfs and ext3 - however ext3 is a relatively long established linux filesystem,l robust and probably quite acceptable for your application. It is generally used as the default by most distros.

    For information about Belkin wireless products and Linux try

    http://opensource.bureau-cornavin.com/belkin/index.html for starters. However a Google search using the term "Linux Belkin USB wireless" will through up lots of references. Sorry no thoughts on the initial reason for your post - the hanging problem. Sounds as if the USB driver isn't loading early enough on, but I don't know why that should be. If you have a PS2 keyboard and/or mouse, can you install with that, then swich to the USB devices once installation is complete. Messy, but if it works... (although not solving the problem)
    Last edited by peterb; 07-08-2007 at 01:35 PM.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  4. #4
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post
    Ok, installed it now using PS2 mouse & keyboard. Now.....prob is that whebn booting the bootloader doesn't recognise the USB keyboard meaning that I can't change which OS boots. Big prob as far as the Mrs is concerned!!! I'd like to set it up so that XP boots first - currently set to boot Ubuntu - I guess it;s easy to amend?

  5. #5
    Senior Member chrestomanci's Avatar
    Join Date
    Sep 2004
    Location
    Reading
    Posts
    1,614
    Thanks
    94
    Thanked
    96 times in 80 posts
    • chrestomanci's system
      • Motherboard:
      • Asus AMD AM4 Ryzen PRIME B350M
      • CPU:
      • AMD Ryzen 1600 @ stock clocks
      • Memory:
      • 16Gb DDR4 2666MHz
      • Storage:
      • 250Gb Samsung 960 Evo M.2 + 3Tb Western Digital Red
      • Graphics card(s):
      • Basic AMD GPU (OSS linux drivers)
      • PSU:
      • Novatech 500W
      • Case:
      • Silverstone Sugo SG02
      • Operating System:
      • Linux - Latest Xubuntu
      • Monitor(s):
      • BenQ 24" LCD (Thanks: DDY)
      • Internet:
      • Zen FTTC
    You may be able to get the USB keyboard to work in the bootloader, by setting the BIOS to emulate PS/2. I would have a look arround the BIOS for a sutable option.

    Having said that, I have an Ubuntu system, and I just used one of those PS/2 to USB converters that came with my keyboard.

  6. #6
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    Quote Originally Posted by pritsey View Post
    Ok, installed it now using PS2 mouse & keyboard. Now.....prob is that whebn booting the bootloader doesn't recognise the USB keyboard meaning that I can't change which OS boots. Big prob as far as the Mrs is concerned!!! I'd like to set it up so that XP boots first - currently set to boot Ubuntu - I guess it;s easy to amend?
    Yes, just change the grub.conf file in /boot/grub so that default is set to the XP entry:

    This is an extract of mt grub.conf
    default=0
    timeout=10
    splashimage=(hd0,0)/grub/splash.xpm.gz

    title Fedora Core (2.6.20-1.2962.fc6)
    root (hd0,0)
    kernel /vmlinuz-2.6.20-1.2962.fc6 ro root=/dev/main/root rhgb quiet
    initrd /initrd-2.6.20-1.2962.fc6.img
    title Fedora Core (2.6.20-1.2952.fc6)
    root (hd0,0)
    kernel /vmlinuz-2.6.20-1.2952.fc6 ro root=/dev/main/root rhgb quiet
    initrd /initrd-2.6.20-1.2952.fc6.img
    title DOS
    rootnoverify (hd0,4)
    So I can boot from core 2.6.20-1.2962.fc6 (entry 0)
    or 2.6.20-1.2952.fc6 (previous core)
    or DOS (actually I can't - there is no DOS system in this computer!)

    You will have an entry called WinXP or something. Count down to see which entry it is (probably 1) then cange the line that says default=0 to default=1 and save it. Next time you reboot, it will boot to Wndows.

    (You need to make these changes as root, btw)
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  7. #7
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    Duplicate post - deleted
    Last edited by peterb; 08-08-2007 at 11:17 AM.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  8. #8
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    the file is menu.lst - grub .conf is an old red hat legacy trick symlink
    It is Inevitable.....


  9. #9
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post
    Sorted it out thanks, USB started working after I posted without me doing anything! Typical!

    Also sorted GRUB as well - all happy! ...... well, nearly. Need to now get wireless USB stick working if I can. It's a Belkin 54 as I mentioned above. Looks like it's usng the RT2500 driver in Windows. Seen lots of post about prev versions of Ubuntu and Debian with similar USB sticks but frankly they are a little scary and seem to require lots of make commands.

    Oh, and I can't run Ubuntu in 1600x1200. I've tried editing xorg.conf with no success and rebuilding the config files too. Nothing seems to do it. Usng a 6800GT with a Dell 2001FP.

  10. #10
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    view the X org and find out why its dropping down the resolution
    It is Inevitable.....


  11. #11
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post
    The xorg.conf file?

  12. #12
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    wait until this evening, i'll paste my xorg.conf (nvidia on a 2001fp)

  13. #13
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post
    Thanks directhex.

    BTW - mine currently stands as:

    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf(5) manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Files"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "gb"
    Option "XkbVariant" "mac"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "NVIDIA GeForce 6800GT"
    Driver "nv"
    BusID "PCI:3:0:0"
    EndSection

    Section "Monitor"
    Identifier "Dell FP2001"
    Option "DPMS"
    HorizSync 28-80
    VertRefresh 43-60
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "NVIDIA GeForce 6800GT"
    Monitor "Dell FP2001"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1600x1200"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1600x1200"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1600x1200"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1600x1200"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1600x1200"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1600x1200"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

  14. #14
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    Quote Originally Posted by ikonia View Post
    the file is menu.lst - grub .conf is an old red hat legacy trick symlink
    So it is! (I hadn't noticed that ) Still, vim /boot/grub/grub.conf works ok!
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  15. #15
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    driver nv - there is the problem. your not using the nvidia drivers from the ubuntu repo's

    Have a read through this guide
    https://help.ubuntu.com/community/Bi...erHowto/Nvidia

    and you'll have it working in a few minutes.
    It is Inevitable.....


  16. #16
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    Quote Originally Posted by pritsey View Post
    Sorted it out thanks, USB started working after I posted without me doing anything! Typical!

    Also sorted GRUB as well - all happy! ...... well, nearly. Need to now get wireless USB stick working if I can. It's a Belkin 54 as I mentioned above. Looks like it's usng the RT2500 driver in Windows. Seen lots of post about prev versions of Ubuntu and Debian with similar USB sticks but frankly they are a little scary and seem to require lots of make commands.
    I'm not familiar with Ubantu, but you may find that the Belkin USB stick is recognised by the Kernel and when you configure networking, it is recognised. (Certainly that was the case with a wireless PCMCIA card I used with FC6) The make commands indicate that the drives were distributed as source code and had to be compiled for a particular installation (it does look scary initially - but actually isn't that hard if you read the instructions in the readme that usually accompanies such files) but as I say, you may find that the drivers are already there in the latest Ubantu release. The Ubantu website may give more details.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Speedtouch 330 and Virgin.net under Ubuntu
    By PeteSmith in forum Networking and Broadband
    Replies: 14
    Last Post: 13-08-2007, 10:11 AM
  2. Replies: 9
    Last Post: 18-03-2007, 10:55 PM
  3. Replies: 3
    Last Post: 06-09-2006, 02:07 PM
  4. Installing Ubuntu - screen res problem?
    By koocha in forum Help! Quick Relief From Tech Headaches
    Replies: 29
    Last Post: 04-07-2006, 03:28 PM
  5. Ubuntu & Win98 Debate
    By Matt1eD in forum Software
    Replies: 23
    Last Post: 16-05-2005, 01:47 PM

Posting Permissions

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