How to slow down the fan?
Hi, everybody. About a month ago, I posted a mail here, asking for help on how to cool down the temperature on debian(when in windows, the temperature is fine). And later, I have tried a lot of methods, but none has produced any result.So, today, I went out to let a worker clear the dusts of my laptop and installed a new fan on the laptop. Now, the temperature is fine, but the fan keeps running. I guess this is because I installed the xorg-radeon-driver, maybe fglrx will slow down the fan? I am now in debian wheezy, and I find package fglrx is not in testing, but in squeeze. So, is it feasible to install the fglrx in squeeze? If is, the how to? Thx
Re: Re: Network Manager in Debian and modem with non-standard init strings
You mean that Empathy cannot recognize there is a network connection in place when you use wvdial? :-? That sounds to me like a very big limitation or even a bug... let me do a quick search. Yes, I think so too, however similar behaviour presents also the evolution - when started only with a connection established via pon, it starts in the off-line mode, promissing to go on-line as soon as network connection is set up. Ah... look: Empathy for WVDIAL users http://reliancewireless.wordpress.com/2010/03/27/empathy-for-wvdial-users/ Maybe that workaround also works for you :-) Well, unfortunately I have no use_conn checkbox in gconf-editor for empathy. All I have is: import_asked - checkbox accounts - submenu contacts - submenu conversation - submenu ui - sumbenu In no one of the listed submenu exists use_conn :-(. -- Regards, Wojtek -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4eb25e0e.9040...@elka.pw.edu.pl
Re: php 5.2 as cgi not working in debian 6.0
On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón wrote: > > So instead using "/opt" you installed over "/usr/local/bin". Yes, that's the location where I like to place php 5.2 > > > and at /etc/apache/php52.conf > ^^ > > Is that path/file right? :-? urghh... sorry for the typo mistake. It should be /etc/apache2/php52.conf and it is already there at /etc/apache2/apache2.conf file as per the right path. > > > ScriptAlias /php5-cgi /usr/lib/cgi-bin/php52/php5-cgi > ^ > > There's a missing trailing slash, not sure if that can affect. Applied the tailing slash and restarted apache, but no effect > > > Action application/x-httpd-php5 /php5-cgi > > > And look if the filename extesion (.fgci) is a must for this setup, maybe > the web server is expecting such mimetype to be properly processed :-? > > (...) > Ok.. then let me change it /usr/lib/cgi-bin/php52/php5.fcgi and the /etc/apache2/php52.conf looks like ` ` ` ` ScriptAlias /cgi-bin /usr/lib/cgi-bin/php52/php5-cgi/ Action application/x-httpd-php5 /cgi-bin/php52/php5-cgi/php52.fcgi ` ` ` ` ` restarted apache... but no success :-( -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2003151902.63c68...@shiva.selfip.org
Re: KDE package manager
On Wed, Nov 02, 2011 at 03:07:16PM -0400, Doug wrote: > Of course Synaptic requires root permission. If you're not root, > you should not be allowed to install packages! Aren't you the owner > of the > Debian installation? If so, you surely have a root password. > Personally, I like aptitude's ability to only require root access when necessary. Aptitude is perfectly happy for a normal user to start the application and browse the package lists, even to select items for installation/removal etc. It's only when you press 'g' (I am of course talking about the NCurses UI here) that it says "You aren't root. Would you like to be now?" and then performs the actions. I suppose it depends on how you treat your users. I can certainly see this being a design decision. Do you really WANT users seeing what packages are installed, which ones are available and, perhaps, which ones are out of date? Or do you allow them to see whatever they like secure in the knowledge that only super users can do anything about it? Swings and roundabounds. -- Darac Marjal signature.asc Description: Digital signature
How to install broadcom BCM4312 on debian
Hello there, I tried to install Debian on my own a while ago and failed. I hope I can find some help here to finally install it. The problem is, I don't know how to install my network driver. Output of lscpi from UBUNTU is: 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01) I checked the debian wiki page and I understand that I need to run the b43 driver. The thing is, I don't know where to get it from, so I can put it on a dvd and install it locally since I can't access the internet from the debian machine(don't have drivers for my network adapter so can't connect to the internet). Also I am not clear with the firmware part. It says that I need an active internet connection. Please if possible write me all the steps I need to follow in order to get my network driver up and running. Thanks! Apologizes for the chaotic email.
Re: How to install broadcom BCM4312 on debian
On Thu, Nov 03, 2011 at 01:50:50PM GMT, John Caveman wrote: > Please if possible write me all the steps I need to follow in order to get > my network driver up and running. Thanks! % aptitude install firmware-b43-lpphy-installer b43-fwcutter Regards, -- Raf -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2003141315.ga24...@linuxstuff.pl
Re: How to install broadcom BCM4312 on debian
On Thursday, November 03, 2011 14:50:50 John Caveman wrote: > Hello there, I tried to install Debian on my own a while ago and failed. I > hope I can find some help here to finally install it. > > The problem is, I don't know how to install my network driver. Output of > lscpi from UBUNTU is: > > 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY > (rev 01) > > > I checked the debian wiki page and I understand that I need to run the b43 > driver. The thing is, I don't know where to get it from, so I can put it on > a dvd and install it locally since I can't access the internet from the > debian machine(don't have drivers for my network adapter so can't connect > to the internet). Also I am not clear with the firmware part. It says that > I need an active internet connection. > > > Please if possible write me all the steps I need to follow in order to get > my network driver up and running. Thanks! > > > Apologizes for the chaotic email. Hi John, If you can connect to the internet using the ethernet port, then you can use these steps: aptitude install wireless-tools aptitude install firmware-b43-lpphy-installer modprobe b43 iwconfig ifconfig wlan0 up Another thing that you can try is install the vendor driver: aptitude install module-assistant wireless-tools m-a a-i broadcom-sta modprobe -r b44 b43 b43legacy ssb brcmsmac modprobe wl iwconfig I hope it helps. Regards Michel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20031518.45470.michel.blankle...@gmail.com
Re: How to slow down the fan?
Which radeon GPU do you have? Maybe you could try to play with /sys/class/drm/card0/device/power_method (look for "KMS Power Management Options" and "dynpm" on http://wiki.x.org/wiki/RadeonFeature). Also, did you try the powertop command for power management informations and adjustments? -- Best regards, Jörg-Volker. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/j8u80k$qob$1...@dough.gmane.org
Re: How to install broadcom BCM4312 on debian
On Thu, Nov 03, 2011 at 03:50:50PM +0200, John Caveman wrote: > Hello there, I tried to install Debian on my own a while ago and failed. I > hope I can find some help here to finally install it. > > The problem is, I don't know how to install my network driver. Output of > lscpi from UBUNTU is: > > 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY > (rev 01) > > > I checked the debian wiki page and I understand that I need to run the b43 > driver. The thing is, I don't know where to get it from, so I can put it on > a dvd and install it locally since I can't access the internet from the > debian machine(don't have drivers for my network adapter so can't connect > to the internet). Also I am not clear with the firmware part. It says that > I need an active internet connection. You may want to install from Kenshi Muto's install images: http://kmuto.jp/debian/d-i/ -dsr- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2003145034.gg2...@tao.merseine.nu
Re: KDE package manager
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sian Mountbatten wrote, in part: > Is there a KDE package manager available? What happened to KDE's Kpackage? It is in Lenny, but I do not see it in the Debian repositories for Squeeze and Wheezy. Ken Heard -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAk6yrF4ACgkQlNlJzOkJmTfMpgCfSujHfalwqVNpb8KD/fLD9IU0 eXwAnRdeI+idbdcrWtZQpSdYnN8X9OvX =sDMJ -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4eb2ac5f.3060...@heard.name
Partition problems.
Good day people! I've been trying to fix this disk for a week now, but everythin I tried hasn't been working. I'm a linux starter however, so that doesn't help. The drive in question is a 120G Maxtor that was housed in a NAS. After a power outage the NAS reported the disk as empty. I took it out and assumed a hardware error. I have access to a harddisk hardware test suite but all those tests indicated that the disk is fine. The NAS runs an embedded linux (debian based) and has ext3 partitions so I started looking around for possible solutions. Using ddrescue an image was made, it reported 10 errors (45056B). I took a 1TB drive and installed that in my Ubuntu 32 bit machine as secondary disk with two partitions. One holding the image, one to hold the extracted image. When running e2fsck on that extracted image it reports a bad magic number in a superblock. I tried other superblocks and the last one worked (10240), however, the system ran out of memory trying to fix errors (4Gb system memory). I decided to run Ubuntu 64 bit live cd and hope that would solve the memory issue, but the issue remained. I then booted my main machine (12Gb memory) with Ubuntu live 64bit, but alas, out of memory again. At this point my hair is turning grey and I'm seeing linux commands in my sleep (good, I'm learning!). I decide to try some datacarving. Foremost and Photorec worked but the amount of usable files was pretty low and a lot didn't show up. At an end, I ran Testdisk and Parted. Both detect partitions but seem to think they're ext2. After they do their thing I still can't access it though (possibly I'm doing something wrong, this was late last night). Does anyone know how to fix the issue or what I could try next?Thanks for any advice you can dispense. :) J. ((I'm sorry if this is a double post, I tried using a different e-mail address yesterday but since it didn't show I assumed it might have gotten filtered.))
Re: After upgrade to squeeze OS will not accept passphrase to unlock disk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken Heard wrote, in part: > Thank you both for these suggestions. Before doing a new installation I > shall try them and report back with the results. Just in case anyone is still interested in the problems I encountered when trying to install Squeeze in a clean box, because there was so much wrong with the initial installation I decided to do a complete new one - -- especially since I decided to install new higher capacity hard drives for RAID1. For me the easiest way was to install Lenny first, and then the Trinity fork of KDE, which Trinity numbers 3.5.12 in Lenny, 3.5.13 in Squeeze. The next step is to upgrade to Squeeze, which I expect to complete sometime this month. Ken -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAk6yrusACgkQlNlJzOkJmTdxrwCcCG/mptq3gkc3pIGPU+VLmfoR 8FoAn23bovrjdqsjSQfj6c6KJevanRQt =xuPQ -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4eb2aeec.2040...@heard.name
Re: Menu editing on Gnome 3
On Wed, 02 Nov 2011 20:58:49 +, Alan Chandler wrote: > On 01/11/11 10:37, Camaleón wrote: >> On Tue, 01 Nov 2011 05:50:21 +, Alan Chandler wrote: >> >>> Anyone any idea how to edit the applications menu in Gnome3. I have >>> KDiff3 in the "Other" menu and I can't figure out how to move it. >> >> GNOME3 or gnome-shell? > > I don't really know which is which. Gnome3 is used still in wheezy but it uses the old gnome-panel and gnome menus while gnome-shell is the new GUI of Gnome3 (available on Sid). Both (gnome-apenl and gnome-shell) provide different paradigms to manage the desktop. > This is the NEW GNOME3 desktop, with the Full Application Menu covering > almost the whole screen. You can filter into the old menu sections > from a bar on the right > > I presume that means it is the gnome-shell - its what I got when my > Gnome got updated. Only sid has now gnome-shell so if you are in sid yes, you are talking about gnome-shell. If you are in wheezy, you have the old GNOME menu. (...) > The OLD menu editor appears to show things as laid but refuses to work > other than to allow you to add items (and it chooses where to put them) Try with the suggested step. Look at "/usr/share/applications" and edit the corresponding "kdiff3.desktop" file to fit your needs. I mean, it should be something like: [Desktop Entry] Name=Kdiff3 Icon=preferences-system Exec=kdiff Terminal=false Type=Application StartupNotify=true Categories=GNOME;GTK;Settings; <<-- watch this! OnlyShowIn=GNOME; Notice the "Categories" line, here is where you can change it from the current "Others" location to whatever place you want it to appears. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2011.11.03.15.11...@gmail.com
Re: KDE package manager
On Wed, 02 Nov 2011 22:24:07 +, Sian Mountbatten wrote: > Camaleón wrote: > What happened with our beloved Synaptic? :-) >> >>> It works, but it is in /usr/sbin so it needs root permissions. >> >> But of course, as it should be. >> >>> I've found a KDE package called packagesearch which will install and >>> probably remove (but I have not tried that yet) packages. The search >>> facility is excellent. >>> > packagesearch is great for searches. Yes, but that's not a package manager. You can only query for applications like "apt-cache search" or the online package search interface. > synaptic now asks for root permission and comes up well. Yes. > wheezy is great Of course, and lenny (debian 5) also ;-) Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2011.11.03.15.15...@gmail.com
Re: Can I insall from xp partition?
On Wed, 02 Nov 2011 18:59:01 -0700, rose perry wrote: > Hello I'm trying to install debian but the debian installer from goodbye > microsoft does not work, Because my network card requires Firmware. The installer allows you to put the firmware file into a floppy disk or USB flash drive and get it from there. > Nothing seems to work for me. So Im going to try and dl a cd or 2 to > > get it working, And install from XP if this is possible please let me > know. I would go for the usual way to install any linux distribution which is downloading the ISO image (the first CD or DVD), then burn that file into an optical media (as a Boot image, nots as usual data) and then boot the computer from there. > Maybe freeware version of VMware? But I think I remember this was > possible without vmware? As long as you had the data on xp. I have no > cd's or dvd's or usb keys. Im in the hospital with a broken leg and got > another month or 2 here. I got other complications too. So Im looking > for a way to install debian the old fashion way. But I can't remember > how. Any Advice or any thing would be greatly appreciated. (...) Wow... could be possible that someone in the know can perform the installation for you? I say this because I'm afraid you are in a delicated situation/scneario for performing an OS install :-? Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2011.11.03.17.02...@gmail.com
Re: Network Manager in Debian and modem with non-standard init strings
On Thu, 03 Nov 2011 10:25:34 +0100, Wojtek Zabolotny wrote: >> You mean that Empathy cannot recognize there is a network connection >> in place when you use wvdial? :-? > >> That sounds to me like a very big limitation or even a bug... let me >> do a quick search. > > Yes, I think so too, however similar behaviour presents also the > evolution - when started only with a connection established via pon, it > starts in the off-line mode, promissing to go on-line as soon as network > connection is set up. But you can manually put it in on-line mode again, right? :-? >> Ah... look: >> Empathy for WVDIAL users >> http://reliancewireless.wordpress.com/2010/03/27/empathy-for-wvdial-users/ >> Maybe that workaround also works for you :-) > > Well, unfortunately I have no use_conn checkbox in gconf-editor for > empathy. All I have is: > import_asked - checkbox > accounts - submenu > contacts - submenu > conversation - submenu > ui - sumbenu > > In no one of the listed submenu exists use_conn :-(. That's weird because that's a setting documented by GNOME: How to connect when not using NetworkManager? https://live.gnome.org/Empathy/FAQ#How_to_connect_when_not_using_NetworkManager.3F Check your version of Empathy and try with the suggested command. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2011.11.03.17.17...@gmail.com
Re: KDE package manager
Am Mittwoch, 2. November 2011 schrieb Doug: > On 11/02/2011 01:56 PM, Sian Mountbatten wrote: > > Camaleón wrote: > >> On Wed, 02 Nov 2011 16:22:14 +, Sian Mountbatten wrote: [...] > >>> world's easiest program to use. > >>> > >>> Is there a KDE package manager available? > >> > >> What happened with our beloved Synaptic? :-) > > > > It works, but it is in /usr/sbin so it needs root permissions. > > > > I've found a KDE package called packagesearch which will install > > and probably remove (but I have not tried that yet) packages. > > The search facility is excellent. > > > > Thank you for your reply. > > Of course Synaptic requires root permission. If you're not root, you > should not be allowed to install packages! Aren't you the owner of the > Debian installation? If so, you surely have a root password. Newer GUI package management applications for KDE like Muon and probably some other packagekit based one only ask for root permission when they do need it. IMHO that is way better than to fire up the whole GUI based application with root permissions including essential GNOME or KDE based services. But I did not yet found one for KDE that works as expected and is packaged officially. -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20031821.51587.mar...@lichtvoll.de
wheezy update system - how?
>From time to time, my wheezy system pops up a message to the effect that I should update my system (10 packages). How do I do that? -- Sian -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/j8uhof$uqi$1...@dont-email.me
Re: php 5.2 as cgi not working in debian 6.0
On Thu, 03 Nov 2011 15:19:02 +0530, J. Bakshi wrote: > On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón > wrote: >> > and at /etc/apache/php52.conf >> ^^ >> >> Is that path/file right? :-? > > urghh... sorry for the typo mistake. It should be > /etc/apache2/php52.conf and it is already there at > /etc/apache2/apache2.conf file as per the right path. Okay :-) (...) >> And look if the filename extesion (.fgci) is a must for this setup, >> maybe the web server is expecting such mimetype to be properly >> processed :-? >> >> (...) >> > Ok.. then let me change it > > /usr/lib/cgi-bin/php52/php5.fcgi > > and the /etc/apache2/php52.conf looks like > > ScriptAlias /cgi-bin /usr/lib/cgi-bin/php52/php5-cgi/ > Action application/x-httpd-php5 /cgi-bin/php52/php5-cgi/php52.fcgi It should be: *** ScriptAlias /php5-cgi /usr/lib/cgi-bin/php52/php5-cgi/ Action application/x-httpd-php5 /php5-cgi.cfgi *** But I hope your apache configuration file contains more data than that, right? > restarted apache... but no success :-( Have you also checked the permissions of the involved files and folders? Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2011.11.03.17.37...@gmail.com
Re: Can I insall from xp partition?
rose perry wrote: > Hello I'm trying to install debian but the debian installer from goodbye > microsoft does not work, Because my network card requires Firmware. > Nothing seems to work for me. So Im going to try and dl a cd or 2 to > > get it working, And install from XP if this is possible please let me > know. Maybe freeware version of VMware? But I think I remember this was > possible without vmware? As long as you had the data on xp. I have no > cd's or dvd's or usb keys. Im in the hospital with a broken leg and got > another month or 2 here. I got other complications too. So Im looking for > a way to install debian the old fashion way. But I can't remember how. > Any Advice or any thing would be greatly appreciated. > > > I need an OS that challenges me. I'm bored, Extremely bored and sick of > xp or wintendo! hehe > > desperately yours Tommy. I tried to load wheezy on my laptop, but the Debian installer asked for firmware from removable devices and gave floppies or a USB stick as alternatives. Well, I popped downstairs and asked my local computer consultant whether he could sell me a USB stick. He had a small one (yes, he said it was small) with only 4GB (which to me is vast) for only £15. I bought it, inserted it into my desktop which had Ubuntu on a second disk drive, mounted the drive, went to /lib/firmware and copied the firmware I wanted to the USB stick. I then removed the stick and stuck it into one of the USB slots on my laptop. Installed the wheezy DVD-R into the portable USB DVD-ROM drive, rebooted from the DVD-ROM drive and the Debian installer installed wheezy onto my laptop with no problems. It did not even ask for the required firmware---it must have detected it on the USB stick! Try wheezy and maybe your problem will disappear. Regards -- Sian -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/j8uj2j$bid$1...@dont-email.me
Re: wheezy update system - how?
There should be an orange or red star shaped icon on the Gnome panel (bottom right of screen). click it then enter the root password when prompted. Sent from iPhone On 3 Nov 2011, at 17:07, Sian Mountbatten wrote: >> From time to time, my wheezy system pops up a message to the effect > that I should update my system (10 packages). How do I do that? > -- > Sian > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > Archive: http://lists.debian.org/j8uhof$uqi$1...@dont-email.me > -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/fd1381de-f4bf-47da-bb85-6f2504076...@me.com
Re: wheezy update system - SOLVED
Sian Mountbatten wrote: >>From time to time, my wheezy system pops up a message to the effect > that I should update my system (10 packages). How do I do that? Found it! in synaptic, reload the packages file then click on mark all upgrades. Then click on apply and the upgrade job is done. Well done synaptic. -- Sian -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/j8ujrh$hgp$1...@dont-email.me
Re: wheezy update system - how?
On Thu 03 Nov 2011 at 17:07:28 +, Sian Mountbatten wrote: > >From time to time, my wheezy system pops up a message to the effect > that I should update my system (10 packages). How do I do that? apt-get update followed by apt-get dist-upgrade Guaranteed to never fail. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2003180153.GM21970@desktop
Re: How to slow down the fan?
On Thu, 03 Nov 2011 17:01:50 +0800, shiyao ma wrote: > About a month ago, I posted a mail here, asking for help on how to > cool down the temperature on debian(when in windows, the temperature is > fine). And later, I have tried a lot of methods, but none has produced > any result.So, today, I went out to let a worker clear the dusts of my > laptop and installed a new fan on the laptop. You mean how to control the laptop's fan? That should be automatically done by the BIOS in join with the acpi capabilities of the computer. > Now, the temperature is fine, but the fan keeps running. I guess > this > is because I installed the xorg-radeon-driver, maybe fglrx will slow > down the fan? Hum... you mean the integrated GPU gets too hot that makes the system fan start running? I would first check what are the temperatures of the available sensors, just in case, maybe is not the GPU driver (nor VGA) the culprit ("lm-sensors" package and/or "acpi -V" command could help). > I am now in debian wheezy, and I find package fglrx is not in testing, > but in squeeze. So, is it feasible to install the fglrx in squeeze? If > is, the how to? There is still the option of getting the package from AMD site and compile yourself although it is possible that this neither works. Perhaphs it is worth waiting for the package to be available in wheezy again :-? Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2011.11.03.18.19...@gmail.com
Re: wheezy update system - how?
Sian Mountbatten writes: >>From time to time, my wheezy system pops up a message to the effect > that I should update my system (10 packages). How do I do that? Find `update manager' in our menu system and click it to run updates. Other wise (Being in an X session is required) become root in a terminal and type `synaptic': Best bet if finding the menu item. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87hb2lvzfj@newsguy.com
Re: Can I insall from xp partition?
On Thu 03 Nov 2011 at 17:29:57 +, Sian Mountbatten wrote: > Well, I popped downstairs and asked my local computer consultant > whether he could sell me a USB stick. He had a small one (yes, > he said it was small) with only 4GB (which to me is vast) for > only £15. I bought it, inserted it into my desktop which had 15 GBP!!! You were done. But it's worth the price for getting Debian installed. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2003180825.GN21970@desktop
Re: Can I insall from xp partition?
On Thu, 03 Nov 2011 17:29:57 +, Sian Mountbatten wrote: > USB stick. He had a small one (yes, he said it was > small) with only 4GB (which to me is vast) for only £15 LOL. A fiver at most. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/j8umra$fu6$1...@dough.gmane.org
Network Connection issue
I recently installed a new D-Link DGE-530T 10/100/1000 Gigabit Desktop PCI Adapter card to connect to the internet. It was originally not recognized as there was not a driver available in debian. A new firmware-realtek update installed the driver but I had also installed another 'recognized' 3-com card, just to get the system to work. After I upgraded the driver , Debian did find the new card & set it up as eth1 while the 3-com card which worked was at eth0. As I am not well versed in this area of hardware, I just ignored the issue. I decided to try to get my system to use the new card today so I went into the box & removed the 3-com card, leaving only the D-Link card connected. Well, I was back where I started. Now my system will not connect to the network, & the router that supplies the connection will not see the card. I KNOW the card and connection are OK as the system boots into Windows7 pro and works fine. It does not work on Linux Mint Julia or Ubuntu either even though I have gone in & set the Eth0 connection to the correct intranet address & the MAC address of the card (which I got from the router interface, while Windows was booted). Now I want to know how to get Linux to reset the network configuration. The router issues the 192.168.1.4 address via DHCP for this card. If there are files I can edit to get it working &/or test the driver to see if it works. It has been years since I had to manually configure a ethernet adapter card, & I am trying to make it as simple as possible. I have Webmin installed along with the gnome tools for network mgmt. None of these seem to get the card to be seen by the kernel. Thanks! frosty
Re: Network Connection issue
On 11/03/2011 09:55 PM, John Foster wrote: I have Webmin installed along with the gnome tools for network mgmt. None of these seem to get the card to be seen by the kernel. Have you installed the firmware-linux-nonfree package on your system? Since Squeeze, a number of known working network cards are not supported anymore out-of-the-box and, without checking it though, it seems a good track for your problem. Please send the contents of your /etc/network/interfaces file here, as well as the output of the following command: lspci | grep Ethernet Regards, Victor
Re: Can I insall from xp partition?
rose perry, 2.11.2011: > Hello I'm trying to install debian but the debian installer from goodbye > microsoft does not work, Because > my network card requires Firmware. Nothing seems to work for me. So Im > going to try and dl a cd or 2 to > > get it working, And install from XP if this is possible please let me know. > Maybe freeware version of VMware? > But I think I remember this was possible without vmware? As long as you had > the data on xp. > I have no cd's or dvd's or usb keys. Im in the hospital with a broken leg > and got another month or 2 here. > I got other complications too. So Im looking for a way to install debian the > old fashion way. But > I can't remember how. Any Advice or any thing would be greatly appreciated. I installed straight from MS Windows for somebody once. It involved downloading some files to the hard drive (in MS Windows), putting them in a certain place, and then running an exe file. Can't remember the exact details since it's been quite a while but AFAICR I just followed instructions in the Debian installation manual. Looking around, I see that http://www.debian.org/releases/stable/i386/ch05s01.html.en#boot-win32 has instructions. It sounds like you need to download an installation image (iso file), which will contain the necessary files (setup.exe and others). I'm not sure how straightforward it is to get those files from the iso without writing it to a cd or usb stick, but somebody else might have suggestions on that. About the firmware, if you can obtain the necessary files, maybe you can try copying it to the same place on the the hard drive that you copy the Debian installation stuff to. I'm not sure what you mean by doing this with/without vmware. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2003210229.ga11...@cs.utexas.edu
GDM Problems
Dear List - I updated Debian and was given the choice to pick gdm or gdm3. I picked gdm3. At this point, neither gdm or gdm3 work. I have switched to xfce, which I do not like. Is there any way either to make gdm3 operable or revert to gdm. Thanks. Ethan Debian 6.0.1a squeeze(sid) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/0lu300h6gs78l...@mta6.srv.hcvlny.cv.net
Re: GDM Problems
On 11/03/2011 11:11 PM, Ethan Rosenberg wrote: Dear List - I updated Debian and was given the choice to pick gdm or gdm3. I picked gdm3. At this point, neither gdm or gdm3 work. I have switched to xfce, which I do not like. Is there any way either to make gdm3 operable or revert to gdm. Thanks. Ethan Debian 6.0.1a squeeze(sid) gdm is the display manager, which is shared by both Gnome and Debian. What exactly do you want installed? Gnome, I assume. Go into Synaptic from XFCE, and mark the gnome metapackage, and then logout and in with the gnome session. Or... I am getting the wrong picture, and in this case I must require more info. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4eb30c00.7000...@debian-linux.ro
wheezy konqueror - cannot download Adobe Flashplayer
Konqueror displays the following when I try to download Ubuntu APT version --/cfusion/downloadcenter/flashplayer/otherversions/[object HTMLAnchorElement]/ java.io.FileNotFoundException: /cfusion/downloadcenter/flashplayer/otherversions/[object HTMLAnchorElement]/ at jrun.servlet.file.FileServlet.service(FileServlet.java:356) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) Firefox and iceweasel similarly cannot download the Adobe file. -- Sian -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/j8v7l7$rgd$1...@dont-email.me
webex: You do not have the necessary audio capabilities (error: -1)
hi, on my debian 6 amd64, when loading webex, i got error as below: *You do not have* the *necessary audio capabilities* (error: -1) and the webex session will not start -but that's another thing. $ java -version java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.9) (6b18-1.8.9-0.1~squeeze1) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) anyone had encountered this before and found the solution? -- Regards, Umarzuki Mochlis http://debmal.my
Re: Usenet news - server required
"poenik...@operamail.com" writes: > Can anybody suggest a Usenet server? http://aioe.org/ Memnon -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87hb2keeyz@mean.albasani.net