I installed Debian 6.0.5 stable using the CD-1 iso image (and no other cdimages), compiled using jigdo (via running Linux Mint 12). I did not configure wireless during setup, as I knew I had a b43-firmware-needing broadcom wifi-card (requiring proprietary firmware). I read viewtopic.php?f=17&t=57731 and tried to follow all those steps. Now, of course, given that I don't have working wi-fi, I don't have internet connection (I have a direct ethernet cable, but I don't think debian is picking it up...).
So I try the (running as root)
# apt-get update
# apt-get install b43-fwcutter [or firmware-b43-fwcutter or b43-installer, etc.].
And of course, it cannot be found, so I do the whole
#nano /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 6.0.5 _Squeeze_ - Official i386 CD Binary-1 20120512-13:45]/ squeeze main
deb cdrom:[Debian GNU/Linux 6.0.5 _Squeeze_ - Official i386 CD Binary-1 20120512-13:45]/ squeeze main
# Line commented out by installer because it failed to verify:
# deb http://security.debian.org/ squeeze/updates main
# Line commented out by installer because it failed to verify:
# deb-src http://security.debian.org/ squeeze/updates main
#squeeze-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ squeeze-updates main
# deb-src http://ftp.debian.org/debian/ squeeze-updates main
So I do add the contrib non-free after the two deb and deb-src, as told via the above link, and I uncommented out the deb and deb-src for both security.debian.org and ftp.debian.org/debian. And I added contrib non-free to all of them. Then I did the ^0 then Enter then ^X.
Then I did an apt-get update. But it could not resolve 'security.debian.org' or 'ftp.debian.org' (as I have no internet); it failed to fetch ...
So, needless to say, doing the apt-get install b43-fwcutter (or firmware-..., b43-installer, etc.) all didn't work
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package b43-fwcutter.
So what can I do? It seems like I need to have internet connection, but my Wifi requires a proprietary driver package that seemingly cannot be found apart from an internet-based mirror! Sounds like I'm in a loop. What can I do? I read online that this can be found in the Debian kernel, but it can't be found for me! And, as I just mentioned, the adding "contrib non-free" doesn't seem to do anything. [side note: my apt-get really can't find any packages...i tried installing/configuring vim and sudo and mc and the packages cannot be found]
Thanks for helping.
