VIA C7 and Arch

Hello!
I've bought a VIA motherboard with a C7 processor to work as NAS. Does Arch work on this type of CPU? I don't think so, but, just to know. At least, my laptop have arch :-)
Bye!

Perfect!!!
I was learning debian via VirtualBox to make this new computer work as a server. But, i don't feel strong with that distribution. So, if arch works, i'll feel better, as i feel like i've the control.
One of the things that i don't like of other distros, is that i can't make an absolute minimal install (at least i don't know), and, once installed build the system. With this new PC, i'll can build the minimal, as explained in this post:
http://bbs.archlinux.org/viewtopic.php? … 46#p285446 (perhaps some things has changed)
Now, knowing that arch will be the OS, a new learnig step must be done by me: execute mldonkey as mldonkey-server in debian, and boot arch from a USB key. But these are another points.
Thanks!

Similar Messages

  • Dual boot Mac OS X and Arch: Arch installer cannot find CD drive?

    Hi, everyone!  A friend convinced me to install Arch about a month ago on my desktop and I've loved it so much that I want to dual boot Mac OS X and Arch on my Macbook Pro 7.1.
    So I have a Macbook Pro 7.1.  I have partitioned the drive in Mac OS X and installed rEFIt.  I have the Arch x86_64 disk which I know works because I installed Arch on another computer. 
    When I boot from CD I get the familiar Arch screen with options "Boot Arch Linux, existing OS... etc."  I click boot Arch, and it starts to load.  However, it says "Waiting 30 seconds for device /dev/disk/by-label/ARCH_201005 ... ERROR: boot device didn't show up after 30 seconds... Falling back to interactive prompt.  /bin/sh: can't access tty; job control turned off."
    After searching around the forums, some people said they had similar problems attempting to install via USB.  I used "cat /proc/scsi/scsi" and my CD drive does not show up in ramfs.. What can I do to install this amazing OS on my MB Pro 7.1?
    Thank you for your time!

    Solved!  sledgehammer and MrE (sorry, I can't spell it) in IRC helped me out.  I had to download a newer iso that offers better Mac hardware support.  2010-12 iso

  • Whenever i try and open a social network app it comes up with an error message sayinng "Connect to itunes to use Push Notifications" I have successfully conntected to itunes via phone and computer however this message is still appearing and will not go?

    Whenever i try and open a social network app it comes up with an error message sayinng "Connect to itunes to use Push Notifications" I have successfully conntected to itunes via phone and computer however this message is still appearing and will not go, therefore i cannot use the apps?HELP PLEASE

    http://support.apple.com/kb/TS3281

  • I have a iPhone 5.  In usage, it says i have 2.1 gigs used because of photos and camera.  I have deleted all my photos via iPhoto and now reset the phone back to factory settings in order to try to solve this problem, to no avail. Help!

    I have a iPhone 5.  In usage, it says i have 2.1 gigs used because of photos and camera.  I have deleted all my photos via iPhoto and now reset the phone back to factory settings in order to try to solve this problem, to no avail.   Both iTunes  and the phone say that 2.1 gigs are being used, even though the phone now has nothing on it.  What is going on?

    Yeah it works fine over wifi the problem is when I try to use it over my 3G. It's really stressing me out now.

  • Dual boot Windows 7 (64) and Arch Linux (64) problems

    Hello:
    I am new to Arch Linux and just finished installing the 64bit on my laptop. It had a prebuilt Windows 7 (64) installed which I kept but split the hdd from 160Gb to 80Gb and 80Gb. I installed Arch there and set 4 partitions, all of them as Logical - a 64 MB ext2 /boot partition; a 512 MB swap partition; a 15 GB root partition; and the rest as my /home partition. My partitions look like this:
    Disk Drive: /dev/sda
    Size: 160041885696 bytes, 160.0 GB
    Heads: 255 Sectors per Track: 63 Cylinders: 19457
    Name Flags Part Type FS Type [Label] Size (MB)
    sda1 Primary Unknown (27) 12889.02
    sda2 Boot Primary NTFS 106.93
    sda3 Primary NTFS [] 73915.11*
    sda5 Logical Linux ext2 65.81*
    sda6 Logical Linux 509.97*
    sda7 Logical Linux ext2 15002.92*
    sda8 Logical Linux ext2 57549.55*
    The install was succesful(this was running from the core install cd) and I installed GRUB to my /boot but when I restarted it loaded Windows 7. I have used Knoppix USB disc to boot and see my Arch Linux install files and edited the /boot/gur/menu.lst file.
    In Windows I installed EasyBCD 1.7.2 and tried to get NeoGrub bootloader working as a dual boot. I tried getting rid of the boot flag for Windows with cfdisk and setting it to my (Logical) sda5. That did not work. So far the only way I have booted into my Arch Linux install has been by going to the Live CD, choosing "Boot from Existing Linux Install" and editing the command files there.
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    My goal is to get a dual boot working for Windows 7 and Arch Linux 64 and continue installing the Xorg and KDE to Arch. I just don't know what the problem is here. I don't mind reinstalling Arch if something went wrong, but I would like to keep my Windows running in order and add Arch on.
    Any help would be greatly appreciated.

    I ran the LiveCD and chose "Install to MBR hd0". I ended up with this:
    setup hd(0,1)
    Checking if "/boot/grub/stage1" exists.....yes
    Checking if "/boot/grub/iso9660_stage1_5" exists.....yes
    Running "embed /boot/grub/iso9660_stage1_5 (hd0,1)".....failed(this is not fatal)
    Running "embed /boot/grub/iso9660_stage1_5 (hd16)".....failed(this is not fatal)
    Running "install /boot/grub/stage1 d (hd0,1) /boot/grub/stage2 p (hd0,1) boot/grub/menu.lst".....failed
    Error 31: File is not sector aligned
    My entry for Windows into the menu.lst looks like this:
    # (0) Arch Linux x64
    title Arch Linux x64
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26.img
    # (1) Arch Linux x64
    title Arch Linux x64 Fallback
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26-fallback.img
    # (2) Windows 7
    title Windows 7
    rootnoverify (hd0,0)
    makeactive
    chainloader +1

  • Authentication to XML DB via WebDAV and SSO

    Hi,
    Is there any way to be authentified by XML DB via WebDAV and SSO ?
    If the access to our infrastructure of database servers is controled by SSO, once I'm authentified by OID (SSO), is it possible to pass that authentification to XML DB through standard port 8080 ?
    Thank you for your help

    This is planned for a future (not 10g) release

  • I transferred some photos to my iphone via email and they come up in camera roll as low resolution.  How do I fix this?

    I transferred some photos to my iphone via email and they have very low resolution.  First I sent them from iPhoto with highest resolution, then I transferred them to my desktop in highest resolution and added them to an email, opened the email and saved to my Camera roll.  They all look like low resolution photos.This is the exact method I have used to transfer photos in the past with my 4S and never had a problem.  What am I doing wrong?  Is this a bad camera?  HELP please!  Thank you!

    My husband has the same phone, we purchased them at the same time.  I sent him the same photos in the same email that I downloaded them from and on his phone they show up with the normal higher resolution.  Is it possible that there is something wrong with my iPhone or is there a setting that can be changed?  I'm still learning to use it.  All my other photos are of normal resolution.  Does this make any sense to anyone?
    Please help!
    Deb

  • How do I delete photo ALBUMS from my iPHONE 4? I sync via icloud and I can not see any folders selected in itunes. I searched the internet and basically there is no one who has the answer to how you delete the iphone photo library and misc albums

    how do I delete photo ALBUMS from my iPHONE 4?
    I sync via icloud and I can not see any folders selected in itunes.
    I searched the internet and basically there is no one who has the answer (so far)
    to how you delete the iphone photo library and misc albums
    I have also had every iphone and I am not stupid.
    charles altman

    Replying to my own post - heh. I downloaded iExplorer (http://www.macroplant.com/iexplorer/) which allowed me access to the files on the phone and there was the phantom movie in the DCIM folder. Deleted it, and all is well - although I still have 0.65gb of Other in iTunes.....

  • When I connect my Mac Mini 2011 with Lion to a TV via HDMI and an earphone cable is plugged in, it´s not possible to choose sound out via hdmi, as opposed to connection via minidisplay port. Anybody knows how to fix this?

    When I connect my Mac Mini 2011 with Lion to a TV via HDMI and an earphone cable is plugged in, it´s not possible to choose sound out via hdmi, as opposed to connection via the minidisplay port. Anybody knows how to fix this?

    Was just on the phone with Apple about this.
    The solution was as follows for me anyway...
    Go to your Finder
    Choose the Go Menu
    Choose Computer
    Choose your Macintosh Hard Drive
    Choose your "Library" Folder
    Choose the "Preferences" Folder
    There should be a folder called "Audio"
    Move that whole folder to the trash
    Empty the Trash
    Restart from the Apple Menu
    When you are back up and running;
         Choose System Preferences from the Apple Menu
         Choose Sound
          In the output tab you should now be able to make the HDMI "Sticky"
          Enjoy your sound over HDMI and no more dirty knees or broken backs unplugging the desktop speakers!
    Mac Mini 2011 2.5Ghz 8 GB of RAM - Planar 17" VGA via display port adapter and Samsung 26" LCD TV via HDMI

  • I am trying to install windows on my mac via bootcamp, and it says I need to download Windows Support Software. I tried, but it says "Download can not continue. The Windows Support Software is not available.

    I am running OSX 10.6.8 Snow lepard I am trying to install windows on my intel imac 20in late 2006  via bootcamp, and it says I need to download Windows Support Software. I tried, but it says "Download can not continue. The Windows Support Software is not available. I bought the Imac secend hand and did not get the install dvd's with it What can I do?

    You don't need to download the Windows support software, because in Snow Leopard, they are only available as a download for the Late 2010 MacBook Air.
    Instead, you have to buy Mac OS X Snow Leopard. The Snow Leopard disc contains the Windows drivers for your Mac, so you have to install them after finishing the Windows installation

  • HT201210 I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items!

    I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items! Help!  There is not error message number just the text message. I've searched for an answer but have found nothing on "transfering items purchased to your iTunes library".

    Right click on your device icon on the left pane of iTunes and click on transfer pur....

  • I deleted the photos via Finder and empty trash long time ago. The thing is, that I want to recover one event or album.  The event appears in the iphoto but when open, it shows "!". Is it possible to recover the photos?

    I deleted the photos via Finder and empty trash long time ago. The thing is, that I want to recover one event or album.  The event appears in the iphoto but when open, it shows "!". Is it possible to recover the photos?

    No.  When you removed the photos via the finder you damage the library.  Photos should always be removed from the library using iPhoto, never with the Finder.
    If you have a Time Machine backup of the library from before you deleted the photos you can restore the library to the Desktop and export that album from it to import into your current library.
    It's been too long to be able to try one of the file recovery applications.  You sure to have overwritten those files with new files since them.
    OT

  • Can iPad3 connect to Apple TV via Airplay, and Bluetooth speaker at the same time?

    I'm making a best man speech using Keynote at a wedding tomorrow, for which I need audio as well as video. The Apple TV is connected via HDMi to the projector, and I can control the presentation wirelessly from my iPad. So far so good. There is a Bluetooth-enabled speaker which my iPad can connect to via Bluetooth, but then it loses the Airplay connnection to the Apple TV. Is there a work around? I guess if I had an Airplay-enabled speaker and not a Bluetooth enabled one, I'd be OK, but I don't have time to go buy one now.
    It appears my only option if I want to use the speaker (which I do), is to use my MacbookPro instead and connect via HDMI straight into the projector and bypass the Apple TV altogether. Which means I'm stuck standing by the macbook pressing SPACE BAR every time I want to change slides, as opposed to using the iPad wirelessly which lets face it would look far cooler!

    Pretty sure you can't route the audio via bluetooth and the headphone jack.

  • How can I access files that I moved from an older MacBook Pro to a newer one via Firewire and Migration assistant.  The files show up on the new MacBook but cannot be opened.  Thanks!

    How can I access files that I moved from an older MacBook Pro to a newer one via Firewire and Migration assistant?  The files show up on the new MacBook but cannot be opened.  Thanks!

    Get info then check permissions then add your curent user name (it was probably different on old Mac) and give your username full read/write permissions.

  • Is it possible to connect a mac book pro via thunderbolt and a dvi switchbox (multiple computers) to a thunderbolt display?

    Hi,
    I'm planning to buy a thunderbolt display.Since I have not only apple computers with a thunderbolt port I wonder if it's possible to connect my mac book pro via thunderbolt and a DVI switchbox via a "mini displayport to DVI connector" to the thunderbolt display at the same time. Thunderbolt is a bus architecture. Thus there must be an ingoing and an outgoing port on the display. The rearview of the display I've seen so far don't show this:
    If this is not possible then I must question the market chances of this product. Seems as if the product marketing guys exaggerated the launch of the thunderbolt technology.
    -ais-swiss

    ais-swiss wrote:
    How to connect windows laptop (vga) to thunderbolt display?
    AHHH??!!!!!!  Was that your original question??   I assumed you were trying to output FROM your computer (MacBook Pro w/ Thunderbolt) to the new display and then OUT to be the video source to a DVI switcher.
    MB Pro w/TB ---> TB Display ---> mDP-to-DVI adapter ---> DVI switcher
    So it seems as if it's not possible to use the thunderbolt display with the mini display port adapter to DVI you've mentioned.
    I did not understand that you were trying to use other PC's into a switcher and then THAT Video source to connect INTO the TB display.   If THAT is what you're trying to do, then NO....  You can NOT use the new TB Display to be used to display "FROM" a DVI switcher (and also can NOT be used to display from other Non-TB-Apple computers).
    I've also called apple. The statement was that one needs a computer with osx 10.6.x in order to connect the thunderbolt display. That makes it impossible to hook a windows pc or older mac to the new and shiny thunderbolt display.
    I wonder why apple doesn't state this in their technical descriptions...?
    -ais-swiss
    Actually, the state that information all over the Tech Specs on the Apple Store website.
    http://store.apple.com/us/product/MC914LL/A?mco=MTY3ODQ5OTY
    Here are two different statements from that webpage:
    So yes.... other NON-Apple PC's (or non-TB devices) do Not have the Thunderbolt technology (hardware/software) to be able to communicate with the TB display or other TB devices.

Maybe you are looking for

  • Help Required for Denormalization

    Hi Guys , Need help in denormalising table: SQL > DESC SAMPLE Name Null? Type CNO VARCHAR2(10) CTYPE VARCHAR2(1) CED DATE EED DATE STATUS VARCHAR2(2) REASON VARCHAR2(3) CFROM DATE CTO DATE My data looks like this CNO C CED EED ST REA CFROM CTO 123456

  • OSX Software wont install on MB pro after crash

    I have a macbook pro that crashed. This happened once before about 6 months ago and i replaced the drive. This time i ran DU and it repaired drive. I also ran Drive Genius 2 and it said there was nothing wrong with the drive but i can not install my

  • Purging the Grid Control Repository database

    Our Grid Control Repository database has grown large over time and we need to free up some space. When we remove targets, is all the data related to the target cleaned out?

  • USB iPod Dock crashes Mini

    I'm sorry if this has been answered, but I can't find it. I haven't been able to update my ipod for ages because connecting the dock to a USB port crashes my mini. I've tried all ports. I've tried unplugging other devices. I believe it WILL start wit

  • Partial upload to My Photo Stream

    My Photo Stream has been working fine but at an event recently, only 3 of the 20 or so pictures I took with my iPhone show up in the My Photo Stream roll of that iPhone.   All pictures taken afterward have worked as expected.  For the life of me, I c