LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 03-23-2010, 07:54 PM   #1
the_rastaman
Member
 
Registered: Mar 2010
Posts: 39

Rep: Reputation: 15
basically a lot of problems T.T .....


ok this is mi first time using gentoo, an i having some problem with mi card reader, and the problem is that is not reading anything i already select the option in the kernel configuration but it does not work anyway.

the other problem is that i cant use the double tap as a click in mi touchpad and the part of the touchpad that works as a scroll does not work too.

and for last i cant play DVD movies, install my printer a canon ip1900, or put the spell check Spanish in openoffice to work .... it is sad i now, but i need some help.

i am running gentoo amd64

and i need to now how to install something that does not come from portage, for an example a .deb file o something similar.

thanks for any help, and greeting from Guatemala. :-)

Last edited by the_rastaman; 03-23-2010 at 10:58 PM.
 
Old 03-24-2010, 12:23 AM   #2
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Welcome to LQ

Better you start a new thread with one question in each. It gets very confusing when more than one question is being answered in a thread. Choosing a thread title that says what the question is about will attract more people with relevant expertise.

You might find LQ's How To Ask a Question helpful.

Have a nice day in Guatemala!
 
Old 03-24-2010, 11:49 PM   #3
the_rastaman
Member
 
Registered: Mar 2010
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by catkin View Post
Welcome to LQ

Better you start a new thread with one question in each. It gets very confusing when more than one question is being answered in a thread. Choosing a thread title that says what the question is about will attract more people with relevant expertise.

Have a nice day in Guatemala!
Is of a wise mans fallow an advise (thanks for the advise ;-) ), but can solve at least one of my questions?
 
Old 03-25-2010, 12:02 AM   #4
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by the_rastaman View Post
Is of a wise mans fallow an advise (thanks for the advise ;-) ), but can solve at least one of my questions?
Not without more information so might as well get started with those six new threads ...
 
Old 03-25-2010, 02:09 AM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
You are not giving a lot of info. However, here we go.

Quote:
Originally Posted by the_rastaman View Post
ok this is mi first time using gentoo, an i having some problem with mi card reader, and the problem is that is not reading anything i already select the option in the kernel configuration but it does not work anyway.
The first step will be to know what that card reader is. It's probably a pci device. Open a new thread as suggested for this single problem, post in it the output for the lspci command and also your dmesg output. That will give us something to work with.

Quote:
the other problem is that i cant use the double tap as a click in mi touchpad and the part of the touchpad that works as a scroll does not work too.
I know nothing about touchpads, besides the basic functionality. But most likely, this is related to Xorg/HAL/evdev.

Quote:
and for last i cant play DVD movies
We need to know what did you try, what the result was, errors, what software did you use at all, and anything else you can tell us.

Quote:
install my printer a canon ip1900
Open a new thread for this.

Quote:
or put the spell check Spanish in openoffice to work .... it is sad i now, but i need some help.
You might be missing the -es dictionary. Describe what are you doing and how is it that it doesn't work.

Quote:
and i need to now how to install something that does not come from portage, for an example a .deb file o something similar.
This is a very wide topic, your best option when not using portage is to install from source if possible. But the procedure is different for each package. Usually you uncompress the tarball and see what's inside. Most times you can find a README or INSTALL file inside teh package.
 
Old 03-25-2010, 11:39 AM   #6
the_rastaman
Member
 
Registered: Mar 2010
Posts: 39

Original Poster
Rep: Reputation: 15
thanks to i92gubo, this is very helpful, and i will follow your advise an open a new thread for each one of my problems.

i solved the problem of play dvd movies using mplayer instead of totem(gnome default movie player)

Last edited by the_rastaman; 03-25-2010 at 03:41 PM. Reason: one problem solved
 
Old 04-20-2010, 12:51 AM   #7
vik
Member
 
Registered: Apr 2008
Distribution: Gentoo, FreeBSD
Posts: 225
Blog Entries: 8

Rep: Reputation: 50
Hi, I'm new to Gentoo as well.

For the touchpad issue, you could try using a newer kernel >2.6.31-r10. Maybe a later driver added the functionality you're looking for.

For the spell checker issue in openoffice you need to emerge myspell-es.

If you want to install something outside of the Gentoo repositories you should probably just build it manually from source. Usually this consists of ./configure (once you figure out what the flags should be), make, and make install.

Last edited by vik; 04-20-2010 at 12:54 AM.
 
Old 04-20-2010, 12:54 AM   #8
the_rastaman
Member
 
Registered: Mar 2010
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by vik View Post
Hi, I'm new to Gentoo as well.


If you want to install something outside of the Gentoo repositories you should probably just build it manually from source. Usually this consists of ./configure (once you figure out what the flags should be), make, and make install.
can you please give me an example of how to do it....
 
Old 04-20-2010, 12:55 AM   #9
vik
Member
 
Registered: Apr 2008
Distribution: Gentoo, FreeBSD
Posts: 225
Blog Entries: 8

Rep: Reputation: 50
What are you trying to install?
 
Old 04-20-2010, 01:04 AM   #10
the_rastaman
Member
 
Registered: Mar 2010
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by vik View Post
What are you trying to install?
i trying to install mathematica 7 but i dont know how...
 
Old 04-20-2010, 01:07 AM   #11
vik
Member
 
Registered: Apr 2008
Distribution: Gentoo, FreeBSD
Posts: 225
Blog Entries: 8

Rep: Reputation: 50
Try this? http://reference.wolfram.com/mathema...xAndLinux.html
 
Old 04-20-2010, 01:09 AM   #12
the_rastaman
Member
 
Registered: Mar 2010
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by vik View Post
thanks!!!!!
 
Old 04-23-2010, 12:31 AM   #13
the_rastaman
Member
 
Registered: Mar 2010
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by the_rastaman View Post
thanks!!!!!
thanks aganin for the link but now i have another problem, i have already installed it but now i cant run the program i suppose i have to compile but how do i do that....??
 
Old 04-24-2010, 10:14 AM   #14
vik
Member
 
Registered: Apr 2008
Distribution: Gentoo, FreeBSD
Posts: 225
Blog Entries: 8

Rep: Reputation: 50
No, it should already be compiled. You just need to find the executable named "mathematica". Type "which mathematica" to make sure the executable is in your PATH. If not, run "find / -name "mathematica" to find the program.

Here's a link: http://reference.wolfram.com/mathema...xAndLinux.html

Last edited by vik; 04-24-2010 at 10:16 AM.
 
Old 04-28-2010, 03:40 AM   #15
Dralnu
Member
 
Registered: Jul 2005
Posts: 335

Rep: Reputation: Disabled
Documentation for compilation and installing should be on the site, or within the source under INSTALL or README.

Touchpad issue is interesting, since one install I had on a netbook had it working with the mouse driver without any special settings. No HAL or evdev.

With your card reader, the issue may be related to when/how the kernel detects the card. There are two settings (Probe all LUNs, or something similar) and Async scanning (paraphrased). Both of these are under the same section and solved the same issue when I had these same problems.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Lot of problems with Mplayer ni0wn Slackware 11 09-22-2006 11:05 PM
lot of problems with mandrake 10.0 vblondel Mandriva 0 06-08-2004 03:10 PM
basically... kernel problems... Kjetil4455 Slackware 15 04-16-2004 02:31 PM
a lot of problems kryckan Linux - Hardware 4 10-04-2003 07:37 AM
[HELP!]lot of problems with debian r3l4x Debian 37 09-11-2003 08:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo

All times are GMT -5. The time now is 03:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration