[SOLVED] Guest Arch in Virtual Box Internet Problems

I have installed Arch a few times already in virtual machines on Virtual Box and each time it is unable to configure the internet connection properly.  Having gone through the beginner wiki-pages on starting with Arch, I have tried "ping -c 3 www.google.com" and get "ping: unknown host www.google.com".  However, IP addresses usually work with 0% packet loss.
I then followed the "hwdetect" instruction and that yielded "-bash: hwdetect: command not found".  The command "modprobe pcnet32" does not yield an error and returns nothing.
I have also tried other methods
http://eligere.wordpress.com/2008/03/05 … i-problem/
http://bbs.archlinux.org/viewtopic.php?id=55811.
Thanks.
Last edited by zeug (2009-05-08 23:03:56)

Wikimig wrote:
Hi,
Pretty much the same here
That is strange but adding "nameserver 192.168.0.1" to /etc/resolv.conf enables me to access the internet. 192.168.0.1 is of course the IP of the host computer's vitual card but what is strange is: I need to use dhcpcd from guest to be given an IP that isn't even in the same range as 192.168.0.1 (for instance 10.0.2.15)!!
So to basically, host PC has that virtual ethernet card with static IP 192.168.0.1 and internet connection shared (don't know if this is compulsory though) and guest uses dhcp, is given 10.0.2.15 (don't ask me where it gets it from because I disabled it on VirtualBox). Then I just have to add "nameserver 192.168.0.1" to resolv.conf and I'm good... till dhcpcd rewrites the resolv.conf. How could we set dhcp to use a particular DNS?
As you can see, I am not a DNS expert. Using static IPs for both would be great but it doesn't work
Does it help?
The 10.x.x.x.x address range is assigned because you are most probably using NAT networking on the Virtual Box configuration.
Try with 'Bridged'.
If all goes well you shouldn't need to fiddle with /etc/resolv.conf.
Still, if you still need to change /etc/resolv.conf, put your changes in a file called /etc/resolv.conf.head which will survive
the changes that sometimes DHCP does on /etc/resolv.conf.
Mektub

Similar Messages

  • Installing ArchLinx+Guest Additions in Virtual Box(error during guest)

    The Arch Linux install seemed to go through smoothly.  I installed it using the wiki page, rebooted, and logged in as root.  I am installing this for a class, so trying to follow the instructions to do so.  Next, we are supposed to install 'Guest Additions' for Virtual box using the instructions below:
    Now, you should install "Guest Additions" for VirtualBox. Guest additions allows you to share files between host and guest systems. This is very convenient for development as you will need to copy files back and forth between the host and guest operating systems. You can download Guest Additions at *link*.
         You need to start the virtual machine before you can continue installing Guest Additions. To do that, just select your VM name from the list on the left hand side in VirtualBox and click Start. After logging into Arch Linux, you should mount this ISO image just as you had mounted the Arch Linux ISO file. You can then mount the cdrom inside the Guest OS by doing:
    mkdir /mnt/cdrom
    mount -t iso9660 /dev/cdrom0 /mnt/cdrom
    Now install the guest additions by doing:
    cd /mnt/cdrom
    sh ./VBoxLinuxAdditions-x86.run
    This will compile and install the kernel modules necessary for Guest Additions functionality. Please note that if you
    recompile your own kernel (later as a part of project requirements), you will have to run this again so that the modules are
    compiled and installed for the new kernel too.
    Under settings for VBox, I mounted the Guest Additions image file, started Arch Linux, logged in as root, and followed the instructions above.  I was able to do all of the above, but when I excute the last line, I am given this message:
    http://img132.imageshack.us/img132/3971/linuxd.png
    I have no idea where to go from here, and any help would be greatly appreciated.
    Also,  I feel like I have installed Arch Linux incorrectly.  All the videos and pictures I see show a GUI type interface, but all I am presented with is a text-based interface.  When I boot it up, it asks me to log in, and I am then taken to the command line, but I don't see the same GUI interface everyone else seems to have.  Is this normal for a basic Arch Linux install?  Thanks in advance.

    Arch has no GUI until you install one. Some people don't want a GUI, so it's left to the user. The base install has only a command line interface.
    You should probably read the Beginners Guide.
    In case you missed them, there's two short articles, also on the wiki that might help you understand Arch, Arch Linux and The Arch Way

  • Arch in virtual box gives me i686 instead of x86_64-failed retrieving

    Hello,
    I tried arch in virtual box and when I do uname -a it gives me i686 instead of x86_64.
    So, trying to insert to repositories the multilib , it doesn't work (it gives me failed retrieving multilib).
    What can I do ?
    Thanks!
    (I download the dual ISO file,is that right?)

    You chose i686 when booting the install disk in the VM. If you want x86_64, start over and install that. Or just go with i686, you're probably fine.
    When I boot ity only had i686 as option.
    If your machine supports a 64 bit VM, did you configure it as such?
    I don't know anything about that.
    So, in hard drive I will not have this problem.
    Edit:   BTW, welcome to Arch Linux
    Thanks!
    (Also,check https://bbs.archlinux.org/viewtopic.php … 6#p1365386 if you want )

  • Installation as guest OS on Virtual Box

    Hi,
    I have downloaded Oracle Enterprise Linux and am trying to use the same as guest OS in Virtual Box on Windows Vista. While I managed to complete the installation successfully, I am not able to use it. When I power on the virtual machine and enter my username and password, it only displays a blank screen and nothing happens.
    Can you help me out with this please ?

    frits hoogland wrote:
    As advised previously, run system-config-display. Another way to modify the screen resolution is to modify it directly in the X settings. But please try system-config-display.Thanks for your reply. I tried modifying the display resolutions from "System->Preference->Screen Resolution", but the only options available there are "800x600" and "640x320". Incidently, when checked in "System->Administration->Display" window, the video card is shown as "Unknow Video Card". Selecting any of the video cards from "Configure..." button does not help either.
    I am not used to Linux and hence am trying to do things using GUI interface. Please let me know if I have to use text mode to do something that can not be achieved in GUI mode.

  • [SOLVED] Arch Linux Guest Virtual Box OSE problem

    So I am installing my Arch Linux as a Guest in my Ubuntu partition, through Virtual Box OSE (3.2.8). I followed the wiki ( https://wiki.archlinux.org/index.php/Ar … lBox_Guest ) but still have an issue:
    sudo pacman -S kernel26-headers xorg gcc make
    sudo mount /dev/cdrom /mnt/cdrom
    sudo /mnt/cdrom/VBoxLinuxAdditions-x86.run
    But It fails on Shared folders, and cannot recognize X:
    :: Building the VirtualBox Guest Additions Kernel Modules [BUSY]
    :: Building the main Guest Additions module [DONE]
    :: Building the shared folder support module [FAIL]
    (Look at /var/log/vboxadd-install.log to find otu what went wrong)
    :: Warning: Unknown version of the X Window System installed. Not installing X Window System drivers.
    :: Installing graphics libraries and desktop services components [Done]
    /var/log/vboxadd-install.log states:
    /tmp/vbox.0/vfsmod.c:406:9: error: unknown field 'clear_inode' specified in initalizer
    /tmp/vbox.0/vfsmod.c:406:9 warning: initalization from incompatible pointer type.
    Which is strange, because as far as I know, clear_inode is part of the linux headers.
    Any idea why this is happening? Do I just need to update VirtualBox to a newer version?
    Last edited by gralamin (2011-03-11 18:22:14)

    Updating Virtualbox fixed the issue.

  • Prepare Arch on Virtual Box then move to Real PC

    Can I set Arch on a Virtual Box (convinent to have the wiki handy) then move it to my real PC? Will it work (virtual hardware vs real ones)? If so how do I proceed? On Ubuntu, theres RemasterSys which is for this purpose but has its faults. How do I achieve this anyways on Arch?
    Last edited by jiewmeng (2012-02-28 13:09:50)

    jiewmeng wrote:
    OK I restored /boot & / partitions with clonezilla. Did
    grub-install /dev/sda6 --boot-directory=/media/sda5
    where sda6 is arch partition and sda5 is boot. However I get into a grub prompt instead. Whats wrong?
    In ubuntu theres something like update-grub, do I need to do that?
    UPDATE
    What I did is https://wiki.archlinux.org/index.php/GRUB#GRUB_Error_17
    Problem now is GNOME does not start (I think a driver problem), and theres no network
    When I've tried to convert from one file format to another it doesn't quite rework it. 
    When I do grub-install I don't use boot-directory.
    I just use grub-install /dev/sda, unless I have a FreeBSD loader, which then I use /dev/sdax.  Your menu.lst will pick up the kernels in /dev/sda5 with:
    root (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda6 ro
    initrd /initramfs-linux.img
    You can type those lines above directly into the grub command-line and should be able to get it to boot.

  • Calling DB from a guest OS in Virtual Box

    Hi all,
    I have a Oracle Db 10g installed in my windows vista.
    I have also a linux installed in virtual box.
    I tried to connect from the guest os (linux) but no way.
    I used the 'ping' command and it work 4/4.
    SO, should I configure the listner of the Data base to accept externel connection. If yes how??
    the enterprise edition which i have is academic one (I am student)
    plz help and sorry for my bad english
    Thanks

    Thanks for the reply! I am planning on putting it on Mac hardware, and understand the licensing requirements of OS X server.
    What I'm mostly interested in is if it will actually work on XenServer and if so, then if the performance is worthwhile (ie: it performs nearly as well as being on the server natively). If the performance is poor, then I won't bother with XenServer and go with ESXi and probably won't virtualize my Mac hardware.
    My original intention was to go with ESXi for multiple reasons. I wanted to be able to run the Cisco Nexus 1000v, but the licensing requirements with VMware for enterprise type features is completely outrageous and not practical for a SMB.

  • [Solved]Installed arch but got no internet

    Hi!
    I doesnt have any internet and my driver doesnt seem to auto load.
    when typing ifconfig -a, eth0 doesnt show up, someone told me that the drivers wasnt loaded, and that I should use modprobe, but Im new and dont know what Im supposed to do.
    Last edited by henningphan (2011-04-01 14:39:53)

    lspci -v output
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel-agp
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00003000-00003fff
    Memory behind bridge: d0000000-d10fffff
    Prefetchable memory behind bridge: 00000000a0000000-00000000b1ffffff
    Capabilities: [88] Subsystem: Acer Incorporated [ALI] Device 0487
    Capabilities: [80] Power Management version 3
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [a0] Express Root Port (Slot+), MSI 00
    Capabilities: [100] Virtual Channel
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
    Subsystem: Acer Incorporated [ALI] Device 0488
    Flags: bus master, fast devsel, latency 0, IRQ 28
    Memory at d1400000 (64-bit, non-prefetchable) [size=4M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 4050 [size=8]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features
    Kernel driver in use: i915
    Kernel modules: i915
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0, IRQ 10
    Memory at d5806100 (64-bit, non-prefetchable) [size=16]
    Capabilities: [50] Power Management version 3
    Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
    00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, medium devsel, latency 0, IRQ 16
    Memory at d5805c00 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    Subsystem: Acer Incorporated [ALI] Device 036d
    Flags: bus master, fast devsel, latency 0, IRQ 29
    Memory at d5800000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [130] Root Complex Link
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: d4800000-d57fffff
    Prefetchable memory behind bridge: 00000000d1800000-00000000d27fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 0487
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
    I/O behind bridge: 00001000-00001fff
    Memory behind bridge: d3800000-d47fffff
    Prefetchable memory behind bridge: 00000000d2800000-00000000d37fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 0487
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at d5805800 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
    Capabilities: [50] Subsystem: Acer Incorporated [ALI] Device 0487
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=10 <?>
    Kernel modules: iTCO_wdt
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 27
    I/O ports at 4048 [size=8]
    I/O ports at 405c [size=4]
    I/O ports at 4040 [size=8]
    I/O ports at 4058 [size=4]
    I/O ports at 4020 [size=32]
    Memory at d5805000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [70] Power Management version 3
    Capabilities: [a8] SATA HBA v1.0
    Capabilities: [b0] PCI Advanced Features
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: medium devsel, IRQ 19
    Memory at d5806000 (64-bit, non-prefetchable) [size=256]
    I/O ports at 4000 [size=32]
    Kernel modules: i2c-i801
    00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at d5804000 (64-bit, non-prefetchable) [size=4K]
    Capabilities: [50] Power Management version 3
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Acer Incorporated [ALI] Device 0488
    Flags: fast devsel, IRQ 10
    Memory at d0000000 (32-bit, non-prefetchable) [disabled] [size=16M]
    Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [disabled] [size=32M]
    I/O ports at 3000 [disabled] [size=128]
    Expansion ROM at d1000000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel modules: nvidiafb
    02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
    Subsystem: Acer Incorporated [ALI] Device 036d
    Flags: fast devsel, IRQ 16
    Memory at d4800000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [48] Power Management version 3
    Capabilities: [60] Vendor Specific Information: Len=6c <?>
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [cc] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Capabilities: [160] Device Serial Number 1c-75-08-ff-fe-9e-2d-93
    Capabilities: [16c] Power Budgeting <?>
    Kernel modules: tg3
    03:00.0 Network controller: Broadcom Corporation Device 4357 (rev 01)
    Subsystem: Foxconn International, Inc. Device e021
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at d3800000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [58] Vendor Specific Information: Len=78 <?>
    Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Capabilities: [160] Device Serial Number 00-00-6e-ff-ff-6c-4c-0f
    Capabilities: [16c] Power Budgeting <?>
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0487
    Flags: bus master, fast devsel, latency 0
    dmesg eth
    eth%d: No PHY devices
    dmesg eth
    tg3.c:v3.106 (January 12, 2010)
    tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    tg3 0000:02:00.0: setting latency timer to 64
    tg3 mdio bus: probed
    tg3: Problem fetching invariants of chip, aborting.
    tg3 0000:02:00.0: PCI INT A disabled
    broadcom had no output
    lsmod |grep tg3 had no output, so If I dont have tg3, how to get it?
    Solved:
    "modprobe tg3" //it helps me get eth0
    than
    "dhcpcd eth0"  /to ask for an ip
    problem solved, now I just need to find out why tg3 doesnt autoload or how to autoload it.
    Last edited by henningphan (2011-04-01 14:39:37)

  • [Solved] Installed Arch, I have a kernel problem.

    Hi guys, I'm new here, but I use only linux since 2003. I have a problem at boot... When I choose arch from the bootloader I get this:
    ERROR: Failed to parse block device name for '/dev/sda6'
    ERROR: root fs cannot be detected. Try using the rootfstype= kernel parameter
    Or something very very similar. I see that I'm not the only one experiencing this problem so I try solving by myself following hints I've found on this forum... but nothing changed.
    I need help
    This is what you have to know:
    /etc/mkinitcpio.conf:
    MODULES=""
    HOOKS="base udev autodetect pata keymap filesystems"
    I also tried with ide...
    fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
    /dev/cdrom1 /mnt/cdrom1 iso9660 ro,user,noauto,unhide 0 0
    /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/fd0 /mnt/fd0 vfat user,noauto 0 0
    /dev/sda2 swap swap defaults 0 0
    /dev/sda6 / ext3 defaults 0 1
    grub entry:
    #Archlinux
    title ArchLinux (on /dev/sda6)
    root (hd0,5)
    kernel /boot/vmlinuz26 root=/dev/sda6
    initrd /boot/kernel26.img
    savedefault
    boot
    Last edited by Raffo (2007-07-14 16:34:42)

    That's very curious. I'm just having this problem after installing the lowlatency kernel from this repo:
    Server = http://arch.madfire.net/proaudio/i686
    So I've just changed the initrd /boot/kernel26.img to /boot/kernel26rt.img and I'm getting exactly the same error. I've also tried changing sda with hda in the grub's menu.lst but nothing changed...

  • [SOLVED] SLiM locked in Virtual Box

    So I installed the newest iso, got things ok in terminal and installed SLiM, but I'm stuck at the SLiM login. Neither root nor user works. I've tried console as username to force xterm, but all I get is a black screen with an X for a mouse. tried exit and nothing happened. I really need to get back to no GUI so I can edit the options for SLiM and get myself started. I'm going to be running Razor-QT on top of Openbox and SliM as login. Problem is I can't install Razor until I can visit the AUR..... Anyway, if someone can get me the hell out of slim I'd appreciate it.
    Last edited by al0ngcam3asp1d3r (2012-08-01 00:25:50)

    TheCuban wrote:Type "console" as a username, should give you a console. If it doesn't, it it kinda "freezes" on you, then hit ALT + F1 and you should be good to go!
    You freaking rock bro. I'm sorry to be a pain in the ass to everyone, but most of my experience is in Ubuntu (I know that's like the f word) but I've run arch before and adored it, and have decided to use it as the base of a new distro which is like Bugtraq (I'm the graphics developer for the new version in dev) built on Arch for speed, so I'm I'm going to probably ask a lot of questions, however I am good at RTFM so I'll try not to ask any stupid questions.

  • [SOLVED] Reinstalling Arch on pure systemd - Localization problem.

    Hi
    I have accident regarding today filesystem update, so I decide to install arch again on pure systemd from the begining.
    I am now on freshly installed xfce  and i just noticed my userspace is totally not localized, despite proper localization steps.
    /etc/locale.gen
    pl_PL.UTF-8 UTF-8
    # cat /etc/vconsole.conf
    KEYMAP=pl
    FONT=lat2-16
    CONSOLEFONT=lat2a-16
    FONT_MAP=8859-2
    # locale -a
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_COLLATE to default locale: No such file or directory
    C
    POSIX
    pl_PL.utf8
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    LANG=pl_PL.utf8@euro
    LC_CTYPE="pl_PL.utf8@euro"
    LC_NUMERIC="pl_PL.utf8@euro"
    LC_TIME="pl_PL.utf8@euro"
    LC_COLLATE="pl_PL.utf8@euro"
    LC_MONETARY="pl_PL.utf8@euro"
    LC_MESSAGES=C
    LC_PAPER="pl_PL.utf8@euro"
    LC_NAME="pl_PL.utf8@euro"
    LC_ADDRESS="pl_PL.utf8@euro"
    LC_TELEPHONE="pl_PL.utf8@euro"
    LC_MEASUREMENT="pl_PL.utf8@euro"
    LC_IDENTIFICATION="pl_PL.utf8@euro"
    LC_ALL=
    What i should do?
    Last edited by utops (2012-10-06 11:46:37)

    utops wrote:
    karol wrote:
    Create ~/.config/locale.conf
    $ cat $HOME/.config/locale.conf
    LANG="pl_PL.UTF-8"
    and reboot.
    I know nothing about xfce, but can you tell me what part of the console stuff is in English? Can you copy / paste an example?
    $HOME config don't work either.
    From grub to login and from using CLI apps like nano and wifi-menu,mc,no polish language there.
    Everything is in english...
    Like system sudenly goes blind and don't see what i put in to configs.
    Everything worked well on my old pretty instalation i already miss that times.
    EDIT:
    Sudenly it worked again.
    Dunno what happened,just working again...
    Ok,so thx for tips guys,have a good evening...
    see my previous post.
    please mark the thread as solved.

  • Running Arch in Virtual Box --- Cannot expand resolution.

    I have ran the "xdpyinfo | grep dimensions" command on the virtual machine and got the output
    "dimensions 800x600 pixels (452x277 millimetres)"
    I then ran "xdpyinfo | grep "dots per inch" command inside the virtual machine and got the output
    "resolution 45x55 dots per inch"
    But on the host machine the values are obviously different and show the following from the same commands
      dimensions:    1680x1050 pixels (444x277 millimeters)
      resolution:    96x96 dots per inch
    Basically i would like to change the resolution of my virtual arch machine to the same size as the host machine. Could there be a .conf file where i could change these values?
    Thanks
    SlashWannabe94

    I have been reading some documentation and have created the /etc/X11/xorg.conf file and added the following code to it.
    Section "Screen"
            Identifier "Monitor0"
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes "1024x768" "1680x1050"
            EndSubSection
    EndSection
    I have also edited the /boot/grub/menu.lst and added the following code to it.
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/494bc5ad-ee41-4ab7-acea-4612ab22b5ae ro vga=773
    initrd /kernel26.img
    Yet i still cannot change my resolution.

  • [Solved] Canon 4400F In Virtual Box

    Unfortunately Canon doesn't see fit to support Linux!:/ I noticed on an online review at Amazon that someone got it to work via XP in virtualbox. I tried this on an XP running in virtualbox and I can see the scanner listed in devices->usb devices->Canon CanoScan (0500). Unfortunately the scanning software can't find the scanner and Windows Device Manager doesn't show a scanner.
    Any ideas? By the way, this is the only thing standing in my way to be able to run 100% Linux and yes I know I could buy another scanner.:D
    Thanks
    Last edited by rvickers (2009-10-29 16:21:53)

    Solved
    Added my user id to vboxusers

  • [SOLVED] First Arch Install - but with wireless problem

    Hi all
    I got my first Arch installation working this morning. It was only the third try at installing which I didn't think was too bad really. I made some dumb mistakes the first two times. Arch rocks once you take the plunge. I've initially set it up with KDE but am thinking of switching to OpenBox instead - I like the minimal sort of style.
    I've got a bit of an issue with the wireless. My settings in /etc/network.d/talktalk are as follows:
    CONNECTION='wireless'
    DESCRIPTION='A simple WEP encrypted wireless connection'
    INTERFACE='wlan0'
    SECURITY='wep'
    ESSID='TALKTALK-8AD68C'
    KEY='s:######'
    IP='dhcp'
    # Uncomment this if your ssid is hidden
    #HIDDEN=yes
    It's a direct copy of the wep wireless example in /etc/network.d/examples.
    The issue is that I issue from the command line: sudo netcfg talktalk
    It responds initially with: [BUSY] but then responds: WPA Authentication/Association Failed [FAIL]
    I know the wireless card works fine - I am dual booting with Ubuntu, and the ESSID and Key are correct. Any ideas anyone?
    Thanks In Advance
    Rich
    Last edited by RichAustin (2011-07-27 18:53:56)

    I can't see anything in the 2 posts mentioned. These are the settings I have so far:
    I've just noticed in point (6) below that it says "Access Point: Not-Associated". Possibly significant?
    1) Output from netcfg:
    [richard@dhcppc2 ~]$ sudo netcfg talktalk
    :: talktalk up                                                           [BUSY]
    > WPA Authentication/Association Failed
                                                                             [FAIL]
    2) Content of my /etc/network.d network profile - talktalk (actual key is obscured):
    CONNECTION='wireless'
    DESCRIPTION='A simple WEP encrypted wireless connection'
    INTERFACE='wlan0'
    SECURITY='wep'
    ESSID='TALKTALK-8AD68C'
    KEY='s:#####'
    IP='dhcp'
    # Uncomment this if your ssid is hidden
    #HIDDEN=yes
    3) Netcfg version:
    [richard@dhcppc2 ~]$ sudo netcfg -v
    Password:
    netcfg v2.5.5
    4) Output from lsmod:
    [richard@dhcppc2 ~]$ sudo lsmod
    Module                  Size  Used by
    ipv6                  249068  44
    joydev                  7535  0
    snd_hda_codec_hdmi     20368  1
    snd_hda_codec_realtek   225687  1
    snd_hda_intel          19261  4
    snd_hda_codec          66665  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    arc4                    1094  2
    ecb                     1645  2
    snd_hwdep               4919  1 snd_hda_codec
    uvcvideo               55084  0
    snd_pcm                60311  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_timer              15542  2 snd_pcm
    videodev               70734  1 uvcvideo
    snd                    43399  13 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    brcmsmac              561908  0
    soundcore               5018  1 snd
    iTCO_wdt               10333  0
    sg                     21022  0
    r8169                  34891  0
    mac80211              189598  1 brcmsmac
    hp_wmi                  6602  0
    i2c_i801                7039  0
    iTCO_vendor_support     1553  1 iTCO_wdt
    cfg80211              126930  2 brcmsmac,mac80211
    snd_page_alloc          5909  2 snd_hda_intel,snd_pcm
    sparse_keymap           2636  1 hp_wmi
    pcspkr                  1415  0
    serio_raw               3430  0
    rfkill                 12510  2 hp_wmi,cfg80211
    media                   8513  1 videodev
    processor              21884  0
    mii                     3383  1 r8169
    psmouse                55927  0
    wmi                     7367  1 hp_wmi
    evdev                   7310  9
    ac                      2545  0
    thermal                 6603  0
    battery                 8905  0
    ext4                  334562  3
    mbcache                 4321  1 ext4
    jbd2                   59098  1 ext4
    crc16                   1077  1 ext4
    usbhid                 31211  0
    hid                    63007  1 usbhid
    sr_mod                 12956  0
    cdrom                  31341  1 sr_mod
    sd_mod                 25483  5
    ahci                   18093  4
    libahci                16581  1 ahci
    libata                154285  2 ahci,libahci
    ehci_hcd               34847  0
    usbcore               119324  4 uvcvideo,usbhid,ehci_hcd
    scsi_mod              110702  4 sg,sr_mod,sd_mod,libata
    i915                  557838  2
    drm_kms_helper         24245  1 i915
    drm                   147653  3 i915,drm_kms_helper
    intel_agp               8664  1 i915
    i2c_algo_bit            4431  1 i915
    button                  3654  1 i915
    intel_gtt              11417  3 i915,intel_agp
    agpgart                22160  3 drm,intel_agp,intel_gtt
    i2c_core               16665  6 videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
    video                   9852  1 i915
    5) Output from iwconfig:
    [richard@dhcppc2 ~]$ sudo iwconfig
    lo        no wireless extensions.
    eth0      no wireless extensions.
    wlan0     IEEE 802.11bgn  ESSID:"TALKTALK-8AD68C" 
              Mode:Managed  Frequency:2.457 GHz  Access Point: Not-Associated   
              Tx-Power=19 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off

  • Internet in Virtual box

    I am having windows xp as a guest in my virtual box.
    I am connected to internet in arch through bluetooth  by ppp method. using pon airtel command.
    So how can i access the internet in my vbox.

    superchango wrote:
    And remember load the network modules before start Virtualbox:
    # modprobe vboxnetflt
    # modprobe vboxnetadp
    You don't need these modules for NAT networking.

Maybe you are looking for

  • Can't Convert Word File Containing Lotus Tables

    I'm having an ongoing problem converting a specific type of Word document to .pdf format.  My OS is Windows 7 Pro and I'm using Office/word 2007 and Acrobat 9 Standard with current updates, etc.  Pretty much the only thing I use Acrobat for is straig

  • Jumping to a specific frame in another movie

    I'm wondering how to jump to a specific frame in an external movie. I'm not using the loadmovie command so I don't think the _level command will work. I just have two swf movies playing on the same page. I need to have a button in Movie A when releas

  • FONT CONFLICTS

    I just upgraded my OS to Snow Leopard. Problem is I'm getting conflicts on fonts I really need to keep avalable for CS5 - namely Helvetica Neue. Font Book says the fonts are duplicates of ones used by the system. If I click 'resolve' I can't access t

  • Converting Forms 3.0 to Web Forms

    Hi, Can I use f60cmp.exe for converting Forms 3.0 INP files into *.fmb files? if yes, Could you also please tell me that what are all necessary steps to be taken for making the form as a web based form. Thanks in advance, Muthu

  • Mail downloaded from POP account in Gmail appears in Sent mail

    I have configured Gmail to download mail from two other POP accounts. I use Mail.app in OS X with IMAP to access my Gmail. I've noticed that when I receive a message from one of my POP accounts, it appears in my inbox but also as an unread message in