Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 288 matches

by cola
2021-11-25 07:37
Forum: General Questions
Topic: How can I upgrade from buster to bullseye using dvd1?
Replies: 1
Views: 3292

How can I upgrade from buster to bullseye using dvd1?

mount -o loop -t iso9660 dvd1.iso /home/user/debian11 in /etc/apt/sources.list deb file:///home/user/debian11 bullseye main contrib apt-get update got error: Reading package lists... Done E: The repository 'file:/home/user/debian11 bullseye Release' is not signed. N: Updating from such a repository...
by cola
2019-08-28 00:49
Forum: General Questions
Topic: How can I install intel gigabit ethernet driver igb?
Replies: 9
Views: 9778

Re: How can I install intel gigabit ethernet driver igb?

lspci -nnk 00:00.0 Host bridge [0600]: Intel Corporation Device [8086:3e30] (rev 0a) Subsystem: ASUSTeK Computer Inc. Device [1043:8694] 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e98] Subsystem: ASUSTeK Computer Inc. Device [1043:8694] 00:14.0 USB controller [0c03]: ...
by cola
2019-08-27 16:40
Forum: General Questions
Topic: How can I install intel gigabit ethernet driver igb?
Replies: 9
Views: 9778

Re: How can I install intel gigabit ethernet driver igb?

The igb driver is included in Debian stock kernels as a module, so it should already be installed. /sbin/modinfo igb filename: /lib/modules/4.9.0-4-amd64/kernel/drivers/net/ethernet/intel/igb/igb.ko version: 5.4.0-k license: GPL description: Intel(R) Gigabit Ethernet Network Driver author: Intel Co...
by cola
2019-08-24 09:49
Forum: General Questions
Topic: How can I install intel gigabit ethernet driver igb?
Replies: 9
Views: 9778

How can I install intel gigabit ethernet driver igb?

How can I install intel gigabit ethernet driver igb? What is the command to check lan driver information?
by cola
2019-04-01 12:54
Forum: General Questions
Topic: No wifi found for dell 15 5570 i5 laptop
Replies: 5
Views: 2632

Re: No wifi found for dell 15 5570 i5 laptop

4D696B65 wrote:post the output of

Code: Select all

lspci -nn | grep -i network

Code: Select all

02:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
by cola
2019-04-01 00:04
Forum: General Questions
Topic: No wifi found for dell 15 5570 i5 laptop
Replies: 5
Views: 2632

No wifi found for dell 15 5570 i5 laptop

Hi, there is not wifi network on dell 15 5570 i5 laptop. I have installed these: ii amd64-microcode 3.20160316.3 amd64 Processor microcode firmware for AMD CPUs ii firmware-amd-graphics 20161130-4 all Binary firmware for AMD/ATI graphics chips ii firmware-iwlwifi 20161130-4 all Binary firmware for I...
by cola
2016-10-09 06:18
Forum: General Questions
Topic: Need explaination about kernel vga=791 boot parameter
Replies: 2
Views: 1004

Need explaination about kernel vga=791 boot parameter

Hi,

http://pierre.baudu.in/other/grub.vga.modes.html

Code: Select all

kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda7 ro vga=791
From that link, 16 bit color,(65K) , 1024x768, 791 . How is 791 calculated? How does 791 come? Can anyone please explain?

Any answer will be highly appreciate.
Thanks in advance
by cola
2016-10-03 05:36
Forum: General Questions
Topic: How can I remove xfce4 and lxde completely?
Replies: 2
Views: 1043

How can I remove xfce4 and lxde completely?

Hi,

Is there any command or way to remove xfce4 and lxde completely?

Any answer will be highly appreciated.
Thanks in advance.
by cola
2016-09-27 03:01
Forum: General Questions
Topic: Can't install texlive-full
Replies: 1
Views: 708

Can't install texlive-full

I'm getting the following error. What should I do? aptitude install texlive-full The following NEW packages will be installed: texlive-lang-arabic{a} The following partially installed packages will be configured: texlive-full 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Ne...
by cola
2016-07-21 00:41
Forum: General Questions
Topic: How can i get back the original value of dconf-editor?
Replies: 0
Views: 1260

How can i get back the original value of dconf-editor?

Hi, dconf-editor org>gnome>gnome-panel>layout object-id-list toplevel-id-list There was some value in object-id-list and toplevel-id-list. I clicked the Set to Default button at bottom. Now these two have empty value. How can i get back the original value of these two? Any answer will be highly appr...
by cola
2016-07-09 15:37
Forum: General Questions
Topic: Firefox flash plugin outdated , what should i do?
Replies: 3
Views: 1304

Firefox flash plugin outdated , what should i do?

Hi, I get, "Firefox has prevented the outdated plugin "Adobe flash" from running website" very often. Can't browse many website for this problem. Adobe doesn't support flash plugin for firefox on linux. Do i have to run update-flashplugin-nonfree --install every time i get that m...
by cola
2016-04-16 05:09
Forum: General Questions
Topic: A start job is running for LSB: Raise network interfaces
Replies: 7
Views: 3635

Re: A start job is running for LSB: Raise network interfaces

wizard10000 wrote:Does your provider require a username and password? Looks to me like login is failing.
I have set username, password with pppoeconf .
by cola
2016-04-15 01:23
Forum: General Questions
Topic: A start job is running for LSB: Raise network interfaces
Replies: 7
Views: 3635

Re: A start job is running for LSB: Raise network interfaces

cat /etc/network/interfaces

Code: Select all

auto lo
iface lo inet loopback

auto dsl-provider
iface dsl-provider inet ppp
pre-up /bin/ip link set eth0 up # line maintained by pppoeconf
provider dsl-provider
by cola
2016-04-14 13:43
Forum: General Questions
Topic: A start job is running for LSB: Raise network interfaces
Replies: 7
Views: 3635

Re: A start job is running for LSB: Raise network interfaces

wizard10000 wrote:Do you have anything in /etc/fstab that points to a network location?
I think, no.
What's network location?
by cola
2016-04-14 10:09
Forum: General Questions
Topic: A start job is running for LSB: Raise network interfaces
Replies: 7
Views: 3635

A start job is running for LSB: Raise network interfaces

I get this message "A start job is running for LSB: Raise network interfaces" during boot. It takes around 56 seconds to raise network interface. How can i stop it? How can i reduce the time to boot? It's pppoe internet connection.In Debian lenny it didn't take much time to load pppoe plug...
by cola
2016-04-14 10:07
Forum: General Questions
Topic: flashplugin-nonfree outdated on firefox
Replies: 21
Views: 5572

Re: flashplugin-nonfree outdated on firefox

dilberts_left_nut wrote:Nothing.
Just don't use flash.
Some websites can't run content without flash.
by cola
2016-04-14 07:10
Forum: General Questions
Topic: flashplugin-nonfree outdated on firefox
Replies: 21
Views: 5572

Re: flashplugin-nonfree outdated on firefox

dilberts_left_nut wrote:
cola wrote:What should i do to get rid of that problem?

Code: Select all

aptitude purge flashplugin-nonfree
:D
Why would i remove flashplugin-nonfree? Then what would i install?
by cola
2016-04-14 02:13
Forum: General Questions
Topic: flashplugin-nonfree outdated on firefox
Replies: 21
Views: 5572

Re: flashplugin-nonfree outdated on firefox

I get flashplugin-nonfree outdated often on firefox browser. What should i do to get rid of that problem? That's Adobe being annoying. you should be able to reload flashplugin-nonfree in order to bring an updated libflashplayer.so which is the important part. How can i reload flashplugin-nonfree?
by cola
2016-04-14 01:42
Forum: General Questions
Topic: flashplugin-nonfree outdated on firefox
Replies: 21
Views: 5572

flashplugin-nonfree outdated on firefox

I get flashplugin-nonfree outdated often on firefox browser. What should i do to get rid of that problem?