Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I finally did it! I migrated my desktop to Gentoo Linux.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Shining Arcanine
Veteran
Veteran


Joined: 24 Sep 2009
Posts: 1110

PostPosted: Sat Jun 19, 2010 5:09 am    Post subject: I finally did it! I migrated my desktop to Gentoo Linux. Reply with quote

I am right now typing on my desktop in Google Chromium running inside of KDE on a native 64-bit multilib Gentoo Linux installation. No more virtualizing Gentoo on Windows. Now I will be virtualizing Windows on Gentoo, which is only because I need some way to gain remote access to the HTPC Media Center system to which I banished Windows.

I must say that installing Gentoo Linux was really quick and easy for me. I guess that is to be expected after having used it on my laptop since January and playing with it in virtual machines since November. The only difficulty I encountered was something with System Live CD where builds within a chrooted environment failed because a path variable was strangely set.

One thing I noticed is that the system is much more responsive than either my virtual machines were or my laptop is and compilation times are at least 4 times faster than they were on my laptop. I cannot notice any lag at all in KDE.

For anyone who is curious, here is my to current do list for things I still need to do on my desktop:
  • Get printers working
  • Get scanner working
  • Figure out how to use my Koadk Camera with my PC.
  • Get sound working
  • Tie up loose ends (e.g. install software that I will miss)
  • Calibrate my monitor with argyllcms and my Sypder2.
Also, here are my system specifications for anyone who is curious:
  • Core 2 Quad 9550
  • 4GB of RAM
  • Nvidia GeForce GTS 250
  • Creative X-Fi XtremeMusic Sound Card
  • Intel X-25M
  • Asus P5K Deluxe Motherboard[/
Back to top
View user's profile Send private message
Raniz
l33t
l33t


Joined: 13 Sep 2003
Posts: 965
Location: Lund, Sweden

PostPosted: Sat Jun 19, 2010 8:47 am    Post subject: Re: I finally did it! I migrated my desktop to Gentoo Linux. Reply with quote

Shining Arcanine wrote:
For anyone who is curious, here is my to current do list for things I still need to do on my desktop:
  • Get printers working
  • Get scanner working
  • Figure out how to use my Koadk Camera with my PC.
  • Get sound working
  • Tie up loose ends (e.g. install software that I will miss)
  • Calibrate my monitor with argyllcms and my Sypder2.

Grats on getting Gentoo up on your desktop, it's a big step :)

I don't know if you're fishing for advise on your todo-list but I'm going to offer a few pointers anyway :)

  • For printing go with cups and follow the Printing Guide
  • Scanner support involves Sane, I've never set this up myself so I can only point you towards Their site
  • If the camera supports acting as an USB-drive, installing GwenView will give you an alternative to download images from it in the KDE hardware manager popup, otherwise I guess you should install digiKam
  • Sound shouldn't be that hard, just compile the correct ALSA drivers in your kernel (or don't mind if you're using genkernel), install alsa-utils and unmute your soundcard :)
  • I've got no clue what software you're missing ;) But I bet you haven't installed yakuake. It's a quake-style terminal that drops down from the top of the screen when you press F12 - I couldn't live without it now that I'm used to it :)
  • No idea what either agyllcms and Spyder2 is :p

Good luck!
_________________
#312470 @ http://counter.li.org/
Back to top
View user's profile Send private message
cach0rr0
Moderator
Moderator


Joined: 13 Nov 2008
Posts: 4117
Location: Houston, Republic of Texas

PostPosted: Sat Jun 19, 2010 8:51 am    Post subject: Re: I finally did it! I migrated my desktop to Gentoo Linux. Reply with quote

Shining Arcanine wrote:

[*]Figure out how to use my Koadk Camera with my PC.
[*]Get sound working


these two should be well sorted within kernel alone. The former most likely USB_VIDEO_CLASS (assuming it's a webcam - it's that, and adding yourself to 'video' group I believe), the latter building ALSA and the drivers contained within as modules rather than built-ins, beyond that it should "just work"

no idea on the others. am drunk.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
lxg
Veteran
Veteran


Joined: 12 Nov 2005
Posts: 1019
Location: Aachen, Germany

PostPosted: Sat Jun 19, 2010 8:54 am    Post subject: Reply with quote

I don't know about the specifics of the camera, but gphoto (or: Digikam for KDE) gets most of the MTP based cameras connected greatly. Unless its a mass storage device, then you can mount it just like a USB drive.
_________________
lxg.de – codebits and tech talk
Back to top
View user's profile Send private message
cach0rr0
Moderator
Moderator


Joined: 13 Nov 2008
Posts: 4117
Location: Houston, Republic of Texas

PostPosted: Sat Jun 19, 2010 9:00 am    Post subject: Reply with quote

lxg wrote:
I don't know about the specifics of the camera, but gphoto (or: Digikam for KDE) gets most of the MTP based cameras connected greatly. Unless its a mass storage device, then you can mount it just like a USB drive.


all i've ever had to do was ensure USB_VIDEO_CLASS was built as module in the kernel, then add myself to video group and

Code:

emerge cheese


bam, there we are, webcam! You are right though I think, if this is a regular camera and not a webcam, it will probably only function as mass storage device.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
d2_racing
Moderator
Moderator


Joined: 25 Apr 2005
Posts: 13034
Location: Ste-Foy,Canada

PostPosted: Sat Jun 19, 2010 4:00 pm    Post subject: Reply with quote

Did you enable your sound driver with a module ordirectly inside your kernel ?

For you sound problem, can post double check that :
Code:

# alsamixer


Unmute all channels, you can enable or disable a channel with the letter m

After, that, run this :
Code:

# alsactl store


Now, check if you have sound.
_________________
Sysadmin of GentooQuébec.org
Wiki
Signature
IRC on Freenode : #gentoo-quebec
Back to top
View user's profile Send private message
Shining Arcanine
Veteran
Veteran


Joined: 24 Sep 2009
Posts: 1110

PostPosted: Sat Jun 19, 2010 8:07 pm    Post subject: Re: I finally did it! I migrated my desktop to Gentoo Linux. Reply with quote

Raniz wrote:
Shining Arcanine wrote:
For anyone who is curious, here is my to current do list for things I still need to do on my desktop:
  • Get printers working
  • Get scanner working
  • Figure out how to use my Koadk Camera with my PC.
  • Get sound working
  • Tie up loose ends (e.g. install software that I will miss)
  • Calibrate my monitor with argyllcms and my Sypder2.

Grats on getting Gentoo up on your desktop, it's a big step :)

I don't know if you're fishing for advise on your todo-list but I'm going to offer a few pointers anyway :)

  • For printing go with cups and follow the Printing Guide
  • Scanner support involves Sane, I've never set this up myself so I can only point you towards Their site
  • If the camera supports acting as an USB-drive, installing GwenView will give you an alternative to download images from it in the KDE hardware manager popup, otherwise I guess you should install digiKam
  • Sound shouldn't be that hard, just compile the correct ALSA drivers in your kernel (or don't mind if you're using genkernel), install alsa-utils and unmute your soundcard :)
  • I've got no clue what software you're missing ;) But I bet you haven't installed yakuake. It's a quake-style terminal that drops down from the top of the screen when you press F12 - I couldn't live without it now that I'm used to it :)
  • No idea what either agyllcms and Spyder2 is :p

Good luck!


Although this thread was meant more as a testimonial, I kind of was fishing at the same time. Anyway, I have audio working now. My audio issues were compiled my kernel without ALSA Mixer support. I am really impressed with how far audio has come on Linux, especially with Creative's products which are known for having poorly written drivers.

I noticed an issue where none of my web browsers had plugins, even though I was sure that I had the right software installed, but I was able to fix that by adding the nsplugin USE flag and emerging nspluginwrapper.

I have printing working with my HP LaserJet 1018 and HP Photosmart C3180 printers. The "Stop Printer", "Reject Jobs" and "Set as Default" buttons in the HP Device Manager do not appear to work. HP's Device Manager also does not appear to detect my C3180 printer. Aside from those things, everything seems to work well.

I have DigiKam installed and configured. I need to play with it a bit to figure out how to do things like I used to do them in Kodak's Easyshare software.

I think that just leaves the scanner left, although that is a low priority for me, in particular because I use my C3180 as a photo printer and emergency copier rather than as a scanner. :)


Last edited by Shining Arcanine on Sat Jun 19, 2010 8:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
Muso
l33t
l33t


Joined: 22 Oct 2002
Posts: 655
Location: The Holy city of Honolulu

PostPosted: Sat Jun 19, 2010 8:12 pm    Post subject: Reply with quote

I thought you had always been using Gentoo properly :?

Do you actually need Windows for anything?
_________________
If I had a dollar for every time capitalism was blamed for the problems caused by government, I'd be a fat filmmaker with a baseball cap
Back to top
View user's profile Send private message
Shining Arcanine
Veteran
Veteran


Joined: 24 Sep 2009
Posts: 1110

PostPosted: Sun Jun 20, 2010 3:41 am    Post subject: Reply with quote

Chopinzee wrote:
I thought you had always been using Gentoo properly :?

Do you actually need Windows for anything?


I have been using Gentoo Linux on my laptop. My desktop was a Windows machine because of Windows Media Center. The only thing I need Windows to do is to act as a DVR and have the recordings be available from a hardware media center extender, which is a set-top-box-like device that in my case is an XBox 360. Because of that, I could not move to Gentoo Linux on my desktop until I had another system to which I could transplant Windows. The new system took a while to build because I kept receiving Dead on Arrival motherboards. :/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum