Пытаюсь поднять Wi-Fi-соединение на Acer Aspire 7710 (установлена Kubuntu). Наустанавливал пакетов с драйверами (например, b43-fwcutter и broadcom-sta-common), в результате стало только хуже: раньше интерфейс wlan0 отображался хотя бы по ifconfig -a, теперь не отображается. Подскажите, пожалуйста, что делать.
Не попасть из-под Linux в расшаренные виндовые папки: samba запрашивает пароль, который никто не ставил, и пишет, что доступ запрещён. /etc/samba/smb.conf выглядит так:
[global]
workgroup = HOME
passdb backend = smbpasswd
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
security = SHARE
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
Я попытался слить домашний раздел из моей системы (он занимает 41 ГБ) на второй винчестер (ёмкостью 80 ГБ). С помощью cfdisk снёс все разделы на втором диске, оставив одни раздел на весь диск — /dev/dsa1. Побитово слил домашний раздел:
dd if=/dev/sdb3 of=/dev/sda1
Теперь /dev/sda1 не монтируется:
# mount -t auto /dev/sda1 /mnt/strjt/
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or helper program, or other error
В некоторых случаях полезная информация может быть
найдена в syslog - попробуйте dmesg | tail или что-то
в этом роде