LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion
User Name
Password
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.

Notices

Reply
 
LinkBack Search this Thread
Old 08-02-2005, 09:54 PM   #31
MikeZila
Member
 
Registered: Jul 2004
Location: /home/mikezila
Distribution: Slackware
Posts: 377

Original Poster
Rep: Reputation: 30

Just try a couple more times. Move your computer a little bit.

Type iwconfig a couple more times, give it a few seconds. If you've gotten that far, it should work.
 
Old 08-03-2005, 05:05 PM   #32
Chucky_87
LQ Newbie
 
Registered: Jul 2005
Location: Gral. la Madrid - Pcia de Bs As - Argentina
Distribution: Debian Sarge
Posts: 5

Rep: Reputation: 0
Question mmm

i donīt know, because in Win the signal is very good, do you think that in sarge the plate lose forze??
thanks

PS: also i have a doubt because later to change the interface, the pc is a little unestable, it can be that in this place is the fault?
 
Old 08-21-2005, 09:46 AM   #33
zigzig
LQ Newbie
 
Registered: Aug 2005
Posts: 2

Rep: Reputation: 0
wow

holy crap, this actually worked

holy crap, this actually worked

I've been f#&$*(&# with this awful awful awful version of debian sarge called Demudi. And I have been trying for almost TWO MONTHS to get my wireless card working. Actually, it was a struggle to get my ethernet connection working.

In defense of Demudi, it is beta, and I am an idiot.

But congratulations, you fixed my computer.

The only problem now is, I have to switch kernels for different uses?!? Is this good or normal. Demudi relies on a special kernel (2.6.8-12-multimedia-686) to connect all of its audio applications. Yeah, it's for audiophiles and it's weird. The trick was to start the computer with the sane kernel. So, I have one kernel for the internet, and one for my music... is this where recompiling comes in?

Thanks Again!!!!!!
 
Old 09-02-2005, 12:57 AM   #34
breakthestate
LQ Newbie
 
Registered: Sep 2005
Posts: 10

Rep: Reputation: 0
MikeZila,

Thanks! worked like charm.

I think it would help your tutorial to either insert a "/" before "lib" in:
insmod lib/modules/`uname -r`/misc/ndiswrapper.ko
so it reads:
insmod /lib/modules/`uname -r`/misc/ndiswrapper.ko
in case they are not in the right directory. When I first installed linux (Mepis) I had no clue how to navigate in the konsole, and wouldn't have known that all i had to do was change directories.

but great tutorial. it's amazing how much easier this method was than the gui method in Mepis..at least for me.
 
Old 09-18-2005, 03:34 AM   #35
lanslink
LQ Newbie
 
Registered: Sep 2005
Posts: 2

Rep: Reputation: 0
after:
root@box:~# apt-get install wireless-tools
I get this:

You are running a kernel (version 2.6.8-2-686) and attempting to remove
the same version. This is a potentially disastrous action. Not only
will /boot/vmlinuz-2.6.8-2-686 be removed, making it impossible to boot
it, (you will have to take action to change your boot loader to boot
a new kernel), it will also remove all modules under the directory
/lib/modules/2.6.8-2-686. Just having a copy of the kernel image is not
enough, you will have to replace the modules too.

I repeat, this is very dangerous. If at all in doubt, answer
no. If you know exactly what you are doing, and are prepared to
hose your system, then answer Yes.
Remove the running kernel image (not recommended) [No]?

Here I write No and:

dpkg: error processing kernel-image-2.6.8-2-686 (--remove):
subprocess pre-removal script returned error exit status 1
dpkg: initrd-tools: dependency problems, but removing anyway as you request:
kernel-image-2.6.8-2-686 depends on initrd-tools (>= 0.1.63).
Removing initrd-tools ...
Errors were encountered while processing:
kernel-image-2.6.8-2-686
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@box:~#

If I choice Yes ,after restart I allready there is no Linux2.6.8
Any idea?
 
Old 09-18-2005, 03:50 AM   #36
lanslink
LQ Newbie
 
Registered: Sep 2005
Posts: 2

Rep: Reputation: 0
I wrote : apt get -f install and
wireless-tools is already the newest version

but new problem:

root@box:~# apt-get install ndiswrapper-modules-2.6.8-2-686
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ndiswrapper-modules-2.6.8-2-686: Depends: ndiswrapper-utils (>= 1.1-1) but it is not going to be installed
Depends: ndiswrapper-utils (<= 1.1-999) but it is not going to be installed
E: Broken packages
After this I have no idea - help,pls
 
Old 09-26-2005, 10:46 PM   #37
iamcanadian
LQ Newbie
 
Registered: Sep 2005
Posts: 2

Rep: Reputation: 0
i cant apt-get the ndiswrapper files? in sarge i up dated the kernal, i have a amd athlon so i got the 686 or w/e it was one?

thanks for the help
 
Old 09-27-2005, 10:17 AM   #38
iamcanadian
LQ Newbie
 
Registered: Sep 2005
Posts: 2

Rep: Reputation: 0
anyone gunna help me? please
 
Old 10-16-2005, 10:15 PM   #39
mp55
Member
 
Registered: Jul 2004
Distribution: Fedora 7
Posts: 32

Rep: Reputation: 15
To bring up a network interface automatically at reboot we can edit /etc/network/interfaces, here's my copy
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# My wireless card
auto wlan0
iface wlan0 inet dhcp
      wireless-essid WRC_Network
I did compile ndiswrapper manually on slackware and debian before, but somehow I can't get it compiled on kernel 2.6.12. Anyone successfully did that?
 
Old 10-24-2005, 09:54 PM   #40
ghughes20
LQ Newbie
 
Registered: Oct 2005
Posts: 16

Rep: Reputation: 0
Stuck on Step Three

Hi Mike,

I'm a total Noob, but I'm trying to get my wireless Internet card working (WMP54G). This is my problem. I down -loaded and installed Sarge 2.4.27-2-356 from CD images on my PIII Dell. Following your instructions I was able to upgrade my kernel to 2.6.8-2-386. (FYI, this process didn't download from the Internet, rather, I was prompted to use one of my CDs). Upon reboot, I selected 2.6.8. I was able to install the wireless tools. I tried to install ndiswrapper but was given an error message that is didn't recognize the package. I suspect part of the problem is that Sarge doesn't try to download the filed from the net. Instead, it defaults to the CDs. Do I have to update my sources.list file? If so, with what and how. I've played with this file in the desktop environment but wasn't able to save any changes. Do I have to edit this via command prompt? If so, what command. Did I mention I'm a total Noob.

Also, for some reason, I can't surf in 2.6.8 via my NIC. I can, however, still surf in 2.4.27. Weird. Are there settings I need to update?

Thanks in advance for you help.

Greg
 
Old 10-26-2005, 10:08 AM   #41
MikeZila
Member
 
Registered: Jul 2004
Location: /home/mikezila
Distribution: Slackware
Posts: 377

Original Poster
Rep: Reputation: 30
You shouldn't have to. Did you install via disks, or via the internet?

If you grabbed the CD version, chances are that you'll have to change your lists file a bit. Could you post it?
 
Old 10-26-2005, 08:24 PM   #42
ghughes20
LQ Newbie
 
Registered: Oct 2005
Posts: 16

Rep: Reputation: 0
Mike,

Thank you for teh reply. Here are the contents of from /etc/apt/sources.list

#deb file:///cdrom/ sarge main

deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-1 (20050607)]/ unstable contrib main
deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-5 (20050607)]/ unstable contrib main
deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-4 (20050607)]/ unstable contrib main
deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-3 (20050607)]/ unstable contrib main
deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-2 (20050607)]/ unstable contrib main

# deb http://security.debian.org/ stable/updates main contrib

Greg
 
Old 10-26-2005, 08:32 PM   #43
MikeZila
Member
 
Registered: Jul 2004
Location: /home/mikezila
Distribution: Slackware
Posts: 377

Original Poster
Rep: Reputation: 30
Yep. Your sources.list file is setup to grab files from your CD set, not the Debian mirrors. It's a simple fix!

Code:
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
Add that to your sources file and do an "apt-get update" to grab a listing of the packages.

It should be smooth sailing for then on out!
 
Old 10-26-2005, 09:19 PM   #44
ghughes20
LQ Newbie
 
Registered: Oct 2005
Posts: 16

Rep: Reputation: 0
Thanks for that. But I also had another issue. Under 2.6, I can't surf via my wired NIC. So I can't download the necessary files. Oddly, I can still surf under 2.4. I posted the following in the Newbie forum, perhaps you can shed some light on what I think is a driver problem.

I looked at the boot record for both versions. This is a portion from 2.6.

Linux Tulip driver version 1.1.13 (May 11, 2002)
PCI: Found IRQ 11 for device 0000:02:0b.0
tulip0: EEPROM default media type Autosense.
tulip0: Index #0 - Media 10baseT (#0) described by a 21142 Serial PHY (2) block.
tulip0: Index #1 - Media 10baseT-FDX (#4) described by a 21142 Serial PHY (2) block.
tulip0: Index #2 - Media 100baseTx (#3) described by a 21143 SYM PHY (4) block.tulip0: Index #3 - Media 100baseTx-FDX (#5) described by a 21143 SYM PHY (4) block.
eth1: Digital DS21143 Tulip rev 48 at 0xd880, 00:00:F8:04:F3:1D, IRQ 11.
gameport: pci0000:02:0c.1 speed 1125 kHz
Real Time Clock Driver v1.12
input: PC Speaker
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
inserting floppy driver for 2.6.8-2-386
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET: Registered protocol family 10
Disabled Privacy Extensions on device c02cc960(lo)
IPv6 over IPv4 tunneling driver

This is from 2.4

Linux Tulip driver version 0.9.15-pre12 (Aug 9, 2002)
PCI: Found IRQ 11 for device 02:0b.0
tulip0: EEPROM default media type Autosense.
tulip0: Index #0 - Media 10baseT (#0) described by a 21142 Serial PHY (2) block .
tulip0: Index #1 - Media 10baseT-FDX (#4) described by a 21142 Serial PHY (2) b lock.
tulip0: Index #2 - Media 100baseTx (#3) described by a 21143 SYM PHY (4) block.
tulip0: Index #3 - Media 100baseTx-FDX (#5) described by a 21143 SYM PHY (4) bl ock.
eth0: Digital DS21143 Tulip rev 48 at 0xd880, 00:00:F8:04:F3:1D, IRQ 11.
uhci.c: USB Universal Host Controller Interface driver v1.1
ich2rom: firmware access control, I can't enable writes
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x1001
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: acpi_pciehprm:get_device PCI ROOT HID fail=0x1001
i810_rng hardware driver 0.9.8 loaded
hw_random: misc device register failed
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04A9 pid 0x107F
printer.c: v0.13: USB Printer Device Class driver
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)

I notice from the 2.6 version that the Tulip driver is differnet. Is there a way I can force 2.6 to use the Tulip driver version 0.9.15-pre12?

Thanks again,

Greg
 
Old 10-26-2005, 09:40 PM   #45
MikeZila
Member
 
Registered: Jul 2004
Location: /home/mikezila
Distribution: Slackware
Posts: 377

Original Poster
Rep: Reputation: 30
I don't know about your NIC problem. That kind of thing is beyond my knowlege.

You should still be able to download and install while under 2.4, just boot into 2.6 after you've downloaded and installed everything and contine the guide from there.

I think I had to do it like that. Give it a try.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't compile XChat on Debian Sarge (Perl problem?) Ninja Cow Debian 4 04-15-2007 04:30 PM
DISCUSSION: Linksys Ver4 - Using NDISWrapper JayCnrs LinuxAnswers Discussion 10 01-27-2007 05:25 AM
can't get ndiswrapper working on debian sarge peterbrowne Linux - Wireless Networking 20 09-30-2006 05:20 AM
compile the new kernel 2.6 on Debian Sarge cccc Debian 7 08-01-2005 08:26 AM
PCMCIA-CS Compile Error on Debian Sarge PPC haimeltjnfg Linux - Software 0 05-24-2004 12:24 AM


All times are GMT -5. The time now is 03:43 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration