Wow! Cool! So the 12.3 driver is actually available on the mirrors?
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › The 5680/8890 Gentoo Thread
Recent Reviews
-
So I just got a Lenovo Yoga 13. This is my review. As what I primarily do is writing and programming, having a good keyboard is critical for me, which is why a tablet alone can’t work for me, and...
-
I have owned dozens of laptops in a variety of brands, and had many different laptops provided for my use at work. Without question, this is the finest I have owned. The Alienware M17x R2 is a...
-
N/m
-
Lenovo Thinkpad W530 Review by Djembe One of the longest and most enduring brands in computers is Thinkpad. Originally developed by IBM in the USA, Thinkpad notebook computers are now...
-
I have this memory installed in my Inspiron 14R. 6gb (one 2gb & one 4gb). Great performance! I highly recommend Kingston.
The 5680/8890 Gentoo Thread - Page 4
post #62 of 170
1/15/04 at 12:40am
- Joined: 4/2003
- Location: Washington D.C.
- Posts: 312
- Select All Posts By This User
No, because the 0.12.3 ebuild isn't technically in the portage tree (yet). So when you emerge 0.12.3, it'll try to get the file from the mirrors, won't find it, and then resort to the real source (http://w1.894.telia.com/~u89404340/touchpad/) and get it from there.
post #64 of 170
1/22/04 at 8:44am
Howto for "Logitech QuickCam for Notebooks Pro"
Howto get a "Logitech QuickCam for Notebooks Pro" working on a Sager 5680 laptop using a Gentoo/Linux 2.6 kernelFirst you need to activate a few options in your kernel .config and recompile the kernel:
HTML Code:
CONFIG_VIDEO_DEV=y CONFIG_SND_USB_AUDIO=y CONFIG_USB_AUDIO=y CONFIG_USB_PWC=m
http://www.smcc.demon.nl/webcam/pwcx-8.2.2.tar.gz
The 8.4 version from same site won't work, but the new 9.0 beta-release might. However, I haven't tested it yet, mileage may very, etc.
Untar the module somewhere and remember to copy it to the newest /lib/modules directory like this (I extracted mine in my /root folder):
HTML Code:
cp -v /root/usb-pwcx-8.2.2/x86/gcc-3.2/pwcx-2.5.67.ko /lib/modules/$NEWKERNELVERSION/kernel/drivers/usb/media/pwcx.ko
Insert the following two lines in your /etc/modules.autoload.d/kernel-2.6 in this order to enable automatic use of the modules upon system boot:
HTML Code:
pwc pwcx
HTML Code:
options pwc size=vga leds=500,500 fps=15 compression=0 post-install pwc insmod /lib/modules/`uname -r`/kernel/drivers/usb/media/pwcx.ko >/dev/null 2>&1 || :
Last time I checked, the pwcx module caused a kernel panic when rmmod'ed upon reboot/shutdown, so comment out the following line in /etc/hotplug/usb.rc like this:
HTML Code:
#rmmod pwc pwcx >/dev/null 2>&1
Modify your /etc/modules.d/alsa to fit in the USB soundcard from the webcam. Mine looks like this:
HTML Code:
# Alsa 0.9.X kernel modules' configuration file. # $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.1 2003/08/05 21:07:55 johnm Exp $ # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore ## ## IMPORTANT: ## You need to customise this section for your specific sound card(s) ## and then run `update-modules' command. ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. ## ## ALSA portion ## alias snd-card-0 snd-interwave ## alias snd-card-1 snd-ens1371 alias snd-card-0 snd-intel8x0 #alias snd-card-1 snd-usb-audio alias snd-card-1 snd-pcm-oss ## OSS/Free portion alias sound-slot-0 snd-card-0 alias sound-slot-1 snd-card-1 ## # OSS/Free portion - card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss ## OSS/Free portion - card #2 alias sound-service-1-0 snd-mixer-oss alias sound-service-1-3 snd-pcm-oss alias sound-service-1-12 snd-pcm-oss alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss # Set this to the correct number of cards. options snd cards_limit=2
HTML Code:
update-modules
There! Everything should run smoothly! Now would be a good time to emerge gnomemeeting to see if everything does indeed work as expected.
post #66 of 170
1/23/04 at 9:04pm
Quote:
|
Originally Posted by xiphux
Just copy the ebuild and merge.
cp /usr/portage/x11-misc/synaptics/synaptics-0.12.1.ebuild /usr/portage/x11-misc/synaptics/synaptics-0.12.3.ebuild emerge synaptics |
I just thought I'd add by way of introduction that if you're worried about the strict correctness of your portage tree, you'd want to:
HTML Code:
cp /usr/portage/x11-misc/synaptics-0.12.1.ebuild /usr/local/portage/x11-misc/synaptics/synaptics-0.12.3.ebuild
HTML Code:
PORTDIR_OVERLAY="/usr/local/portage"
This keeps what is technically an "unofficial" ebuild in your own sandbox and out of the main portage tree. This technique is also useful for installing ebuild from places like breakmygentoo.net.
No big deal, just thought I'd mention it
Good stuff, Thinknot. Speaking of portage, has anyone noticed it misbehave recently? For a little while (a certain version of it) had some devfs 'no entry found' messages at the end of successful emerges, while recently its been trying to downgrade packages via 'emerge -U world) even with the upgradeonly switch; I even tried setting ACCEPT_KEYWORDS to "~x86" at the beginning of the merge command. The most recent victim of the downgrade syndrome has been gaim (of course, I never downgraded the thing - I always pretend an emerge before doing the same thing; I discovered the issue and had to manually emerge all legit emerge -U world packages). Ideas?
Mikhail
Mikhail
post #68 of 170
1/25/04 at 2:46am
- Joined: 6/2003
- Location: South Carolina
- Posts: 1,492
- Select All Posts By This User
5670 note may be relevant to newer models.
I just did a emerge -U world and had problems with qtgot this at the failure
!!! ERROR: x11-libs/qt-3.2.3-r1 failed.
!!! Function src_compile, Line 109, Exitcode 2
!!! (no error message)
I "fixed" it by unemerging the existing qt, then doing a opengl-update xfree and reemerged seemes to have worked. Now I just have to let it finish and fix my config files and we shall see.
Woah, thats a weird one. Is that the Qt that went along with KDE 3.1.5? Mine compiled flawlessly with opengl set to ATI, etc. Did you by any chance try to find the cause & solution on the Gentoo forums? Unless its something simple, I usually head over there right away in hope of finding a reference to a bug report, etc.
Mikhail
Mikhail
post #70 of 170
1/25/04 at 11:25pm
- Joined: 6/2003
- Location: South Carolina
- Posts: 1,492
- Select All Posts By This User
... Small tip for those who want to access Windows shares on their home network under Linux:
All I had to do is emerge samba, and recompile my kernel with SMB support (for 2.6.1, using menuconfig, File Systems -> Network File Systems -> SMB file system support). While Samba itself gave me all the core utilities, the SMB support in the kernel allowed me to mount Windows shares or just browse them by typing smb://[WHATEVER WINDOWS MACHINE NAME]/[SHARE FOLDER]... into a file browser. In addition, for convenience, I emerge Smb4K (a very nice Windows network browser for KDE) along with ksambaplugin (a very nice Samba configuration utility that integrates itself into the KDE Control Center).
Mikhail
All I had to do is emerge samba, and recompile my kernel with SMB support (for 2.6.1, using menuconfig, File Systems -> Network File Systems -> SMB file system support). While Samba itself gave me all the core utilities, the SMB support in the kernel allowed me to mount Windows shares or just browse them by typing smb://[WHATEVER WINDOWS MACHINE NAME]/[SHARE FOLDER]... into a file browser. In addition, for convenience, I emerge Smb4K (a very nice Windows network browser for KDE) along with ksambaplugin (a very nice Samba configuration utility that integrates itself into the KDE Control Center).
Mikhail
post #72 of 170
1/27/04 at 12:10am
- Joined: 6/2003
- Location: South Carolina
- Posts: 1,492
- Select All Posts By This User
Quote:
|
Originally Posted by mmarkin
... Small tip for those who want to access Windows shares on their home network under Linux:
All I had to do is emerge samba, and recompile my kernel with SMB support (for 2.6.1, using menuconfig, File Systems -> Network File Systems -> SMB file system support). While Samba itself gave me all the core utilities, the SMB support in the kernel allowed me to mount Windows shares or just browse them by typing smb://[WHATEVER WINDOWS MACHINE NAME]/[SHARE FOLDER]... into a file browser. In addition, for convenience, I emerge Smb4K (a very nice Windows network browser for KDE) along with ksambaplugin (a very nice Samba configuration utility that integrates itself into the KDE Control Center). Mikhail |
post #73 of 170
1/27/04 at 10:16pm
- Joined: 4/2003
- Location: Washington D.C.
- Posts: 312
- Select All Posts By This User
Quote:
|
Originally Posted by thinknot
Hi guys, I just joined the forums as I've got a 5680 on order and am something of a gentoo fanatic.
I just thought I'd add by way of introduction that if you're worried about the strict correctness of your portage tree, you'd want to: HTML Code:
cp /usr/portage/x11-misc/synaptics-0.12.1.ebuild /usr/local/portage/x11-misc/synaptics/synaptics-0.12.3.ebuild HTML Code:
PORTDIR_OVERLAY="/usr/local/portage" This keeps what is technically an "unofficial" ebuild in your own sandbox and out of the main portage tree. This technique is also useful for installing ebuild from places like breakmygentoo.net. No big deal, just thought I'd mention it |
Plus, my portage overlay is so cluttered with stuff that I want to keep the ebuilds I put in there to a minimum. And if an emergency really does arise, there's always a backup copy of the ebuild in /var/db/pkg.
post #75 of 170
1/31/04 at 6:17pm
I haven't read over all the other threads, but I've fixed my general problems with Gentoo on the 5670.
For the sound, it turns out that ALSA defaults the mixer to zero levels.
The graphics was a bit more complex. It turns out that you have to (on the M9, at least) completely disable DRI in order for the ati-drivers to work. One kernel change later, it was working.
Next: to get ACPI working.
For the sound, it turns out that ALSA defaults the mixer to zero levels.
The graphics was a bit more complex. It turns out that you have to (on the M9, at least) completely disable DRI in order for the ati-drivers to work. One kernel change later, it was working.
Next: to get ACPI working.
post #76 of 170
1/31/04 at 6:26pm
- Joined: 4/2003
- Location: Washington D.C.
- Posts: 312
- Select All Posts By This User
post #77 of 170
1/31/04 at 7:47pm
post #78 of 170
1/31/04 at 7:52pm
post #79 of 170
1/31/04 at 8:09pm
Well, then I'm stumped. I got gentoo-dev-sources today for 2.6.1, and this time I configured my system without DRI (as recommended by some guys on the gentoo forums) and now I can get direct rendering. Before, my XFree86.log showed that there was an error activating DRI.
Anyways, we've all got rendering, so happy days.
Anyways, we've all got rendering, so happy days.
Return Home
Back to Forum: Linux & Other OS's
- The 5680/8890 Gentoo Thread
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › The 5680/8890 Gentoo Thread
Currently, there are 246 Active Users
(4 Members and 242 Guests)
Recent Discussions
- › acer aspire one problem 4 minutes ago
- › Is the popular trackpad problem of Lenovo Ideapad Y500 solved or not? 14 hours, 3 minutes ago
- › Buying new notebook, considering Alienware.. 15 hours, 47 minutes ago
- › Problems with ACER X1200...Your Help Needed.. 23 hours, 43 minutes ago
- › Aurora Won't Power Up - I read the other posts with no luck 1 day, 4 hours ago
- › Gateway MA7 laptop model:MX6930 will not boot. 1 day, 11 hours ago
- › Blind Flashing and You 1 day, 14 hours ago
- › Asus EeePC 1001P Review 2 days, 15 hours ago
- › Aiseesoft DVD Copy 5.0 2 days, 15 hours ago
- › Dell Wireless 350 Bluetooth and Windows 7 2 days, 19 hours ago
View: New Posts | All Discussions
Recent Reviews
- › Lenovo Yoga 13 IdeaPad Convertbale Ultrabook (tablet) 13.3"... by The Bard sRc
- › Alienware M18X by MrFox
- › Kensington Black Contour Pro 17" Notebook Carrying Case Model... by great white
- › Lenovo W530-24382LU i7-3720QM 2.60GHz 4GB 500GB 7200rpm NVIDIA... by Djembe
- › Kingston 8GB (2 x 4GB) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory by Nicadraus
- › Synology DiskStation 1-Bay (Diskless) Network Attached Storage... by Mr T
- › Barnes & Noble Nook Color by sewshoplady
- › Cooler Master CM Storm Spawn 3500 DPI Optical Sensor Gaming Mouse... by Rotterdamblues
- › Samsung MV-3T4G4 4GB DDR3 Laptop SDRAM (1333MHz PC3-10600) by Rotterdamblues
- › Alienware Aurora m9700 by amythompson172
View: More Reviews
New Articles
- › Intel Summer 2012 SSD Scavenger Hunt - Full... by ranjanis
- › Intel's Maple Crest 330 Series Promotion... by ranjanis
- › Intel Cherryville SSD Spring 2012 Giveaway by ranjanis
- › Intel Cherryville SSD Giveaway 2012 - Terms... by ranjanis
- › Advertise by jdz2287
- › Search And Advanced Search Tutorial by NotebookForums
- › Tagging Tutorial by NotebookForums
- › Add A New Item Tutorial by NotebookForums
- › Image And Video Tutorial by NotebookForums
- › Subscription Tutorial by NotebookForums
View: New Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map





Thanks for the info, Xiphux.