LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-30-2014, 03:11 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by EDDY1 View Post
rfkill list
I ran rfkill list and it returned:
Code:
Can't open RFKILL control device: No such file or directory
I also tried running /etc/initid/network start and that returned:
Code:
No such file or directory
I had to take a picture with my tablet because CentOS doesn't see my usb memory stick now--
Here's the output of ifconfig -a.........(wlan0 isn't in the list)
http://s1052.photobucket.com/user/Ul...55327.jpg.html
 
Old 11-30-2014, 03:20 PM   #17
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
apt-get install rfkill
or yum install rfkil

Last edited by EDDY1; 11-30-2014 at 03:22 PM.
 
Old 11-30-2014, 03:32 PM   #18
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by EDDY1 View Post
apt-get install rfkill
or yum install rfkil
Is it ok to use the DVD?
http://s1052.photobucket.com/user/Ul...62951.png.html
 
Old 11-30-2014, 03:37 PM   #19
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Ztcoracat View Post
You need it in CentOS if that's the OS that wireless isn't working.
Also if your debian OS is asking for cd/dvd you need to comment it out in /etc/apt/sources.list
Quote:
nano /etc/apt/sources.list

Last edited by EDDY1; 11-30-2014 at 03:40 PM.
 
Old 11-30-2014, 04:02 PM   #20
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by EDDY1 View Post
You need it in CentOS if that's the OS that wireless isn't working.
Also if your debian OS is asking for cd/dvd you need to comment it out in /etc/apt/sources.list
I tried using yum to install rfkill. Yum is not working because it isn't establishing the wifi connection.

Do you mean the second entry in the /etc/apt/sources.list? (to uncomment)
Code:
# deb cdrom:[Debian GNU/Linux jessie-DI-b2 _Jessie_ - Official Snapshot amd64 D$

deb cdrom:[Debian GNU/Linux jessie-DI-b2 _Jessie_ - Official Snapshot amd64 DVD$

deb http://mirrors.kernel.org/debian/ jessie main non-free contrib
deb-src http://mirrors.kernel.org/debian/ jessie main non-free contrib

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
My laptop locked up twice. The only thing I was able to do is hold down Ctrl+Alt+F2 and tried 'startx' and the laptop just hung at a black screen.

-:-I uncommented that line associated with the DVD-:-

Last edited by Ztcoracat; 11-30-2014 at 04:24 PM.
 
Old 11-30-2014, 04:12 PM   #21
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
@widget-

I tried grub-mkconfig and update-grub the terminal on the CentOS side:
Code:
command not found
Looking at the Grub Menu Debian is first os to boot to and is flagged with a start.
Code:
root@debian:/home/zebra# grub-mkconfig
Generating grub configuration file ...
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  28a1c423-844b-40d9-a139-57c6ad354272
else
  search --no-floppy --fs-uuid --set=root 28a1c423-844b-40d9-a139-57c6ad354272
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  28a1c423-844b-40d9-a139-57c6ad354272
else
  search --no-floppy --fs-uuid --set=root 28a1c423-844b-40d9-a139-57c6ad354272
fi
Found background image: /usr/share/images/desktop-base/desktop-grub.png
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
Found linux image: /boot/vmlinuz-3.16-2-amd64
Found initrd image: /boot/initrd.img-3.16-2-amd64
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-28a1c423-844b-40d9-a139-57c6ad354272' {
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  28a1c423-844b-40d9-a139-57c6ad354272
	else
	  search --no-floppy --fs-uuid --set=root 28a1c423-844b-40d9-a139-57c6ad354272
	fi
	echo	'Loading Linux 3.16-2-amd64 ...'
	linux	/boot/vmlinuz-3.16-2-amd64 root=UUID=28a1c423-844b-40d9-a139-57c6ad354272 ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.16-2-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-28a1c423-844b-40d9-a139-57c6ad354272' {
	menuentry 'Debian GNU/Linux, with Linux 3.16-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16-2-amd64-advanced-28a1c423-844b-40d9-a139-57c6ad354272' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  28a1c423-844b-40d9-a139-57c6ad354272
		else
		  search --no-floppy --fs-uuid --set=root 28a1c423-844b-40d9-a139-57c6ad354272
		fi
		echo	'Loading Linux 3.16-2-amd64 ...'
		linux	/boot/vmlinuz-3.16-2-amd64 root=UUID=28a1c423-844b-40d9-a139-57c6ad354272 ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.16-2-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 3.16-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16-2-amd64-recovery-28a1c423-844b-40d9-a139-57c6ad354272' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  28a1c423-844b-40d9-a139-57c6ad354272
		else
		  search --no-floppy --fs-uuid --set=root 28a1c423-844b-40d9-a139-57c6ad354272
		fi
		echo	'Loading Linux 3.16-2-amd64 ...'
		linux	/boot/vmlinuz-3.16-2-amd64 root=UUID=28a1c423-844b-40d9-a139-57c6ad354272 ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.16-2-amd64
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
Found CentOS Linux release 7.0.1406 (Core)  on /dev/mapper/cl-root
menuentry 'CentOS Linux release 7.0.1406 (Core)  (on /dev/mapper/cl-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-49e2d152-2015-4e95-8f4b-95d32c3cb2d4' {
	insmod part_msdos
	insmod xfs
	set root='hd0,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  e7157311-39f6-473c-866c-ca51d129314c
	else
	  search --no-floppy --fs-uuid --set=root e7157311-39f6-473c-866c-ca51d129314c
	fi
	linux /vmlinuz-0-rescue-f89a5e4f16ec45d7bac9652929fcb46e root=/dev/dm-1
	initrd /initramfs-0-rescue-f89a5e4f16ec45d7bac9652929fcb46e.img
}
submenu 'Advanced options for CentOS Linux release 7.0.1406 (Core)  (on /dev/mapper/cl-root)' $menuentry_id_option 'osprober-gnulinux-advanced-49e2d152-2015-4e95-8f4b-95d32c3cb2d4' {
	menuentry 'CentOS Linux release 7.0.1406 (Core)  (on /dev/mapper/cl-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-0-rescue-f89a5e4f16ec45d7bac9652929fcb46e--49e2d152-2015-4e95-8f4b-95d32c3cb2d4' {
		insmod part_msdos
		insmod xfs
		set root='hd0,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  e7157311-39f6-473c-866c-ca51d129314c
		else
		  search --no-floppy --fs-uuid --set=root e7157311-39f6-473c-866c-ca51d129314c
		fi
		linux /vmlinuz-0-rescue-f89a5e4f16ec45d7bac9652929fcb46e root=/dev/dm-1
		initrd /initramfs-0-rescue-f89a5e4f16ec45d7bac9652929fcb46e.img
	}
	menuentry 'CentOS Linux release 7.0.1406 (Core)  (on /dev/mapper/cl-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.10.0-123.9.2.el7.x86_64--49e2d152-2015-4e95-8f4b-95d32c3cb2d4' {
		insmod part_msdos
		insmod xfs
		set root='hd0,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  e7157311-39f6-473c-866c-ca51d129314c
		else
		  search --no-floppy --fs-uuid --set=root e7157311-39f6-473c-866c-ca51d129314c
		fi
		linux /vmlinuz-3.10.0-123.9.2.el7.x86_64 root=/dev/dm-1
		initrd /initramfs-3.10.0-123.9.2.el7.x86_64.img
	}
	menuentry 'CentOS Linux release 7.0.1406 (Core)  (on /dev/mapper/cl-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.10.0-123.9.3.el7.x86_64--49e2d152-2015-4e95-8f4b-95d32c3cb2d4' {
		insmod part_msdos
		insmod xfs
		set root='hd0,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  e7157311-39f6-473c-866c-ca51d129314c
		else
		  search --no-floppy --fs-uuid --set=root e7157311-39f6-473c-866c-ca51d129314c
		fi
		linux /vmlinuz-3.10.0-123.9.3.el7.x86_64 root=/dev/dm-1
		initrd /initramfs-3.10.0-123.9.3.el7.x86_64.img
	}
}

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
done
root@debian:/home/zebra#
Code:
root@debian:/home/zebra# update-grub2
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.16-2-amd64
Found initrd image: /boot/initrd.img-3.16-2-amd64
Found CentOS Linux release 7.0.1406 (Core)  on /dev/mapper/cl-root
done
root@debian:/home/zebra#
Now reboot?
 
Old 11-30-2014, 04:25 PM   #22
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
No need bothering grub, debian has control over it.
Quote:
Do you mean the second entry in the /etc/apt/sources.list? (to uncomment)
Yes after that update & upgrade your system.
You should also start a new thread for your centos network issue.
If original problem is solved mark as such.

Last edited by EDDY1; 11-30-2014 at 04:30 PM.
 
Old 11-30-2014, 04:28 PM   #23
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Code:
root@debian:/home/zebra# apt-get install rfkill
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  rfkill
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 7,568 B of archives.
After this operation, 52.2 kB of additional disk space will be used.
Get:1 http://mirrors.kernel.org/debian/ jessie/main rfkill amd64 0.5-1 [7,568 B]
Fetched 7,568 B in 0s (13.4 kB/s) 
Selecting previously unselected package rfkill.
(Reading database ... 137548 files and directories currently installed.)
Preparing to unpack .../rfkill_0.5-1_amd64.deb ...
Unpacking rfkill (0.5-1) ...
Processing triggers for man-db (2.7.0.2-3) ...
root@debian:/home/zebra# rfkill list
0: sony-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: sony-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
root@debian:/home/zebra#
 
Old 11-30-2014, 04:40 PM   #24
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Grub is ok now and like you said Debian has control over it.
-:-I'm very happy with Debian-:-

Thank you EDDY1 for your help and support!-
 
Old 11-30-2014, 04:55 PM   #25
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Ztcoracat View Post
Grub is ok now and like you said Debian has control over it.
-:-I'm very happy with Debian-:-

Thank you EDDY1 for your help and support!-
You're welcome post a link to new thread.
 
Old 11-30-2014, 05:04 PM   #26
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by EDDY1 View Post
You're welcome post a link to new thread.
New thread is here:
http://www.linuxquestions.org/questi...st-4175526912/
 
Old 12-01-2014, 12:04 AM   #27
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
The easiest way to mount CentOS is go to disk utility & mount both centos partitions & run update-grub
 
Old 12-01-2014, 11:54 AM   #28
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by EDDY1 View Post
The easiest way to mount CentOS is go to disk utility & mount both centos partitions & run update-grub
I can't mnt the CentOS partitions from Debian and I can't mnt CentOS while it is stuck in Konsole Mode/Emeregency mode. Cmd-line will only let me look at logs.

I was able to up-grub from Debian.

I only have once choice at this point; to enter rescue mode and recover CentOS from my Live CD/DVD.
Should that fail I'll have to perform a fresh installation.
 
Old 12-01-2014, 12:05 PM   #29
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You should have no problems
http://www.linuxquestions.org/questi...el-4175437864/
Don't forget to copy /etc/resolv.conf
 
Old 12-01-2014, 12:16 PM   #30
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by EDDY1 View Post
You should have no problems
http://www.linuxquestions.org/questi...el-4175437864/
Don't forget to copy /etc/resolv.conf
Thanks!
 
  


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
Sony vaio 3d video drivers Centos 6.2 Nemesissparadise Linux - Laptop and Netbook 1 02-20-2012 06:37 AM
screen out of window on sony vaio, debian podkov Linux - Laptop and Netbook 4 06-18-2010 06:57 AM
Help with install Debian on my Sony VAIO FS. harlemno1 Linux - Laptop and Netbook 1 02-25-2005 07:42 PM
DISCUSSION: Install ipw2200 on Sony VAIO VGN-A217M & Debian Unstable steve1401 LinuxAnswers Discussion 0 01-04-2005 02:53 PM
help me install linux on sony sony vaio pcg-r505gl heina Linux - Newbie 4 10-10-2004 10:36 PM

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

All times are GMT -5. The time now is 03:02 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