Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 33 matches

Go to advanced search

Advanced search
Search found 33 matches
  • 1
  • 2
  • Next
by hamilito
Sun May 22, 2011 9:01 pm
Forum: Kernel & Hardware
Topic: Netgear WNA1100 (N150 Wireless USB Adapter)
Replies: 42
Views: 47891

I think usbutils doesn't come in the minimal install media. I guess I'll have to install the system and after that usbutils to try it out.
I don't think it is the USB port though I tried connecting it to a different USB port and nothing and the stick is brand new so it must be firmware cause I know ...
  • Jump to post
by hamilito
Sun May 22, 2011 8:20 pm
Forum: Kernel & Hardware
Topic: Netgear WNA1100 (N150 Wireless USB Adapter)
Replies: 42
Views: 47891

lspci isn't showing any entry for any network controller other than the ethernet controller of the mobo also all USB listed aren't showing anything connected to them.
I think it is not being recognized by the PC
  • Jump to post
by hamilito
Sun May 22, 2011 8:01 pm
Forum: Kernel & Hardware
Topic: Netgear WNA1100 (N150 Wireless USB Adapter)
Replies: 42
Views: 47891

it doesn't appear it's not recognizing it I guess
  • Jump to post
by hamilito
Sat May 21, 2011 3:49 pm
Forum: Kernel & Hardware
Topic: Netgear WNA1100 (N150 Wireless USB Adapter)
Replies: 42
Views: 47891

Netgear WNA1100 (N150 Wireless USB Adapter)

I know there is no real suppor for it but I read in a few posts that there are a few drivers that work with some netgear cards so I'm wondering if there is any that would work with mine - Netgear WNA1100 (N150 Wireless USB Adapter).

By the way I'm doing a fresh install of gentoo on an old pc I have ...
  • Jump to post
by hamilito
Thu Apr 28, 2011 7:53 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Well for the sake of the thread my system is running like new now. Didn't really have any problems or troubles after running python-updater and I'm using python3.1. If I ever encounter another problem running 3.1 I'll switch to 2.7 and run python-updater. I just didn't know updating python would ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 5:11 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

that should be your last step.
first you gotta run

Code: Select all

python-updater
  • Jump to post
by hamilito
Wed Apr 27, 2011 4:46 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

also you have this CurtE
[ebuild U ] x11-libs/gtk+-2.22.1-r1 [2.20.1-r1]
[blocks b ] <x11-libs/gtk+-2.21.3:2 ("<x11-libs/gtk+-2.21.3:2" is blocking x11-libs/gdk-pixbuf-2.22.1)
[ebuild U ] gnome-base/librsvg-2.32.1 [2.26.3]
[blocks b ] <gnome-base/librsvg-2.31.0 ("<gnome-base/librsvg-2.31.0" is ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 4:38 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

csmn2 ~ # eselect python update
Switching to python3.1

csmn2 ~ # revdep-rebuild
* Configuring search environment for revdep-rebuild
File "<string>", line 1
import os; import pwd; print pwd.getpwuid(os.getuid())[0]
^
SyntaxError: invalid syntax

Did you run python-updater after eselect python ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 4:27 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

OK

Code: Select all

python-updater
apparently fixed a lot (using python 3.1 as active system python).
I ran

Code: Select all

revdep-rebuild
and still have two broken links using libpython2.6 (both openoffice) and it is compiling now so I guess my issue is resolved. I'll keep posting.
  • Jump to post
by hamilito
Wed Apr 27, 2011 4:12 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

If eselect python list returns python 2.7 and 3.1 then you have python 2.7 and 3.1 installed.
If you type which python it should return the location where python is installed which should be /usr/bin/python
If emerge --sync or emerge *anything returns you to # then maybe is it your don't have python ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 4:00 pm
Forum: Portage & Programming
Topic: How to upgrade Python 2.6 to 2.7
Replies: 57
Views: 461177

This is an issue I had after upgrading (emerged world which automatically upgraded python from 2.7 to 3.1). Thread:can't emerge anything just in case people reading this post get the same error I got. Maybe it'll help.
  • Jump to post
by hamilito
Wed Apr 27, 2011 3:48 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Just

Code: Select all

eselect python update
then

Code: Select all

python-updater
and sit back and take two or three naps
  • Jump to post
by hamilito
Wed Apr 27, 2011 3:44 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Now I have two Python's but before it only showed 3.1, unless this is a false positive and Python isn't really there.
If you read the sticky Python 2.7 upgrade? you'll see that the python upgrade creates a new slot so you will have both slots 2.7 and 3.1 in case you wanted to switch back to the ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 3:40 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

CurtE thats the same I got. read my previous post. follow chiefbag post.
  • Jump to post
by hamilito
Wed Apr 27, 2011 3:31 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

CurtE You can find out what version you have and if it is active by typing
#eselect python list
Should return something like this:
Available Python interpreters:
[1] python2.7
[2] python3.1 *
Then if you type eselect python update it should automatically select you the most updated version ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 3:22 pm
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Hey CurtE this is what I've done so far:
I read the sticky sticky: Python 2.7 upgrade?
I ran: #eselect python update --python2
This selected python 2.7 as active.
then: #revdep-rebuild
but I still got some errors. So I did what chiefbag wrote and ran: #eselect python update
This then selects the ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 11:26 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Still getting this
# revdep-rebuild
* Configuring search environment for revdep-rebuild
File "<string>", line 1
import os; import pwd; print pwd.getpwuid(os.getuid())[0]
^
SyntaxError: invalid syntax

* Checking reverse dependencies
* Packages containing binaries and libraries broken by a ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 11:18 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Id suggest taking a look at this thread, can't recommend if this is the correct approach or not though :?

http://forums.gentoo.org/viewtopic.php?t=5746

lol about the same time --

I used this though http://forums.gentoo.org/viewtopic-t-786104-highlight-python.html

eselect python update
did ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 11:07 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

After a lot of search I just ran:

Code: Select all

eselect python update
it selected python 3.1
and ran

Code: Select all

emerge --sync
It seems to be working so far...
  • Jump to post
by hamilito
Wed Apr 27, 2011 10:54 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Code: Select all

#python-updater
* Python 2 and Python 3 not installed
help! lol
  • Jump to post
by hamilito
Wed Apr 27, 2011 10:15 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

this is my emerge.log since yesterday
1303817615: Started emerge on: Apr 26, 2011 07:33:35
1303817615: *** emerge sync
1303817615: === sync
1303817616: >>> Starting rsync with rsync://208.100.4.53/gentoo-portage
1303817727: === Sync completed with rsync://208.100.4.53/gentoo-portage
1303817731 ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 10:02 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

a) you're in a Gentoo-system (ie chrooted from a livecd or booted into one)? no
b) since when does this happen? has it ever worked correctly? april 26 (yesterday) after updating world. yes have always worked.
c) what do the following commands return?
emerge --version ; echo $? can't do anything ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 8:22 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

I just ran revdep-rebuild and this is what I got revdep-rebuild
* Configuring search environment for revdep-rebuild

* Checking reverse dependencies
* Packages containing binaries and libraries broken by a package update
* will be emerged.

* Collecting system binaries and libraries ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 8:16 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

Actually the last thing I did - now that I remember - was update the system and run revdep-rebuild and then emerge --depclean and I got a lot of errors but I didn't pay attention I just shut down cause I had to go. Anyways I was looking the emerge.log and portage log and this is what I had. had to ...
  • Jump to post
by hamilito
Wed Apr 27, 2011 1:32 am
Forum: Portage & Programming
Topic: can't emerge anything
Replies: 45
Views: 31725

can't emerge anything

when I type

Code: Select all

emerge --sync
and hit return just goes back to

Code: Select all

#
.
same happens if I do

Code: Select all

emerge --search audio
or anything with emerge.
this is what I get:

Code: Select all

$su -
password:
#emerge --sync
#emerge --sync
#exit
logout
$
  • Jump to post

Search found 33 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic